Color Hex Logo

#475627 Color Hex

#475627
(71,86,39)
0 Favorites   0 Comments

Color spaces of #475627

RGB 718639
HSL0.220.380.25
HSV79°55°34°
CMYK 0.170.000.55   0.66
XYZ6.29258.14173.1593
Yxy8.14170.35770.4628
Hunter Lab28.5337-10.569513.4089
CIE-Lab34.2763-14.438025.2259

#475627 color RGB value is (71,86,39).

#475627 hex color red value is 71, green value is 86 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #475627 hue: 0.22 , saturation: 0.38 and the lightness value of 475627 is 0.25.

The process color (four color CMYK) of #475627 color hex is 0.17, 0.00, 0.55, 0.66. Web safe color of #475627 is #336633. Color #475627 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 00100111
Octal 107 126 47
Decimal 71 86 39
Hex 47 56 27

RGB Percentages of Color #475627

%36.22
%43.88
%19.90

CMYK Percentages of Color #475627

%17
%0
%55
%66

Triadic Colors of #475627

#475627 #274756 #562747

Analogous Colors of #475627

#475627 #305627 #564e27

Monochromatic Colors of #475627

#475627

Complementary Color

#475627 #362756

#475627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475627 Color CSS Codes

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

#475627 Text Font Color

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

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


#475627 Background Color

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

This div background color is #475627


#475627 Border Color

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

This div border color is #475627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475627


Comments

No comments written yet.

Please login to write comment.