COLOR #56564F

HEX: #56564F
RGB: (86,86,79)

Color info

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

RGB color model

#56564F color RGB value is (86,86,79).

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

RGB channels and saturation

R 86 of 255 = 34%
G 86 of 255 = 34%
B 79 of 255 = 31%

86
86
79

R + G + B ~ 33%. #56564F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 79 = 251 (100%)
R 86 of 251 ~ 34.26%
G 86 of 251 ~ 34.26%
B 79 of 251 ~ 31.47%

%34.26
%34.26
%31.47

CMYK color model

#56564F color CMYK value is (0,0,8,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(0,0,8,66)
C0M0Y8K66 
(0%,0%,8%,66%)
(0.00/0.00/0.08/0.66)	

CMYK percentages

%0
%0
%8.14
%66.27

Codes

Color #56564F in popluar color models

56564F
RGB868679
HSL60°4.24%32.35%
HSB/HSV60°8.14%33.73%
CMYK0.00%0.00%8.14%
66.27%

Color #56564F in popluar number systems.

HEX56564F
Decimal868679
Binary101011010101101001111
Octal126126117

Shades and tints

Shades of #56564F

#56564F
(86,86,79)
#4F4F48
(79,79,72)
#484841
(72,72,65)
#41413A
(65,65,58)
#3A3A33
(58,58,51)
#33332C
(51,51,44)
#2C2C25
(44,44,37)
#25251E
(37,37,30)
#1E1E17
(30,30,23)
#171710
(23,23,16)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #56564F

#56564F
(86,86,79)
#65655F
(101,101,95)
#74746F
(116,116,111)
#83837F
(131,131,127)
#92928F
(146,146,143)
#A1A19F
(161,161,159)
#B0B0AF
(176,176,175)
#BFBFBF
(191,191,191)
#CECECF
(206,206,207)
#DDDDDF
(221,221,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56564F; }

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

This text font color is #56564F.


Background Color

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

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

This div background color is #56564F.


Border color

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

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

This div border color is #56564F.


Opacity

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

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

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

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

This text has shadow with #56564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56564F on black background.


Color preview on white background

This text has color #56564F on white background.



Black color preview on #56564F background

This text has black color on #56564F background.


White color preview on #56564F background

This text has white color on #56564F background.