Color Hex Logo

#57756b Color Hex

#57756B
(87,117,107)
0 Favorites   0 Comments

Color spaces of #57756b

RGB 87117107
HSL0.440.150.40
HSV160°26°46°
CMYK 0.260.000.09   0.54
XYZ12.945615.810416.2793
Yxy15.81040.28750.3511
Hunter Lab39.7623-11.46893.5594
CIE-Lab46.7248-13.10981.9957

#57756b color RGB value is (87,117,107).

#57756b hex color red value is 87, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #57756b hue: 0.44 , saturation: 0.15 and the lightness value of 57756b is 0.40.

The process color (four color CMYK) of #57756b color hex is 0.26, 0.00, 0.09, 0.54. Web safe color of #57756b is #666666. Color #57756b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110101 01101011
Octal 127 165 153
Decimal 87 117 107
Hex 57 75 6B

RGB Percentages of Color #57756b

%27.97
%37.62
%34.41

CMYK Percentages of Color #57756b

%26
%0
%9
%54

Triadic Colors of #57756b

#57756b #6b5775 #756b57

Analogous Colors of #57756b

#57756b #577075 #57755c

Monochromatic Colors of #57756b

#57756b

Complementary Color

#57756b #755761

#57756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57756b Color CSS Codes

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

#57756b Text Font Color

<p style="color:#57756b">Text here</p>

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


#57756b Background Color

<div style="background-color:#57756b">
Div content here</div>

This div background color is #57756b


#57756b Border Color

<div style="border:3px solid #57756b">
Div here</div>

This div border color is #57756b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,117,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57756b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57756b;
  -webkit-box-shadow: 1px 1px 3px 2px #57756b;
  box-shadow:         1px 1px 3px 2px #57756b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57756b


Comments

No comments written yet.

Please login to write comment.