COLOR #575550

HEX: #575550
RGB: (87,85,80)

Color info

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

RGB color model

#575550 color RGB value is (87,85,80).

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

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 80 of 255 = 31%

87
85
80

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

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 80 = 252 (100%)
R 87 of 252 ~ 34.52%
G 85 of 252 ~ 33.73%
B 80 of 252 ~ 31.75%

%34.52
%33.73
%31.75

CMYK color model

#575550 color CMYK value is (0,2,8,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 8.05%
  • key color value is 65.88%
CMYK:
(0,2,8,66)
C0M2Y8K66 
(0%,2%,8%,66%)
(0.00/0.02/0.08/0.66)	

CMYK percentages

%0
%2.3
%8.05
%65.88

Codes

Color #575550 in popluar color models

575550
RGB878580
HSL43°4.19%32.75%
HSB/HSV43°8.05%34.12%
CMYK0.00%2.30%8.05%
65.88%

Color #575550 in popluar number systems.

HEX575550
Decimal878580
Binary101011110101011010000
Octal127125120

Shades and tints

Shades of #575550

#575550
(87,85,80)
#504E49
(80,78,73)
#494742
(73,71,66)
#42403B
(66,64,59)
#3B3934
(59,57,52)
#34322D
(52,50,45)
#2D2B26
(45,43,38)
#26241F
(38,36,31)
#1F1D18
(31,29,24)
#181611
(24,22,17)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #575550

#575550
(87,85,80)
#66645F
(102,100,95)
#75736E
(117,115,110)
#84827D
(132,130,125)
#93918C
(147,145,140)
#A2A09B
(162,160,155)
#B1AFAA
(177,175,170)
#C0BEB9
(192,190,185)
#CFCDC8
(207,205,200)
#DEDCD7
(222,220,215)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575550; }

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

This text font color is #575550.


Background Color

.myBgColor { background-color: #575550; }

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

This div background color is #575550.


Border color

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

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

This div border color is #575550.


Opacity

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

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

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

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

This text has shadow with #575550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575550 on black background.


Color preview on white background

This text has color #575550 on white background.



Black color preview on #575550 background

This text has black color on #575550 background.


White color preview on #575550 background

This text has white color on #575550 background.