Color Hex Logo

#57725a Color Hex

#57725A
(87,114,90)
0 Favorites   0 Comments

Color spaces of #57725a

RGB 8711490
HSL0.350.130.39
HSV127°24°45°
CMYK 0.240.000.21   0.55
XYZ11.793314.799011.9078
Yxy14.79900.30630.3844
Hunter Lab38.4695-12.60018.5761
CIE-Lab45.3577-15.088410.1459

#57725a color RGB value is (87,114,90).

#57725a hex color red value is 87, green value is 114 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #57725a hue: 0.35 , saturation: 0.13 and the lightness value of 57725a is 0.39.

The process color (four color CMYK) of #57725a color hex is 0.24, 0.00, 0.21, 0.55. Web safe color of #57725a is #666666. Color #57725a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 01011010
Octal 127 162 132
Decimal 87 114 90
Hex 57 72 5A

RGB Percentages of Color #57725a

%29.90
%39.18
%30.93

CMYK Percentages of Color #57725a

%24
%0
%21
%55

Triadic Colors of #57725a

#57725a #5a5772 #725a57

Analogous Colors of #57725a

#57725a #577268 #627257

Monochromatic Colors of #57725a

#57725a

Complementary Color

#57725a #72576f

#57725a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57725a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57725a Color CSS Codes

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

#57725a Text Font Color

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

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


#57725a Background Color

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

This div background color is #57725a


#57725a Border Color

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

This div border color is #57725a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57725a


Comments

No comments written yet.

Please login to write comment.