Color Hex Logo

#477142 Color Hex

#477142
(71,113,66)
0 Favorites   0 Comments

Color spaces of #477142

RGB 7111366
HSL0.320.260.35
HSV114°42°44°
CMYK 0.370.000.42   0.56
XYZ9.487013.54327.2683
Yxy13.54320.31310.4470
Hunter Lab36.8011-18.386214.0508
CIE-Lab43.5706-24.834421.5767

#477142 color RGB value is (71,113,66).

#477142 hex color red value is 71, green value is 113 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #477142 hue: 0.32 , saturation: 0.26 and the lightness value of 477142 is 0.35.

The process color (four color CMYK) of #477142 color hex is 0.37, 0.00, 0.42, 0.56. Web safe color of #477142 is #336633. Color #477142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110001 01000010
Octal 107 161 102
Decimal 71 113 66
Hex 47 71 42

RGB Percentages of Color #477142

%28.40
%45.20
%26.40

CMYK Percentages of Color #477142

%37
%0
%42
%56

Triadic Colors of #477142

#477142 #424771 #714247

Analogous Colors of #477142

#477142 #427155 #5f7142

Monochromatic Colors of #477142

#477142

Complementary Color

#477142 #6c4271

#477142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477142 Color CSS Codes

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

#477142 Text Font Color

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

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


#477142 Background Color

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

This div background color is #477142


#477142 Border Color

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

This div border color is #477142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477142


Comments

No comments written yet.

Please login to write comment.