COLOR #575965

HEX: #575965
RGB: (87,89,101)

Color info

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

RGB color model

#575965 color RGB value is (87,89,101).

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

RGB channels and saturation

R 87 of 255 = 34%
G 89 of 255 = 35%
B 101 of 255 = 40%

87
89
101

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

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 101 = 277 (100%)
R 87 of 277 ~ 31.41%
G 89 of 277 ~ 32.13%
B 101 of 277 ~ 36.46%

%31.41
%32.13
%36.46

CMYK color model

#575965 color CMYK value is (14,12,0,60).

  • cyan value is 13.86%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(14,12,0,60)
C14M12Y0K60 
(14%,12%,0%,60%)
(0.14/0.12/0.00/0.60)	

CMYK percentages

%13.86
%11.88
%0
%60.39

Codes

Color #575965 in popluar color models

575965
RGB8789101
HSL231°7.45%36.86%
HSB/HSV231°13.86%39.61%
CMYK13.86%11.88%0.00%
60.39%

Color #575965 in popluar number systems.

HEX575965
Decimal8789101
Binary101011110110011100101
Octal127131145

Shades and tints

Shades of #575965

#575965
(87,89,101)
#50515C
(80,81,92)
#494953
(73,73,83)
#42414A
(66,65,74)
#3B3941
(59,57,65)
#343138
(52,49,56)
#2D292F
(45,41,47)
#262126
(38,33,38)
#1F191D
(31,25,29)
#181114
(24,17,20)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #575965

#575965
(87,89,101)
#666873
(102,104,115)
#757781
(117,119,129)
#84868F
(132,134,143)
#93959D
(147,149,157)
#A2A4AB
(162,164,171)
#B1B3B9
(177,179,185)
#C0C2C7
(192,194,199)
#CFD1D5
(207,209,213)
#DEE0E3
(222,224,227)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575965; }

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

This text font color is #575965.


Background Color

.myBgColor { background-color: #575965; }

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

This div background color is #575965.


Border color

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

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

This div border color is #575965.


Opacity

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

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

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

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

This text has shadow with #575965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575965 on black background.


Color preview on white background

This text has color #575965 on white background.



Black color preview on #575965 background

This text has black color on #575965 background.


White color preview on #575965 background

This text has white color on #575965 background.