COLOR #564C4E

HEX: #564C4E
RGB: (86,76,78)

Color info

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

RGB color model

#564C4E color RGB value is (86,76,78).

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

RGB channels and saturation

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

86
76
78

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

Portions of RGB colors in percentages

R + G + B =
86 + 76 + 78 = 240 (100%)
R 86 of 240 ~ 35.83%
G 76 of 240 ~ 31.67%
B 78 of 240 ~ 32.5%

%35.83
%31.67
%32.5

CMYK color model

#564C4E color CMYK value is (0,12,9,66).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 9.30%
  • key color value is 66.27%
CMYK:
(0,12,9,66)
C0M12Y9K66 
(0%,12%,9%,66%)
(0.00/0.12/0.09/0.66)	

CMYK percentages

%0
%11.63
%9.3
%66.27

Codes

Color #564C4E in popluar color models

564C4E
RGB867678
HSL348°6.17%31.76%
HSB/HSV348°11.63%33.73%
CMYK0.00%11.63%9.30%
66.27%

Color #564C4E in popluar number systems.

HEX564C4E
Decimal867678
Binary101011010011001001110
Octal126114116

Shades and tints

Shades of #564C4E

#564C4E
(86,76,78)
#4F4647
(79,70,71)
#484040
(72,64,64)
#413A39
(65,58,57)
#3A3432
(58,52,50)
#332E2B
(51,46,43)
#2C2824
(44,40,36)
#25221D
(37,34,29)
#1E1C16
(30,28,22)
#17160F
(23,22,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #564C4E

#564C4E
(86,76,78)
#655C5E
(101,92,94)
#746C6E
(116,108,110)
#837C7E
(131,124,126)
#928C8E
(146,140,142)
#A19C9E
(161,156,158)
#B0ACAE
(176,172,174)
#BFBCBE
(191,188,190)
#CECCCE
(206,204,206)
#DDDCDE
(221,220,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C4E; }

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

This text font color is #564C4E.


Background Color

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

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

This div background color is #564C4E.


Border color

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

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

This div border color is #564C4E.


Opacity

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

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

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

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

This text has shadow with #564C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564C4E on black background.


Color preview on white background

This text has color #564C4E on white background.



Black color preview on #564C4E background

This text has black color on #564C4E background.


White color preview on #564C4E background

This text has white color on #564C4E background.