Color Hex Logo

#57676f Color Hex

#57676F
(87,103,111)
0 Favorites   0 Comments

Color spaces of #57676f

RGB 87103111
HSL0.560.120.39
HSV200°22°44°
CMYK 0.220.070.00   0.56
XYZ11.650012.874416.9099
Yxy12.87440.28120.3107
Hunter Lab35.8809-4.8353-2.8255
CIE-Lab42.5734-4.1015-6.5152

#57676f color RGB value is (87,103,111).

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

The process color (four color CMYK) of #57676f color hex is 0.22, 0.07, 0.00, 0.56. Web safe color of #57676f is #666666. Color #57676f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100111 01101111
Octal 127 147 157
Decimal 87 103 111
Hex 57 67 6F

RGB Percentages of Color #57676f

%28.90
%34.22
%36.88

CMYK Percentages of Color #57676f

%22
%7
%0
%56

Triadic Colors of #57676f

#57676f #6f5767 #676f57

Analogous Colors of #57676f

#57676f #575b6f #576f6b

Monochromatic Colors of #57676f

#57676f

Complementary Color

#57676f #6f5f57

#57676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57676f Color CSS Codes

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

#57676f Text Font Color

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

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


#57676f Background Color

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

This div background color is #57676f


#57676f Border Color

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

This div border color is #57676f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,103,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 #57676f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57676f


Comments

No comments written yet.

Please login to write comment.