Color Hex Logo

#494506 Color Hex

#494506
(73,69,6)
0 Favorites   0 Comments

Color spaces of #494506

RGB 73696
HSL0.160.850.15
HSV56°92°29°
CMYK 0.000.050.92   0.71
XYZ4.90865.68591.0111
Yxy5.68590.42300.4899
Hunter Lab23.8451-4.984114.1775
CIE-Lab28.6058-6.067734.8686

#494506 color RGB value is (73,69,6).

#494506 hex color red value is 73, green value is 69 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #494506 hue: 0.16 , saturation: 0.85 and the lightness value of 494506 is 0.15.

The process color (four color CMYK) of #494506 color hex is 0.00, 0.05, 0.92, 0.71. Web safe color of #494506 is #333300. Color #494506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000101 00000110
Octal 111 105 6
Decimal 73 69 6
Hex 49 45 6

RGB Percentages of Color #494506

%49.32
%46.62
%4.05

CMYK Percentages of Color #494506

%0
%5
%92
%71

Triadic Colors of #494506

#494506 #064945 #450649

Analogous Colors of #494506

#494506 #2c4906 #492406

Monochromatic Colors of #494506

#494506

Complementary Color

#494506 #060a49

#494506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494506 Color CSS Codes

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

#494506 Text Font Color

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

This sample text font color is #494506
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.


#494506 Background Color

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

This div background color is #494506


#494506 Border Color

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

This div border color is #494506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494506


Comments

No comments written yet.

Please login to write comment.