COLOR #564C5F

HEX: #564C5F
RGB: (86,76,95)

Color info

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

RGB color model

#564C5F color RGB value is (86,76,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 76 of 255 = 30%
B 95 of 255 = 37%

86
76
95

R + G + B ~ 34%. #564C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 76 + 95 = 257 (100%)
R 86 of 257 ~ 33.46%
G 76 of 257 ~ 29.57%
B 95 of 257 ~ 36.96%

%33.46
%29.57
%36.96

CMYK color model

#564C5F color CMYK value is (9,20,0,63).

  • cyan value is 9.47%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(9,20,0,63)
C9M20Y0K63 
(9%,20%,0%,63%)
(0.09/0.20/0.00/0.63)	

CMYK percentages

%9.47
%20
%0
%62.75

Codes

Color #564C5F in popluar color models

564C5F
RGB867695
HSL272°11.11%33.53%
HSB/HSV272°20.00%37.25%
CMYK9.47%20.00%0.00%
62.75%

Color #564C5F in popluar number systems.

HEX564C5F
Decimal867695
Binary101011010011001011111
Octal126114137

Shades and tints

Shades of #564C5F

#564C5F
(86,76,95)
#4F4657
(79,70,87)
#48404F
(72,64,79)
#413A47
(65,58,71)
#3A343F
(58,52,63)
#332E37
(51,46,55)
#2C282F
(44,40,47)
#252227
(37,34,39)
#1E1C1F
(30,28,31)
#171617
(23,22,23)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #564C5F

#564C5F
(86,76,95)
#655C6D
(101,92,109)
#746C7B
(116,108,123)
#837C89
(131,124,137)
#928C97
(146,140,151)
#A19CA5
(161,156,165)
#B0ACB3
(176,172,179)
#BFBCC1
(191,188,193)
#CECCCF
(206,204,207)
#DDDCDD
(221,220,221)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C5F; }

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

This text font color is #564C5F.


Background Color

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

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

This div background color is #564C5F.


Border color

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

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

This div border color is #564C5F.


Opacity

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

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

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

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

This text has shadow with #564C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564C5F on black background.


Color preview on white background

This text has color #564C5F on white background.



Black color preview on #564C5F background

This text has black color on #564C5F background.


White color preview on #564C5F background

This text has white color on #564C5F background.