COLOR #575F5F

HEX: #575F5F
RGB: (87,95,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
95
95

R + G + B ~ 36%. #575F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 95 + 95 = 277 (100%)
R 87 of 277 ~ 31.41%
G 95 of 277 ~ 34.3%
B 95 of 277 ~ 34.3%

%31.41
%34.3
%34.3

CMYK color model

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

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

CMYK percentages

%8.42
%0
%0
%62.75

Codes

Color #575F5F in popluar color models

575F5F
RGB879595
HSL180°4.40%35.69%
HSB/HSV180°8.42%37.25%
CMYK8.42%0.00%0.00%
62.75%

Color #575F5F in popluar number systems.

HEX575F5F
Decimal879595
Binary101011110111111011111
Octal127137137

Shades and tints

Shades of #575F5F

#575F5F
(87,95,95)
#505757
(80,87,87)
#494F4F
(73,79,79)
#424747
(66,71,71)
#3B3F3F
(59,63,63)
#343737
(52,55,55)
#2D2F2F
(45,47,47)
#262727
(38,39,39)
#1F1F1F
(31,31,31)
#181717
(24,23,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #575F5F

#575F5F
(87,95,95)
#666D6D
(102,109,109)
#757B7B
(117,123,123)
#848989
(132,137,137)
#939797
(147,151,151)
#A2A5A5
(162,165,165)
#B1B3B3
(177,179,179)
#C0C1C1
(192,193,193)
#CFCFCF
(207,207,207)
#DEDDDD
(222,221,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575F5F; }

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

This text font color is #575F5F.


Background Color

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

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

This div background color is #575F5F.


Border color

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

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

This div border color is #575F5F.


Opacity

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

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

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

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

This text has shadow with #575F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575F5F on black background.


Color preview on white background

This text has color #575F5F on white background.



Black color preview on #575F5F background

This text has black color on #575F5F background.


White color preview on #575F5F background

This text has white color on #575F5F background.