COLOR #56575F

HEX: #56575F
RGB: (86,87,95)

Color info

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

RGB color model

#56575F color RGB value is (86,87,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 95 of 255 = 37%

86
87
95

R + G + B ~ 35%. #56575F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 95 = 268 (100%)
R 86 of 268 ~ 32.09%
G 87 of 268 ~ 32.46%
B 95 of 268 ~ 35.45%

%32.09
%32.46
%35.45

CMYK color model

#56575F color CMYK value is (9,8,0,63).

  • cyan value is 9.47%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(9,8,0,63)
C9M8Y0K63 
(9%,8%,0%,63%)
(0.09/0.08/0.00/0.63)	

CMYK percentages

%9.47
%8.42
%0
%62.75

Codes

Color #56575F in popluar color models

56575F
RGB868795
HSL233°4.97%35.49%
HSB/HSV233°9.47%37.25%
CMYK9.47%8.42%0.00%
62.75%

Color #56575F in popluar number systems.

HEX56575F
Decimal868795
Binary101011010101111011111
Octal126127137

Shades and tints

Shades of #56575F

#56575F
(86,87,95)
#4F5057
(79,80,87)
#48494F
(72,73,79)
#414247
(65,66,71)
#3A3B3F
(58,59,63)
#333437
(51,52,55)
#2C2D2F
(44,45,47)
#252627
(37,38,39)
#1E1F1F
(30,31,31)
#171817
(23,24,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #56575F

#56575F
(86,87,95)
#65666D
(101,102,109)
#74757B
(116,117,123)
#838489
(131,132,137)
#929397
(146,147,151)
#A1A2A5
(161,162,165)
#B0B1B3
(176,177,179)
#BFC0C1
(191,192,193)
#CECFCF
(206,207,207)
#DDDEDD
(221,222,221)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56575F; }

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

This text font color is #56575F.


Background Color

.myBgColor { background-color: #56575F; }

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

This div background color is #56575F.


Border color

.myBorderColor { border: 1px solid #56575F; }

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

This div border color is #56575F.


Opacity

.myOpacity80 { color: #56575F; opacity: 0.8; }

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

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

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

This text has shadow with #56575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56575F on black background.


Color preview on white background

This text has color #56575F on white background.



Black color preview on #56575F background

This text has black color on #56575F background.


White color preview on #56575F background

This text has white color on #56575F background.