COLOR #575B51

HEX: #575B51
RGB: (87,91,81)

Color info

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

RGB color model

#575B51 color RGB value is (87,91,81).

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

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 81 of 255 = 32%

87
91
81

R + G + B ~ 34%. #575B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 91 + 81 = 259 (100%)
R 87 of 259 ~ 33.59%
G 91 of 259 ~ 35.14%
B 81 of 259 ~ 31.27%

%33.59
%35.14
%31.27

CMYK color model

#575B51 color CMYK value is (4,0,11,64).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%
CMYK:
(4,0,11,64)
C4M0Y11K64 
(4%,0%,11%,64%)
(0.04/0.00/0.11/0.64)	

CMYK percentages

%4.4
%0
%10.99
%64.31

Codes

Color #575B51 in popluar color models

575B51
RGB879181
HSL84°5.81%33.73%
HSB/HSV84°10.99%35.69%
CMYK4.40%0.00%10.99%
64.31%

Color #575B51 in popluar number systems.

HEX575B51
Decimal879181
Binary101011110110111010001
Octal127133121

Shades and tints

Shades of #575B51

#575B51
(87,91,81)
#50534A
(80,83,74)
#494B43
(73,75,67)
#42433C
(66,67,60)
#3B3B35
(59,59,53)
#34332E
(52,51,46)
#2D2B27
(45,43,39)
#262320
(38,35,32)
#1F1B19
(31,27,25)
#181312
(24,19,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #575B51

#575B51
(87,91,81)
#666960
(102,105,96)
#75776F
(117,119,111)
#84857E
(132,133,126)
#93938D
(147,147,141)
#A2A19C
(162,161,156)
#B1AFAB
(177,175,171)
#C0BDBA
(192,189,186)
#CFCBC9
(207,203,201)
#DED9D8
(222,217,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575B51 color. Also use rgb(87,91,81) instead hex code.

Text Font Color

.myTextColor { color: #575B51; }

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

This text font color is #575B51.


Background Color

.myBgColor { background-color: #575B51; }

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

This div background color is #575B51.


Border color

.myBorderColor { border: 1px solid #575B51; }

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

This div border color is #575B51.


Opacity

.myOpacity80 { color: #575B51; opacity: 0.8; }

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

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

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

This text has shadow with #575B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575B51 on black background.


Color preview on white background

This text has color #575B51 on white background.



Black color preview on #575B51 background

This text has black color on #575B51 background.


White color preview on #575B51 background

This text has white color on #575B51 background.