COLOR #575D57

HEX: #575D57
RGB: (87,93,87)

Color info

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

RGB color model

#575D57 color RGB value is (87,93,87).

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

RGB channels and saturation

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

87
93
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 93 + 87 = 267 (100%)
R 87 of 267 ~ 32.58%
G 93 of 267 ~ 34.83%
B 87 of 267 ~ 32.58%

%32.58
%34.83
%32.58

CMYK color model

#575D57 color CMYK value is (6,0,6,64).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 63.53%
CMYK:
(6,0,6,64)
C6M0Y6K64 
(6%,0%,6%,64%)
(0.06/0.00/0.06/0.64)	

CMYK percentages

%6.45
%0
%6.45
%63.53

Codes

Color #575D57 in popluar color models

575D57
RGB879387
HSL120°3.33%35.29%
HSB/HSV120°6.45%36.47%
CMYK6.45%0.00%6.45%
63.53%

Color #575D57 in popluar number systems.

HEX575D57
Decimal879387
Binary101011110111011010111
Octal127135127

Shades and tints

Shades of #575D57

#575D57
(87,93,87)
#505550
(80,85,80)
#494D49
(73,77,73)
#424542
(66,69,66)
#3B3D3B
(59,61,59)
#343534
(52,53,52)
#2D2D2D
(45,45,45)
#262526
(38,37,38)
#1F1D1F
(31,29,31)
#181518
(24,21,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #575D57

#575D57
(87,93,87)
#666B66
(102,107,102)
#757975
(117,121,117)
#848784
(132,135,132)
#939593
(147,149,147)
#A2A3A2
(162,163,162)
#B1B1B1
(177,177,177)
#C0BFC0
(192,191,192)
#CFCDCF
(207,205,207)
#DEDBDE
(222,219,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575D57 color. Also use rgb(87,93,87) instead hex code.

Text Font Color

.myTextColor { color: #575D57; }

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

This text font color is #575D57.


Background Color

.myBgColor { background-color: #575D57; }

<div style="background-color:#575D57">Inner text</div>

This div background color is #575D57.


Border color

.myBorderColor { border: 1px solid #575D57; }

<div style="border:3px solid #575D57">Div</div>

This div border color is #575D57.


Opacity

.myOpacity80 { color: #575D57; opacity: 0.8; }

<p style="color:#575D57;opacity:0.8;">80%</p>

Text with #575D57 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 #575D57;}

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

This text has shadow with #575D57 color.

.textShadow {text-shadow: 3px 3px 1px #575D57, 3px 3px 1px red;}

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

This text has shadow with #575D57 primary color and red secondary color.


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

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

This text has shadow with #575D57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575D57 on black background.


Color preview on white background

This text has color #575D57 on white background.



Black color preview on #575D57 background

This text has black color on #575D57 background.


White color preview on #575D57 background

This text has white color on #575D57 background.