COLOR #564E52

HEX: #564E52
RGB: (86,78,82)

Color info

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

RGB color model

#564E52 color RGB value is (86,78,82).

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

RGB channels and saturation

R 86 of 255 = 34%
G 78 of 255 = 31%
B 82 of 255 = 32%

86
78
82

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

Portions of RGB colors in percentages

R + G + B =
86 + 78 + 82 = 246 (100%)
R 86 of 246 ~ 34.96%
G 78 of 246 ~ 31.71%
B 82 of 246 ~ 33.33%

%34.96
%31.71
%33.33

CMYK color model

#564E52 color CMYK value is (0,9,5,66).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(0,9,5,66)
C0M9Y5K66 
(0%,9%,5%,66%)
(0.00/0.09/0.05/0.66)	

CMYK percentages

%0
%9.3
%4.65
%66.27

Codes

Color #564E52 in popluar color models

564E52
RGB867882
HSL330°4.88%32.16%
HSB/HSV330°9.30%33.73%
CMYK0.00%9.30%4.65%
66.27%

Color #564E52 in popluar number systems.

HEX564E52
Decimal867882
Binary101011010011101010010
Octal126116122

Shades and tints

Shades of #564E52

#564E52
(86,78,82)
#4F474B
(79,71,75)
#484044
(72,64,68)
#41393D
(65,57,61)
#3A3236
(58,50,54)
#332B2F
(51,43,47)
#2C2428
(44,36,40)
#251D21
(37,29,33)
#1E161A
(30,22,26)
#170F13
(23,15,19)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #564E52

#564E52
(86,78,82)
#655E61
(101,94,97)
#746E70
(116,110,112)
#837E7F
(131,126,127)
#928E8E
(146,142,142)
#A19E9D
(161,158,157)
#B0AEAC
(176,174,172)
#BFBEBB
(191,190,187)
#CECECA
(206,206,202)
#DDDED9
(221,222,217)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564E52; }

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

This text font color is #564E52.


Background Color

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

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

This div background color is #564E52.


Border color

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

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

This div border color is #564E52.


Opacity

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

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

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

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

This text has shadow with #564E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564E52 on black background.


Color preview on white background

This text has color #564E52 on white background.



Black color preview on #564E52 background

This text has black color on #564E52 background.


White color preview on #564E52 background

This text has white color on #564E52 background.