COLOR #56595F

HEX: #56595F
RGB: (86,89,95)

Color info

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

RGB color model

#56595F color RGB value is (86,89,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 95 of 255 = 37%

86
89
95

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

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 95 = 270 (100%)
R 86 of 270 ~ 31.85%
G 89 of 270 ~ 32.96%
B 95 of 270 ~ 35.19%

%31.85
%32.96
%35.19

CMYK color model

#56595F color CMYK value is (9,6,0,63).

  • cyan value is 9.47%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(9,6,0,63)
C9M6Y0K63 
(9%,6%,0%,63%)
(0.09/0.06/0.00/0.63)	

CMYK percentages

%9.47
%6.32
%0
%62.75

Codes

Color #56595F in popluar color models

56595F
RGB868995
HSL220°4.97%35.49%
HSB/HSV220°9.47%37.25%
CMYK9.47%6.32%0.00%
62.75%

Color #56595F in popluar number systems.

HEX56595F
Decimal868995
Binary101011010110011011111
Octal126131137

Shades and tints

Shades of #56595F

#56595F
(86,89,95)
#4F5157
(79,81,87)
#48494F
(72,73,79)
#414147
(65,65,71)
#3A393F
(58,57,63)
#333137
(51,49,55)
#2C292F
(44,41,47)
#252127
(37,33,39)
#1E191F
(30,25,31)
#171117
(23,17,23)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #56595F

#56595F
(86,89,95)
#65686D
(101,104,109)
#74777B
(116,119,123)
#838689
(131,134,137)
#929597
(146,149,151)
#A1A4A5
(161,164,165)
#B0B3B3
(176,179,179)
#BFC2C1
(191,194,193)
#CED1CF
(206,209,207)
#DDE0DD
(221,224,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56595F; }

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

This text font color is #56595F.


Background Color

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

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

This div background color is #56595F.


Border color

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

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

This div border color is #56595F.


Opacity

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

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

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

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

This text has shadow with #56595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56595F on black background.


Color preview on white background

This text has color #56595F on white background.



Black color preview on #56595F background

This text has black color on #56595F background.


White color preview on #56595F background

This text has white color on #56595F background.