COLOR #575155

HEX: #575155
RGB: (87,81,85)

Color info

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

RGB color model

#575155 color RGB value is (87,81,85).

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

RGB channels and saturation

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

87
81
85

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

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 85 = 253 (100%)
R 87 of 253 ~ 34.39%
G 81 of 253 ~ 32.02%
B 85 of 253 ~ 33.6%

%34.39
%32.02
%33.6

CMYK color model

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

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

CMYK percentages

%0
%6.9
%2.3
%65.88

Codes

Color #575155 in popluar color models

575155
RGB878185
HSL320°3.57%32.94%
HSB/HSV320°6.90%34.12%
CMYK0.00%6.90%2.30%
65.88%

Color #575155 in popluar number systems.

HEX575155
Decimal878185
Binary101011110100011010101
Octal127121125

Shades and tints

Shades of #575155

#575155
(87,81,85)
#504A4E
(80,74,78)
#494347
(73,67,71)
#423C40
(66,60,64)
#3B3539
(59,53,57)
#342E32
(52,46,50)
#2D272B
(45,39,43)
#262024
(38,32,36)
#1F191D
(31,25,29)
#181216
(24,18,22)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #575155

#575155
(87,81,85)
#666064
(102,96,100)
#756F73
(117,111,115)
#847E82
(132,126,130)
#938D91
(147,141,145)
#A29CA0
(162,156,160)
#B1ABAF
(177,171,175)
#C0BABE
(192,186,190)
#CFC9CD
(207,201,205)
#DED8DC
(222,216,220)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575155; }

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

This text font color is #575155.


Background Color

.myBgColor { background-color: #575155; }

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

This div background color is #575155.


Border color

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

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

This div border color is #575155.


Opacity

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

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

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

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

This text has shadow with #575155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575155 on black background.


Color preview on white background

This text has color #575155 on white background.



Black color preview on #575155 background

This text has black color on #575155 background.


White color preview on #575155 background

This text has white color on #575155 background.