Color Hex Logo

#475609 Color Hex

#475609
(71,86,9)
0 Favorites   0 Comments

Color spaces of #475609

RGB 71869
HSL0.200.810.19
HSV72°90°34°
CMYK 0.170.000.90   0.66
XYZ5.97568.01491.4905
Yxy8.01490.38600.5177
Hunter Lab28.3106-11.867016.6959
CIE-Lab34.0139-16.761338.3876

#475609 color RGB value is (71,86,9).

#475609 hex color red value is 71, green value is 86 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #475609 hue: 0.20 , saturation: 0.81 and the lightness value of 475609 is 0.19.

The process color (four color CMYK) of #475609 color hex is 0.17, 0.00, 0.90, 0.66. Web safe color of #475609 is #336600. Color #475609 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 00001001
Octal 107 126 11
Decimal 71 86 9
Hex 47 56 9

RGB Percentages of Color #475609

%42.77
%51.81
%5.42

CMYK Percentages of Color #475609

%17
%0
%90
%66

Triadic Colors of #475609

#475609 #094756 #560947

Analogous Colors of #475609

#475609 #215609 #563f09

Monochromatic Colors of #475609

#475609

Complementary Color

#475609 #180956

#475609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475609 Color CSS Codes

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

#475609 Text Font Color

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

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


#475609 Background Color

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

This div background color is #475609


#475609 Border Color

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

This div border color is #475609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475609


Comments

No comments written yet.

Please login to write comment.