COLOR #575F59

HEX: #575F59
RGB: (87,95,89)

Color info

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

RGB color model

#575F59 color RGB value is (87,95,89).

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

RGB channels and saturation

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

87
95
89

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

Portions of RGB colors in percentages

R + G + B =
87 + 95 + 89 = 271 (100%)
R 87 of 271 ~ 32.1%
G 95 of 271 ~ 35.06%
B 89 of 271 ~ 32.84%

%32.1
%35.06
%32.84

CMYK color model

#575F59 color CMYK value is (8,0,6,63).

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

CMYK percentages

%8.42
%0
%6.32
%62.75

Codes

Color #575F59 in popluar color models

575F59
RGB879589
HSL135°4.40%35.69%
HSB/HSV135°8.42%37.25%
CMYK8.42%0.00%6.32%
62.75%

Color #575F59 in popluar number systems.

HEX575F59
Decimal879589
Binary101011110111111011001
Octal127137131

Shades and tints

Shades of #575F59

#575F59
(87,95,89)
#505751
(80,87,81)
#494F49
(73,79,73)
#424741
(66,71,65)
#3B3F39
(59,63,57)
#343731
(52,55,49)
#2D2F29
(45,47,41)
#262721
(38,39,33)
#1F1F19
(31,31,25)
#181711
(24,23,17)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #575F59

#575F59
(87,95,89)
#666D68
(102,109,104)
#757B77
(117,123,119)
#848986
(132,137,134)
#939795
(147,151,149)
#A2A5A4
(162,165,164)
#B1B3B3
(177,179,179)
#C0C1C2
(192,193,194)
#CFCFD1
(207,207,209)
#DEDDE0
(222,221,224)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575F59; }

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

This text font color is #575F59.


Background Color

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

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

This div background color is #575F59.


Border color

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

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

This div border color is #575F59.


Opacity

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

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

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

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

This text has shadow with #575F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575F59 on black background.


Color preview on white background

This text has color #575F59 on white background.



Black color preview on #575F59 background

This text has black color on #575F59 background.


White color preview on #575F59 background

This text has white color on #575F59 background.