COLOR #57575B

HEX: #57575B RGB: (87,87,91)

Color info

#57575B contains red, green and blue colors in about the same proportion. Web safe color of #57575B is #666666 (or #666).

RGB color model

#57575B color RGB value is (87,87,91).

RGB: (87,87,91) (34%, 34%, 36%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 91 of 255 = 36%

87
87
91

R + G + B ~ 35%. #57575B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 87 + 91 = 265 (100%)
R 87 of 265 ~ 32.83%
G 87 of 265 ~ 32.83%
B 91 of 265 ~ 34.34'%

%32.83
%32.83
%34.34

CMYK color model

#57575B color CMYK value is (4,4,0,64).

  • cyan value is 4.40%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (4,4,0,64)
C4M4Y0K64 (4%, 4%, 0%, 64%)
(0.04 / 0.04 / 0.00 / 0.64)

CMYK percentages

%4.4
%4.4
%0
%64.31

Codes

Color #57575B in popluar color models

57 57 5B
RGB 87 87 91
HSL 240° 2.25% 34.90%
HSB/HSV 240° 4.40% 35.69%
CMYK 4.40% 4.40% 0.00%
64.31%

Color #57575B in popluar number systems.

HEX 57 57 5B
Decimal 87 87 91
Binary 1010111 1010111 1011011
Octal 127 127 133

Shades and tints

Shades of #57575B

#57575B
(87,87,91)
#505053
(80,80,83)
#49494B
(73,73,75)
#424243
(66,66,67)
#3B3B3B
(59,59,59)
#343433
(52,52,51)
#2D2D2B
(45,45,43)
#262623
(38,38,35)
#1F1F1B
(31,31,27)
#181813
(24,24,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #57575B

#57575B
(87,87,91)
#666669
(102,102,105)
#757577
(117,117,119)
#848485
(132,132,133)
#939393
(147,147,147)
#A2A2A1
(162,162,161)
#B1B1AF
(177,177,175)
#C0C0BD
(192,192,189)
#CFCFCB
(207,207,203)
#DEDED9
(222,222,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57575B color. Also use rgb(87,87,91) instead hex code.

Text Font Color

.myTextColor { color: #57575B; }

<p style="color:#57575B">This sample text font color is #57575B.</p>

This text font color is #57575B.

Background Color

.myBgColor { background-color: #57575B; }

<div style="background-color:#57575B">Inner text</div>

This div background color is #57575B.

Border color

.myBorderColor { border: 1px solid #57575B; }

<div style="border:3px solid #57575B">Div</div>

This div border color is #57575B.

Opacity

.myOpacity80 { color: #57575B; opacity: 0.8; }

<p style="color:#57575B;opacity:0.8;">80%</p>

Text with #57575B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57575B;}

<p style="text-shadow: 3px 3px 1px #57575B">Text here.</p>

This text has shadow with #57575B color.


.textShadow {text-shadow: 3px 3px 1px #57575B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57575B, 5px 5px 20px red">Text here.</p>

This text has shadow with #57575B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57575B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57575B, Direction=45, Strength=4)">Text</p>

This text has shadow with #57575B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #57575B;
-webkit-box-shadow: 1px 1px 3px 2px #57575B;
box-shadow: 1px 1px 3px 2px #57575B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57575B; -webkit-box-shadow: 1px 1px 3px 2px #57575B; box-shadow:1px 1px 3px 2px #57575B;">
Div content here
</div>

This div box has shadow with color #57575B.

Preview

Color preview on black background

This text has color #57575B on black background.


Color preview on white background

This text has color #57575B on white background.


Black color preview on #57575B background

This text has black color on #57575B background.


White color preview on #57575B background

This text has white color on #57575B background.


Related colors

Complementary color

Complementary color for #hex is #A8A8A4.


I love getcolorcode.com