Color Hex Logo

#57726f Color Hex

#57726F
(87,114,111)
3 Favorites   0 Comments

Color spaces of #57726f

RGB 87114111
HSL0.480.130.39
HSV173°24°45°
CMYK 0.240.000.03   0.55
XYZ12.817015.208617.2989
Yxy15.20860.28280.3355
Hunter Lab38.9982-9.58170.9988
CIE-Lab45.9186-10.4897-1.5657

#57726f color RGB value is (87,114,111).

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

The process color (four color CMYK) of #57726f color hex is 0.24, 0.00, 0.03, 0.55. Web safe color of #57726f is #666666. Color #57726f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 01101111
Octal 127 162 157
Decimal 87 114 111
Hex 57 72 6F

RGB Percentages of Color #57726f

%27.88
%36.54
%35.58

CMYK Percentages of Color #57726f

%24
%0
%3
%55

Triadic Colors of #57726f

#57726f #6f5772 #726f57

Analogous Colors of #57726f

#57726f #576872 #577262

Monochromatic Colors of #57726f

#57726f

Complementary Color

#57726f #72575a

#57726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57726f Color CSS Codes

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

#57726f Text Font Color

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

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


#57726f Background Color

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

This div background color is #57726f


#57726f Border Color

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

This div border color is #57726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57726f


Comments

No comments written yet.

Please login to write comment.