COLOR #575856

HEX: #575856
RGB: (87,88,86)

Color info

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

RGB color model

#575856 color RGB value is (87,88,86).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 86 of 255 = 34%

87
88
86

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

Portions of RGB colors in percentages

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

%33.33
%33.72
%32.95

CMYK color model

#575856 color CMYK value is (1,0,2,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(1,0,2,65)
C1M0Y2K65 
(1%,0%,2%,65%)
(0.01/0.00/0.02/0.65)	

CMYK percentages

%1.14
%0
%2.27
%65.49

Codes

Color #575856 in popluar color models

575856
RGB878886
HSL90°1.15%34.12%
HSB/HSV90°2.27%34.51%
CMYK1.14%0.00%2.27%
65.49%

Color #575856 in popluar number systems.

HEX575856
Decimal878886
Binary101011110110001010110
Octal127130126

Shades and tints

Shades of #575856

#575856
(87,88,86)
#50504F
(80,80,79)
#494848
(73,72,72)
#424041
(66,64,65)
#3B383A
(59,56,58)
#343033
(52,48,51)
#2D282C
(45,40,44)
#262025
(38,32,37)
#1F181E
(31,24,30)
#181017
(24,16,23)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #575856

#575856
(87,88,86)
#666765
(102,103,101)
#757674
(117,118,116)
#848583
(132,133,131)
#939492
(147,148,146)
#A2A3A1
(162,163,161)
#B1B2B0
(177,178,176)
#C0C1BF
(192,193,191)
#CFD0CE
(207,208,206)
#DEDFDD
(222,223,221)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575856; }

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

This text font color is #575856.


Background Color

.myBgColor { background-color: #575856; }

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

This div background color is #575856.


Border color

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

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

This div border color is #575856.


Opacity

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

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

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

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

This text has shadow with #575856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575856 on black background.


Color preview on white background

This text has color #575856 on white background.



Black color preview on #575856 background

This text has black color on #575856 background.


White color preview on #575856 background

This text has white color on #575856 background.