COLOR #564E51

HEX: #564E51 RGB: (86,78,81)

Color info

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

RGB color model

#564E51 color RGB value is (86,78,81).

RGB: (86,78,81) (34%, 31%, 32%)

RGB channels and saturation

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

86
78
81

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

Portions of RGB colors in percentages

R + G + B = 86 + 78 + 81 = 245 (100%)
R 86 of 245 ~ 35.1%
G 78 of 245 ~ 31.84%
B 81 of 245 ~ 33.06'%

%35.1
%31.84
%33.06

CMYK color model

#564E51 color CMYK value is (0,9,6,66).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 5.81%
  • key color value is 66.27%

CMYK: (0,9,6,66)
C0M9Y6K66 (0%, 9%, 6%, 66%)
(0.00 / 0.09 / 0.06 / 0.66)

CMYK percentages

%0
%9.3
%5.81
%66.27

Codes

Color #564E51 in popluar color models

56 4E 51
RGB 86 78 81
HSL 338° 4.88% 32.16%
HSB/HSV 338° 9.30% 33.73%
CMYK 0.00% 9.30% 5.81%
66.27%

Color #564E51 in popluar number systems.

HEX 56 4E 51
Decimal 86 78 81
Binary 1010110 1001110 1010001
Octal 126 116 121

Shades and tints

Shades of #564E51

#564E51
(86,78,81)
#4F474A
(79,71,74)
#484043
(72,64,67)
#41393C
(65,57,60)
#3A3235
(58,50,53)
#332B2E
(51,43,46)
#2C2427
(44,36,39)
#251D20
(37,29,32)
#1E1619
(30,22,25)
#170F12
(23,15,18)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #564E51

#564E51
(86,78,81)
#655E60
(101,94,96)
#746E6F
(116,110,111)
#837E7E
(131,126,126)
#928E8D
(146,142,141)
#A19E9C
(161,158,156)
#B0AEAB
(176,174,171)
#BFBEBA
(191,190,186)
#CECEC9
(206,206,201)
#DDDED8
(221,222,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564E51; }

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

This text font color is #564E51.

Background Color

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

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

This div background color is #564E51.

Border color

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

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

This div border color is #564E51.

Opacity

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

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

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

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

This text has shadow with #564E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564E51.

Preview

Color preview on black background

This text has color #564E51 on black background.


Color preview on white background

This text has color #564E51 on white background.


Black color preview on #564E51 background

This text has black color on #564E51 background.


White color preview on #564E51 background

This text has white color on #564E51 background.


Related colors

Complementary color

Complementary color for #hex is #A9B1AE.


I love getcolorcode.com

Triadic colors

1 #51564E and #4E5156 with #564E51 are triadic colors.

2 #514E56 and #4E5651 with #564E51 are triadic colors.