Color Hex Logo

#57726c Color Hex

#57726C
(87,114,108)
0 Favorites   0 Comments

Color spaces of #57726c

RGB 87114108
HSL0.460.130.39
HSV167°24°45°
CMYK 0.240.000.05   0.55
XYZ12.654615.143616.4434
Yxy15.14360.28600.3423
Hunter Lab38.9148-10.05492.1874
CIE-Lab45.8303-11.19650.0979

#57726c color RGB value is (87,114,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 01101100
Octal 127 162 154
Decimal 87 114 108
Hex 57 72 6C

RGB Percentages of Color #57726c

%28.16
%36.89
%34.95

CMYK Percentages of Color #57726c

%24
%0
%5
%55

Triadic Colors of #57726c

#57726c #6c5772 #726c57

Analogous Colors of #57726c

#57726c #576b72 #57725f

Monochromatic Colors of #57726c

#57726c

Complementary Color

#57726c #72575d

#57726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57726c Color CSS Codes

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

#57726c Text Font Color

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

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


#57726c Background Color

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

This div background color is #57726c


#57726c Border Color

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

This div border color is #57726c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57726c

#57726c Color Palettes


Comments

No comments written yet.

Please login to write comment.