COLOR #564B4E

HEX: #564B4E
RGB: (86,75,78)

Color info

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

RGB color model

#564B4E color RGB value is (86,75,78).

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

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 78 of 255 = 31%

86
75
78

R + G + B ~ 31%. #564B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 75 + 78 = 239 (100%)
R 86 of 239 ~ 35.98%
G 75 of 239 ~ 31.38%
B 78 of 239 ~ 32.64%

%35.98
%31.38
%32.64

CMYK color model

#564B4E color CMYK value is (0,13,9,66).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 9.30%
  • key color value is 66.27%
CMYK:
(0,13,9,66)
C0M13Y9K66 
(0%,13%,9%,66%)
(0.00/0.13/0.09/0.66)	

CMYK percentages

%0
%12.79
%9.3
%66.27

Codes

Color #564B4E in popluar color models

564B4E
RGB867578
HSL344°6.83%31.57%
HSB/HSV344°12.79%33.73%
CMYK0.00%12.79%9.30%
66.27%

Color #564B4E in popluar number systems.

HEX564B4E
Decimal867578
Binary101011010010111001110
Octal126113116

Shades and tints

Shades of #564B4E

#564B4E
(86,75,78)
#4F4547
(79,69,71)
#483F40
(72,63,64)
#413939
(65,57,57)
#3A3332
(58,51,50)
#332D2B
(51,45,43)
#2C2724
(44,39,36)
#25211D
(37,33,29)
#1E1B16
(30,27,22)
#17150F
(23,21,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #564B4E

#564B4E
(86,75,78)
#655B5E
(101,91,94)
#746B6E
(116,107,110)
#837B7E
(131,123,126)
#928B8E
(146,139,142)
#A19B9E
(161,155,158)
#B0ABAE
(176,171,174)
#BFBBBE
(191,187,190)
#CECBCE
(206,203,206)
#DDDBDE
(221,219,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564B4E; }

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

This text font color is #564B4E.


Background Color

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

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

This div background color is #564B4E.


Border color

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

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

This div border color is #564B4E.


Opacity

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

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

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

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

This text has shadow with #564B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564B4E on black background.


Color preview on white background

This text has color #564B4E on white background.



Black color preview on #564B4E background

This text has black color on #564B4E background.


White color preview on #564B4E background

This text has white color on #564B4E background.