Color Hex Logo

#476029 Color Hex

#476029
(71,96,41)
0 Favorites   0 Comments

Color spaces of #476029

RGB 719641
HSL0.240.400.27
HSV87°57°38°
CMYK 0.260.000.57   0.62
XYZ7.18169.86543.6235
Yxy9.86540.34740.4773
Hunter Lab31.4092-14.152815.1465
CIE-Lab37.5998-19.653328.0825

#476029 color RGB value is (71,96,41).

#476029 hex color red value is 71, green value is 96 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #476029 hue: 0.24 , saturation: 0.40 and the lightness value of 476029 is 0.27.

The process color (four color CMYK) of #476029 color hex is 0.26, 0.00, 0.57, 0.62. Web safe color of #476029 is #336633. Color #476029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 00101001
Octal 107 140 51
Decimal 71 96 41
Hex 47 60 29

RGB Percentages of Color #476029

%34.13
%46.15
%19.71

CMYK Percentages of Color #476029

%26
%0
%57
%62

Triadic Colors of #476029

#476029 #294760 #602947

Analogous Colors of #476029

#476029 #2c6029 #605e29

Monochromatic Colors of #476029

#476029

Complementary Color

#476029 #422960

#476029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476029 Color CSS Codes

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

#476029 Text Font Color

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

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


#476029 Background Color

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

This div background color is #476029


#476029 Border Color

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

This div border color is #476029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476029


Comments

No comments written yet.

Please login to write comment.