COLOR #57595B

HEX: #57595B
RGB: (87,89,91)

Color info

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

RGB color model

#57595B color RGB value is (87,89,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 89 of 255 = 35%
B 91 of 255 = 36%

87
89
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 91 = 267 (100%)
R 87 of 267 ~ 32.58%
G 89 of 267 ~ 33.33%
B 91 of 267 ~ 34.08%

%32.58
%33.33
%34.08

CMYK color model

#57595B color CMYK value is (4,2,0,64).

  • cyan value is 4.40%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(4,2,0,64)
C4M2Y0K64 
(4%,2%,0%,64%)
(0.04/0.02/0.00/0.64)	

CMYK percentages

%4.4
%2.2
%0
%64.31

Codes

Color #57595B in popluar color models

57595B
RGB878991
HSL210°2.25%34.90%
HSB/HSV210°4.40%35.69%
CMYK4.40%2.20%0.00%
64.31%

Color #57595B in popluar number systems.

HEX57595B
Decimal878991
Binary101011110110011011011
Octal127131133

Shades and tints

Shades of #57595B

#57595B
(87,89,91)
#505153
(80,81,83)
#49494B
(73,73,75)
#424143
(66,65,67)
#3B393B
(59,57,59)
#343133
(52,49,51)
#2D292B
(45,41,43)
#262123
(38,33,35)
#1F191B
(31,25,27)
#181113
(24,17,19)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #57595B

#57595B
(87,89,91)
#666869
(102,104,105)
#757777
(117,119,119)
#848685
(132,134,133)
#939593
(147,149,147)
#A2A4A1
(162,164,161)
#B1B3AF
(177,179,175)
#C0C2BD
(192,194,189)
#CFD1CB
(207,209,203)
#DEE0D9
(222,224,217)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57595B; }

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

This text font color is #57595B.


Background Color

.myBgColor { background-color: #57595B; }

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

This div background color is #57595B.


Border color

.myBorderColor { border: 1px solid #57595B; }

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

This div border color is #57595B.


Opacity

.myOpacity80 { color: #57595B; opacity: 0.8; }

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

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

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

This text has shadow with #57595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57595B on black background.


Color preview on white background

This text has color #57595B on white background.



Black color preview on #57595B background

This text has black color on #57595B background.


White color preview on #57595B background

This text has white color on #57595B background.