COLOR #57605B

HEX: #57605B
RGB: (87,96,91)

Color info

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

RGB color model

#57605B color RGB value is (87,96,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 91 of 255 = 36%

87
96
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 91 = 274 (100%)
R 87 of 274 ~ 31.75%
G 96 of 274 ~ 35.04%
B 91 of 274 ~ 33.21%

%31.75
%35.04
%33.21

CMYK color model

#57605B color CMYK value is (9,0,5,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 62.35%
CMYK:
(9,0,5,62)
C9M0Y5K62 
(9%,0%,5%,62%)
(0.09/0.00/0.05/0.62)	

CMYK percentages

%9.38
%0
%5.21
%62.35

Codes

Color #57605B in popluar color models

57605B
RGB879691
HSL147°4.92%35.88%
HSB/HSV147°9.38%37.65%
CMYK9.38%0.00%5.21%
62.35%

Color #57605B in popluar number systems.

HEX57605B
Decimal879691
Binary101011111000001011011
Octal127140133

Shades and tints

Shades of #57605B

#57605B
(87,96,91)
#505853
(80,88,83)
#49504B
(73,80,75)
#424843
(66,72,67)
#3B403B
(59,64,59)
#343833
(52,56,51)
#2D302B
(45,48,43)
#262823
(38,40,35)
#1F201B
(31,32,27)
#181813
(24,24,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #57605B

#57605B
(87,96,91)
#666E69
(102,110,105)
#757C77
(117,124,119)
#848A85
(132,138,133)
#939893
(147,152,147)
#A2A6A1
(162,166,161)
#B1B4AF
(177,180,175)
#C0C2BD
(192,194,189)
#CFD0CB
(207,208,203)
#DEDED9
(222,222,217)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57605B; }

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

This text font color is #57605B.


Background Color

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

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

This div background color is #57605B.


Border color

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

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

This div border color is #57605B.


Opacity

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

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

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

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

This text has shadow with #57605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57605B on black background.


Color preview on white background

This text has color #57605B on white background.



Black color preview on #57605B background

This text has black color on #57605B background.


White color preview on #57605B background

This text has white color on #57605B background.