Color Hex Logo

#577f42 Color Hex

#577F42
(87,127,66)
0 Favorites   0 Comments

Color spaces of #577f42

RGB 8712766
HSL0.280.320.38
HSV99°48°50°
CMYK 0.310.000.48   0.50
XYZ12.503217.59837.8921
Yxy17.59830.32910.4632
Hunter Lab41.9503-20.211618.2110
CIE-Lab49.0052-25.903928.6892

#577f42 color RGB value is (87,127,66).

#577f42 hex color red value is 87, green value is 127 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #577f42 hue: 0.28 , saturation: 0.32 and the lightness value of 577f42 is 0.38.

The process color (four color CMYK) of #577f42 color hex is 0.31, 0.00, 0.48, 0.50. Web safe color of #577f42 is #666633. Color #577f42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 01000010
Octal 127 177 102
Decimal 87 127 66
Hex 57 7F 42

RGB Percentages of Color #577f42

%31.07
%45.36
%23.57

CMYK Percentages of Color #577f42

%31
%0
%48
%50

Triadic Colors of #577f42

#577f42 #42577f #7f4257

Analogous Colors of #577f42

#577f42 #427f4c #767f42

Monochromatic Colors of #577f42

#577f42

Complementary Color

#577f42 #6a427f

#577f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577f42 Color CSS Codes

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

#577f42 Text Font Color

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

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


#577f42 Background Color

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

This div background color is #577f42


#577f42 Border Color

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

This div border color is #577f42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,127,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #577f42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #577f42;
  -webkit-box-shadow: 1px 1px 3px 2px #577f42;
  box-shadow:         1px 1px 3px 2px #577f42; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577f42


Comments

No comments written yet.

Please login to write comment.