COLOR #575962

HEX: #575962
RGB: (87,89,98)

Color info

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

RGB color model

#575962 color RGB value is (87,89,98).

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

RGB channels and saturation

R 87 of 255 = 34%
G 89 of 255 = 35%
B 98 of 255 = 38%

87
89
98

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

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 98 = 274 (100%)
R 87 of 274 ~ 31.75%
G 89 of 274 ~ 32.48%
B 98 of 274 ~ 35.77%

%31.75
%32.48
%35.77

CMYK color model

#575962 color CMYK value is (11,9,0,62).

  • cyan value is 11.22%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK: (11,9,0,62) C11M9Y0K62 (11%,9%,0%,62%) (0.11/0.09/0.00/0.62)

CMYK percentages

%11.22
%9.18
%0
%61.57

Codes

Color #575962 in popluar color models

575962
RGB878998
HSL229°5.95%36.27%
HSB/HSV229°11.22%38.43%
CMYK11.22%9.18%0.00%
61.57%

Color #575962 in popluar number systems.

HEX575962
Decimal878998
Binary101011110110011100010
Octal127131142

Shades and tints

Shades of #575962

#575962
(87,89,98)
#50515A
(80,81,90)
#494952
(73,73,82)
#42414A
(66,65,74)
#3B3942
(59,57,66)
#34313A
(52,49,58)
#2D2932
(45,41,50)
#26212A
(38,33,42)
#1F1922
(31,25,34)
#18111A
(24,17,26)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #575962

#575962
(87,89,98)
#666870
(102,104,112)
#75777E
(117,119,126)
#84868C
(132,134,140)
#93959A
(147,149,154)
#A2A4A8
(162,164,168)
#B1B3B6
(177,179,182)
#C0C2C4
(192,194,196)
#CFD1D2
(207,209,210)
#DEE0E0
(222,224,224)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575962; }

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

This text font color is #575962.


Background Color

.myBgColor { background-color: #575962; }

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

This div background color is #575962.


Border color

.myBorderColor { border: 1px solid #575962; }

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

This div border color is #575962.


Opacity

.myOpacity80 { color: #575962; opacity: 0.8; }

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

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

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

This text has shadow with #575962 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #575962 on black background.


Color preview on white background

This text has color #575962 on white background.



Black color preview on #575962 background

This text has black color on #575962 background.


White color preview on #575962 background

This text has white color on #575962 background.