COLOR #56535F

HEX: #56535F
RGB: (86,83,95)

Color info

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

RGB color model

#56535F color RGB value is (86,83,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 95 of 255 = 37%

86
83
95

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

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 95 = 264 (100%)
R 86 of 264 ~ 32.58%
G 83 of 264 ~ 31.44%
B 95 of 264 ~ 35.98%

%32.58
%31.44
%35.98

CMYK color model

#56535F color CMYK value is (9,13,0,63).

  • cyan value is 9.47%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(9,13,0,63)
C9M13Y0K63 
(9%,13%,0%,63%)
(0.09/0.13/0.00/0.63)	

CMYK percentages

%9.47
%12.63
%0
%62.75

Codes

Color #56535F in popluar color models

56535F
RGB868395
HSL255°6.74%34.90%
HSB/HSV255°12.63%37.25%
CMYK9.47%12.63%0.00%
62.75%

Color #56535F in popluar number systems.

HEX56535F
Decimal868395
Binary101011010100111011111
Octal126123137

Shades and tints

Shades of #56535F

#56535F
(86,83,95)
#4F4C57
(79,76,87)
#48454F
(72,69,79)
#413E47
(65,62,71)
#3A373F
(58,55,63)
#333037
(51,48,55)
#2C292F
(44,41,47)
#252227
(37,34,39)
#1E1B1F
(30,27,31)
#171417
(23,20,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #56535F

#56535F
(86,83,95)
#65626D
(101,98,109)
#74717B
(116,113,123)
#838089
(131,128,137)
#928F97
(146,143,151)
#A19EA5
(161,158,165)
#B0ADB3
(176,173,179)
#BFBCC1
(191,188,193)
#CECBCF
(206,203,207)
#DDDADD
(221,218,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56535F; }

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

This text font color is #56535F.


Background Color

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

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

This div background color is #56535F.


Border color

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

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

This div border color is #56535F.


Opacity

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

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

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

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

This text has shadow with #56535F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56535F on black background.


Color preview on white background

This text has color #56535F on white background.



Black color preview on #56535F background

This text has black color on #56535F background.


White color preview on #56535F background

This text has white color on #56535F background.