COLOR #565756

HEX: #565756
RGB: (86,87,86)

Color info

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

RGB color model

#565756 color RGB value is (86,87,86).

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

RGB channels and saturation

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

86
87
86

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

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 86 = 259 (100%)
R 86 of 259 ~ 33.2%
G 87 of 259 ~ 33.59%
B 86 of 259 ~ 33.2%

%33.2
%33.59
%33.2

CMYK color model

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

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

CMYK percentages

%1.15
%0
%1.15
%65.88

Codes

Color #565756 in popluar color models

565756
RGB868786
HSL120°0.58%33.92%
HSB/HSV120°1.15%34.12%
CMYK1.15%0.00%1.15%
65.88%

Color #565756 in popluar number systems.

HEX565756
Decimal868786
Binary101011010101111010110
Octal126127126

Shades and tints

Shades of #565756

#565756
(86,87,86)
#4F504F
(79,80,79)
#484948
(72,73,72)
#414241
(65,66,65)
#3A3B3A
(58,59,58)
#333433
(51,52,51)
#2C2D2C
(44,45,44)
#252625
(37,38,37)
#1E1F1E
(30,31,30)
#171817
(23,24,23)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #565756

#565756
(86,87,86)
#656665
(101,102,101)
#747574
(116,117,116)
#838483
(131,132,131)
#929392
(146,147,146)
#A1A2A1
(161,162,161)
#B0B1B0
(176,177,176)
#BFC0BF
(191,192,191)
#CECFCE
(206,207,206)
#DDDEDD
(221,222,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565756; }

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

This text font color is #565756.


Background Color

.myBgColor { background-color: #565756; }

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

This div background color is #565756.


Border color

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

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

This div border color is #565756.


Opacity

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

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

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

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

This text has shadow with #565756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565756 on black background.


Color preview on white background

This text has color #565756 on white background.



Black color preview on #565756 background

This text has black color on #565756 background.


White color preview on #565756 background

This text has white color on #565756 background.