color codes Logo

#477029 color codes

#477029
(71,112,41)
0 Favorites   0 Comments

Color spaces of #477029

RGB 7111241
HSL0.260.460.30
HSV95°63°44°
CMYK 0.370.000.63   0.56
XYZ8.792913.08804.1606
Yxy13.08800.33760.5026
Hunter Lab36.1773-19.925918.5055
CIE-Lab42.8955-27.725034.1799

#477029 color RGB value is (71,112,41).

#477029 hex color red value is 71, green value is 112 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #477029 hue: 0.26 , saturation: 0.46 and the lightness value of 477029 is 0.30.

The process color (four color CMYK) of #477029 color code is 0.37, 0.00, 0.63, 0.56. Web safe color of #477029 is #336633. Color #477029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 00101001
Octal 107 160 51
Decimal 71 112 41
Hex 47 70 29

RGB Percentages of Color #477029

%31.70
%50.00
%18.30

CMYK Percentages of Color #477029

%37
%0
%63
%56

Triadic Colors of #477029

#477029 #294770 #702947

Analogous Colors of #477029

#477029 #29702f #6b7029

Monochromatic Colors of #477029

#477029

Complementary Color

#477029 #522970

#477029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477029 Color CSS Codes

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

#477029 Text Font Color

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

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


#477029 Background Color

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

This div background color is #477029


#477029 Border Color

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

This div border color is #477029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477029


Comments

No comments written yet.

Please login to write comment.