Hex #494216 Color

#494216
equivalent to

RGB

(73, 66, 22)

Details of #494216

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
73
4.8407
0.14
0.00
27.7661
5.3708
52°
23.1750
66
5.3708
0.54
0.10
-3.3113
0.4119
70°
-3.2720
22
1.5406
0.19
0.70   0.71
27.0855
0.4570
29°
12.2822

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001001
111
73
49
Green
1000010
102
66
42
Blue
10110
26
22
16

RGB in % of #494216

%45.34
%40.99
%13.66

CMYK in % of #494216

%0
%10
%70
%71

Triads of color #494216

#494216 #421649 #164916

Similar Colors to #494216

#494216 #492916 #374916

Preview Color #494216 on black ground

#494216 is very interesting for text.

Preview Color #494216 on white ground

#494216 is very interesting for text.

CSS Codes #494216 color

.mybgcolor {background-color:#494216; }
.myforecolor {color:#494216; }
.mybordercolor {border:3px solid #494216; }

Text Font Color #494216

<p style="color:#494216">Text here</p>

This sample text font color is #494216
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #494216

<div style="background-color:#494216">
Div content here</div>

This div background color is #494216


Border Color #494216

<div style="border:3px solid #494216">
Div here</div>

The color of this border is #494216


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #494216; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #494216;
-webkit-box-shadow: 1px 1px 3px 2px #494216;
box-shadow:         1px 1px 3px 2px #494216; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #494216">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #494216;
  -webkit-box-shadow: 1px 1px 3px 2px #494216;
  box-shadow:         1px 1px 3px 2px #494216;">
Div content here</div>

The shadow of div box using color #494216