COLOR #575961

HEX: #575961
RGB: (87,89,97)

Color info

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

RGB color model

#575961 color RGB value is (87,89,97).

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

RGB channels and saturation

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

87
89
97

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

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 97 = 273 (100%)
R 87 of 273 ~ 31.87%
G 89 of 273 ~ 32.6%
B 97 of 273 ~ 35.53%

%31.87
%32.6
%35.53

CMYK color model

#575961 color CMYK value is (10,8,0,62).

  • cyan value is 10.31%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(10,8,0,62)
C10M8Y0K62 
(10%,8%,0%,62%)
(0.10/0.08/0.00/0.62)	

CMYK percentages

%10.31
%8.25
%0
%61.96

Codes

Color #575961 in popluar color models

575961
RGB878997
HSL228°5.43%36.08%
HSB/HSV228°10.31%38.04%
CMYK10.31%8.25%0.00%
61.96%

Color #575961 in popluar number systems.

HEX575961
Decimal878997
Binary101011110110011100001
Octal127131141

Shades and tints

Shades of #575961

#575961
(87,89,97)
#505159
(80,81,89)
#494951
(73,73,81)
#424149
(66,65,73)
#3B3941
(59,57,65)
#343139
(52,49,57)
#2D2931
(45,41,49)
#262129
(38,33,41)
#1F1921
(31,25,33)
#181119
(24,17,25)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #575961

#575961
(87,89,97)
#66686F
(102,104,111)
#75777D
(117,119,125)
#84868B
(132,134,139)
#939599
(147,149,153)
#A2A4A7
(162,164,167)
#B1B3B5
(177,179,181)
#C0C2C3
(192,194,195)
#CFD1D1
(207,209,209)
#DEE0DF
(222,224,223)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575961; }

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

This text font color is #575961.


Background Color

.myBgColor { background-color: #575961; }

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

This div background color is #575961.


Border color

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

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

This div border color is #575961.


Opacity

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

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

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

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

This text has shadow with #575961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575961 on black background.


Color preview on white background

This text has color #575961 on white background.



Black color preview on #575961 background

This text has black color on #575961 background.


White color preview on #575961 background

This text has white color on #575961 background.