COLOR #564D56

HEX: #564D56
RGB: (86,77,86)

Color info

#564D56 contains red, green and blue colors in about the same proportion. Web safe color of #564D56 is #663366 (or #636).

RGB color model

#564D56 color RGB value is (86,77,86).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 86 of 255 = 34%

86
77
86

R + G + B ~ 33%. #564D56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 86 = 249 (100%)
R 86 of 249 ~ 34.54%
G 77 of 249 ~ 30.92%
B 86 of 249 ~ 34.54%

%34.54
%30.92
%34.54

CMYK color model

#564D56 color CMYK value is (0,10,0,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(0,10,0,66)
C0M10Y0K66 
(0%,10%,0%,66%)
(0.00/0.10/0.00/0.66)	

CMYK percentages

%0
%10.47
%0
%66.27

Codes

Color #564D56 in popluar color models

564D56
RGB867786
HSL300°5.52%31.96%
HSB/HSV300°10.47%33.73%
CMYK0.00%10.47%0.00%
66.27%

Color #564D56 in popluar number systems.

HEX564D56
Decimal867786
Binary101011010011011010110
Octal126115126

Shades and tints

Shades of #564D56

#564D56
(86,77,86)
#4F464F
(79,70,79)
#483F48
(72,63,72)
#413841
(65,56,65)
#3A313A
(58,49,58)
#332A33
(51,42,51)
#2C232C
(44,35,44)
#251C25
(37,28,37)
#1E151E
(30,21,30)
#170E17
(23,14,23)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #564D56

#564D56
(86,77,86)
#655D65
(101,93,101)
#746D74
(116,109,116)
#837D83
(131,125,131)
#928D92
(146,141,146)
#A19DA1
(161,157,161)
#B0ADB0
(176,173,176)
#BFBDBF
(191,189,191)
#CECDCE
(206,205,206)
#DDDDDD
(221,221,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D56; }

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

This text font color is #564D56.


Background Color

.myBgColor { background-color: #564D56; }

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

This div background color is #564D56.


Border color

.myBorderColor { border: 1px solid #564D56; }

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

This div border color is #564D56.


Opacity

.myOpacity80 { color: #564D56; opacity: 0.8; }

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

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

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

This text has shadow with #564D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D56 on black background.


Color preview on white background

This text has color #564D56 on white background.



Black color preview on #564D56 background

This text has black color on #564D56 background.


White color preview on #564D56 background

This text has white color on #564D56 background.