COLOR #57575F

HEX: #57575F
RGB: (87,87,95)

Color info

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

RGB color model

#57575F color RGB value is (87,87,95).

  • red value is 87;
  • green value is 87;
  • blue value is 95.
RGB:
(87,87,95)
(34%,34%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 95 of 255 = 37%

87
87
95

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 95 = 269 (100%)
R 87 of 269 ~ 32.34%
G 87 of 269 ~ 32.34%
B 95 of 269 ~ 35.32%

%32.34
%32.34
%35.32

CMYK color model

#57575F color CMYK value is (8,8,0,63).

  • cyan value is 8.42%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(8,8,0,63)
C8M8Y0K63 
(8%,8%,0%,63%)
(0.08/0.08/0.00/0.63)	

CMYK percentages

%8.42
%8.42
%0
%62.75

Codes

Color #57575F in popluar color models

57575F
RGB878795
HSL240°4.40%35.69%
HSB/HSV240°8.42%37.25%
CMYK8.42%8.42%0.00%
62.75%

Color #57575F in popluar number systems.

HEX57575F
Decimal878795
Binary101011110101111011111
Octal127127137

Shades and tints

Shades of #57575F

#57575F
(87,87,95)
#505057
(80,80,87)
#49494F
(73,73,79)
#424247
(66,66,71)
#3B3B3F
(59,59,63)
#343437
(52,52,55)
#2D2D2F
(45,45,47)
#262627
(38,38,39)
#1F1F1F
(31,31,31)
#181817
(24,24,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #57575F

#57575F
(87,87,95)
#66666D
(102,102,109)
#75757B
(117,117,123)
#848489
(132,132,137)
#939397
(147,147,151)
#A2A2A5
(162,162,165)
#B1B1B3
(177,177,179)
#C0C0C1
(192,192,193)
#CFCFCF
(207,207,207)
#DEDEDD
(222,222,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57575F; }

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

This text font color is #57575F.


Background Color

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

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

This div background color is #57575F.


Border color

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

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

This div border color is #57575F.


Opacity

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

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

Text with #57575F 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 #57575F;}

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

This text has shadow with #57575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57575F on black background.


Color preview on white background

This text has color #57575F on white background.



Black color preview on #57575F background

This text has black color on #57575F background.


White color preview on #57575F background

This text has white color on #57575F background.