COLOR #575157

HEX: #575157
RGB: (87,81,87)

Color info

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

RGB color model

#575157 color RGB value is (87,81,87).

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

RGB channels and saturation

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

87
81
87

R + G + B ~ 33%. #575157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 87 = 255 (100%)
R 87 of 255 ~ 34.12%
G 81 of 255 ~ 31.76%
B 87 of 255 ~ 34.12%

%34.12
%31.76
%34.12

CMYK color model

#575157 color CMYK value is (0,7,0,66).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,7,0,66)
C0M7Y0K66 
(0%,7%,0%,66%)
(0.00/0.07/0.00/0.66)	

CMYK percentages

%0
%6.9
%0
%65.88

Codes

Color #575157 in popluar color models

575157
RGB878187
HSL300°3.57%32.94%
HSB/HSV300°6.90%34.12%
CMYK0.00%6.90%0.00%
65.88%

Color #575157 in popluar number systems.

HEX575157
Decimal878187
Binary101011110100011010111
Octal127121127

Shades and tints

Shades of #575157

#575157
(87,81,87)
#504A50
(80,74,80)
#494349
(73,67,73)
#423C42
(66,60,66)
#3B353B
(59,53,59)
#342E34
(52,46,52)
#2D272D
(45,39,45)
#262026
(38,32,38)
#1F191F
(31,25,31)
#181218
(24,18,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #575157

#575157
(87,81,87)
#666066
(102,96,102)
#756F75
(117,111,117)
#847E84
(132,126,132)
#938D93
(147,141,147)
#A29CA2
(162,156,162)
#B1ABB1
(177,171,177)
#C0BAC0
(192,186,192)
#CFC9CF
(207,201,207)
#DED8DE
(222,216,222)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575157; }

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

This text font color is #575157.


Background Color

.myBgColor { background-color: #575157; }

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

This div background color is #575157.


Border color

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

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

This div border color is #575157.


Opacity

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

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

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

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

This text has shadow with #575157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575157 on black background.


Color preview on white background

This text has color #575157 on white background.



Black color preview on #575157 background

This text has black color on #575157 background.


White color preview on #575157 background

This text has white color on #575157 background.