Color Hex Logo

#57976b Color Hex

#57976B
(87,151,107)
0 Favorites   0 Comments

Color spaces of #57976b

RGB 87151107
HSL0.390.270.47
HSV139°42°59°
CMYK 0.420.000.29   0.41
XYZ17.650925.221017.8478
Yxy25.22100.29070.4154
Hunter Lab50.2205-25.148914.0834
CIE-Lab57.2901-30.642216.9066

#57976b color RGB value is (87,151,107).

#57976b hex color red value is 87, green value is 151 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #57976b hue: 0.39 , saturation: 0.27 and the lightness value of 57976b is 0.47.

The process color (four color CMYK) of #57976b color hex is 0.42, 0.00, 0.29, 0.41. Web safe color of #57976b is #669966. Color #57976b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010111 01101011
Octal 127 227 153
Decimal 87 151 107
Hex 57 97 6B

RGB Percentages of Color #57976b

%25.22
%43.77
%31.01

CMYK Percentages of Color #57976b

%42
%0
%29
%41

Triadic Colors of #57976b

#57976b #6b5797 #976b57

Analogous Colors of #57976b

#57976b #57978b #639757

Monochromatic Colors of #57976b

#57976b

Complementary Color

#57976b #975783

#57976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57976b Color CSS Codes

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

#57976b Text Font Color

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

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


#57976b Background Color

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

This div background color is #57976b


#57976b Border Color

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

This div border color is #57976b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,151,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57976b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57976b;
  -webkit-box-shadow: 1px 1px 3px 2px #57976b;
  box-shadow:         1px 1px 3px 2px #57976b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,151,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57976b


Comments

No comments written yet.

Please login to write comment.