Color Hex Logo

#475716 Color Hex

#475716
(71,87,22)
0 Favorites   0 Comments

Color spaces of #475716

RGB 718722
HSL0.210.600.21
HSV75°75°34°
CMYK 0.180.000.75   0.66
XYZ6.15158.21392.0203
Yxy8.21390.37540.5013
Hunter Lab28.6599-11.842015.8824
CIE-Lab34.4244-16.598933.9908

#475716 color RGB value is (71,87,22).

#475716 hex color red value is 71, green value is 87 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #475716 hue: 0.21 , saturation: 0.60 and the lightness value of 475716 is 0.21.

The process color (four color CMYK) of #475716 color hex is 0.18, 0.00, 0.75, 0.66. Web safe color of #475716 is #336600. Color #475716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 00010110
Octal 107 127 26
Decimal 71 87 22
Hex 47 57 16

RGB Percentages of Color #475716

%39.44
%48.33
%12.22

CMYK Percentages of Color #475716

%18
%0
%75
%66

Triadic Colors of #475716

#475716 #164757 #571647

Analogous Colors of #475716

#475716 #275716 #574716

Monochromatic Colors of #475716

#475716

Complementary Color

#475716 #261657

#475716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475716 Color CSS Codes

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

#475716 Text Font Color

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

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


#475716 Background Color

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

This div background color is #475716


#475716 Border Color

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

This div border color is #475716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,87,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 #475716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475716


Comments

No comments written yet.

Please login to write comment.