Color Hex Logo

#475411 Color Hex

#475411
(71,84,17)
0 Favorites   0 Comments

Color spaces of #475411

RGB 718417
HSL0.200.660.20
HSV72°80°33°
CMYK 0.150.000.80   0.67
XYZ5.87007.72071.7112
Yxy7.72070.38360.5046
Hunter Lab27.7861-10.916515.7989
CIE-Lab33.3943-15.268735.0658

#475411 color RGB value is (71,84,17).

#475411 hex color red value is 71, green value is 84 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #475411 hue: 0.20 , saturation: 0.66 and the lightness value of 475411 is 0.20.

The process color (four color CMYK) of #475411 color hex is 0.15, 0.00, 0.80, 0.67. Web safe color of #475411 is #336600. Color #475411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 00010001
Octal 107 124 21
Decimal 71 84 17
Hex 47 54 11

RGB Percentages of Color #475411

%41.28
%48.84
%9.88

CMYK Percentages of Color #475411

%15
%0
%80
%67

Triadic Colors of #475411

#475411 #114754 #541147

Analogous Colors of #475411

#475411 #265411 #544011

Monochromatic Colors of #475411

#475411

Complementary Color

#475411 #1e1154

#475411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475411 Color CSS Codes

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

#475411 Text Font Color

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

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


#475411 Background Color

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

This div background color is #475411


#475411 Border Color

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

This div border color is #475411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475411


Comments

No comments written yet.

Please login to write comment.