Color Hex Logo

#494216 Color Hex

#494216
(73,66,22)
0 Favorites   0 Comments

Color spaces of #494216

RGB 736622
HSL0.140.540.19
HSV52°70°29°
CMYK 0.000.100.70   0.71
XYZ4.84075.37081.5406
Yxy5.37080.41190.4570
Hunter Lab23.1750-3.271812.2811
CIE-Lab27.7661-3.310827.0854

#494216 color RGB value is (73,66,22).

#494216 hex color red value is 73, green value is 66 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #494216 hue: 0.14 , saturation: 0.54 and the lightness value of 494216 is 0.19.

The process color (four color CMYK) of #494216 color hex is 0.00, 0.10, 0.70, 0.71. Web safe color of #494216 is #333300. Color #494216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00010110
Octal 111 102 26
Decimal 73 66 22
Hex 49 42 16

RGB Percentages of Color #494216

%45.34
%40.99
%13.66

CMYK Percentages of Color #494216

%0
%10
%70
%71

Triadic Colors of #494216

#494216 #164942 #421649

Analogous Colors of #494216

#494216 #374916 #492916

Monochromatic Colors of #494216

#494216

Complementary Color

#494216 #161d49

#494216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494216 Color CSS Codes

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

#494216 Text Font Color

<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.


#494216 Background Color

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

This div background color is #494216


#494216 Border Color

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

This div border color is #494216


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,66,22, 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 with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<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>

This div box has shadow with color #494216


Comments

No comments written yet.

Please login to write comment.