COLOR #564D4E

HEX: #564D4E
RGB: (86,77,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
77
78

R + G + B ~ 32%. #564D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 78 = 241 (100%)
R 86 of 241 ~ 35.68%
G 77 of 241 ~ 31.95%
B 78 of 241 ~ 32.37%

%35.68
%31.95
%32.37

CMYK color model

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

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

CMYK percentages

%0
%10.47
%9.3
%66.27

Codes

Color #564D4E in popluar color models

564D4E
RGB867778
HSL353°5.52%31.96%
HSB/HSV353°10.47%33.73%
CMYK0.00%10.47%9.30%
66.27%

Color #564D4E in popluar number systems.

HEX564D4E
Decimal867778
Binary101011010011011001110
Octal126115116

Shades and tints

Shades of #564D4E

#564D4E
(86,77,78)
#4F4647
(79,70,71)
#483F40
(72,63,64)
#413839
(65,56,57)
#3A3132
(58,49,50)
#332A2B
(51,42,43)
#2C2324
(44,35,36)
#251C1D
(37,28,29)
#1E1516
(30,21,22)
#170E0F
(23,14,15)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #564D4E

#564D4E
(86,77,78)
#655D5E
(101,93,94)
#746D6E
(116,109,110)
#837D7E
(131,125,126)
#928D8E
(146,141,142)
#A19D9E
(161,157,158)
#B0ADAE
(176,173,174)
#BFBDBE
(191,189,190)
#CECDCE
(206,205,206)
#DDDDDE
(221,221,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D4E; }

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

This text font color is #564D4E.


Background Color

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

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

This div background color is #564D4E.


Border color

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

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

This div border color is #564D4E.


Opacity

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

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

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

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

This text has shadow with #564D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D4E on black background.


Color preview on white background

This text has color #564D4E on white background.



Black color preview on #564D4E background

This text has black color on #564D4E background.


White color preview on #564D4E background

This text has white color on #564D4E background.