Color Hex Logo

#57976a Color Hex

#57976A
(87,151,106)
0 Favorites   0 Comments

Color spaces of #57976a

RGB 87151106
HSL0.380.270.47
HSV138°42°59°
CMYK 0.420.000.30   0.41
XYZ17.598625.200117.5722
Yxy25.20010.29150.4174
Hunter Lab50.1997-25.272414.3856
CIE-Lab57.2699-30.837017.4380

#57976a color RGB value is (87,151,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010111 01101010
Octal 127 227 152
Decimal 87 151 106
Hex 57 97 6A

RGB Percentages of Color #57976a

%25.29
%43.90
%30.81

CMYK Percentages of Color #57976a

%42
%0
%30
%41

Triadic Colors of #57976a

#57976a #6a5797 #976a57

Analogous Colors of #57976a

#57976a #57978a #649757

Monochromatic Colors of #57976a

#57976a

Complementary Color

#57976a #975784

#57976a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57976a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57976a Color CSS Codes

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

#57976a Text Font Color

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

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


#57976a Background Color

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

This div background color is #57976a


#57976a Border Color

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

This div border color is #57976a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57976a


Comments

No comments written yet.

Please login to write comment.