COLOR #575655

HEX: #575655
RGB: (87,86,85)

Color info

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

RGB color model

#575655 color RGB value is (87,86,85).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 85 of 255 = 33%

87
86
85

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

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 85 = 258 (100%)
R 87 of 258 ~ 33.72%
G 86 of 258 ~ 33.33%
B 85 of 258 ~ 32.95%

%33.72
%33.33
%32.95

CMYK color model

#575655 color CMYK value is (0,1,2,66).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(0,1,2,66)
C0M1Y2K66 
(0%,1%,2%,66%)
(0.00/0.01/0.02/0.66)	

CMYK percentages

%0
%1.15
%2.3
%65.88

Codes

Color #575655 in popluar color models

575655
RGB878685
HSL30°1.16%33.73%
HSB/HSV30°2.30%34.12%
CMYK0.00%1.15%2.30%
65.88%

Color #575655 in popluar number systems.

HEX575655
Decimal878685
Binary101011110101101010101
Octal127126125

Shades and tints

Shades of #575655

#575655
(87,86,85)
#504F4E
(80,79,78)
#494847
(73,72,71)
#424140
(66,65,64)
#3B3A39
(59,58,57)
#343332
(52,51,50)
#2D2C2B
(45,44,43)
#262524
(38,37,36)
#1F1E1D
(31,30,29)
#181716
(24,23,22)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #575655

#575655
(87,86,85)
#666564
(102,101,100)
#757473
(117,116,115)
#848382
(132,131,130)
#939291
(147,146,145)
#A2A1A0
(162,161,160)
#B1B0AF
(177,176,175)
#C0BFBE
(192,191,190)
#CFCECD
(207,206,205)
#DEDDDC
(222,221,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575655; }

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

This text font color is #575655.


Background Color

.myBgColor { background-color: #575655; }

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

This div background color is #575655.


Border color

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

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

This div border color is #575655.


Opacity

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

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

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

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

This text has shadow with #575655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575655 on black background.


Color preview on white background

This text has color #575655 on white background.



Black color preview on #575655 background

This text has black color on #575655 background.


White color preview on #575655 background

This text has white color on #575655 background.