COLOR #564D6F

HEX: #564D6F
RGB: (86,77,111)

Color info

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

RGB color model

#564D6F color RGB value is (86,77,111).

  • red value is 86;
  • green value is 77;
  • blue value is 111.
RGB:
(86,77,111)
(34%,30%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 111 of 255 = 44%

86
77
111

R + G + B ~ 36%. #564D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 111 = 274 (100%)
R 86 of 274 ~ 31.39%
G 77 of 274 ~ 28.1%
B 111 of 274 ~ 40.51%

%31.39
%28.1
%40.51

CMYK color model

#564D6F color CMYK value is (23,31,0,56).

  • cyan value is 22.52%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(23,31,0,56)
C23M31Y0K56 
(23%,31%,0%,56%)
(0.23/0.31/0.00/0.56)	

CMYK percentages

%22.52
%30.63
%0
%56.47

Codes

Color #564D6F in popluar color models

564D6F
RGB8677111
HSL256°18.09%36.86%
HSB/HSV256°30.63%43.53%
CMYK22.52%30.63%0.00%
56.47%

Color #564D6F in popluar number systems.

HEX564D6F
Decimal8677111
Binary101011010011011101111
Octal126115157

Shades and tints

Shades of #564D6F

#564D6F
(86,77,111)
#4F4665
(79,70,101)
#483F5B
(72,63,91)
#413851
(65,56,81)
#3A3147
(58,49,71)
#332A3D
(51,42,61)
#2C2333
(44,35,51)
#251C29
(37,28,41)
#1E151F
(30,21,31)
#170E15
(23,14,21)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #564D6F

#564D6F
(86,77,111)
#655D7C
(101,93,124)
#746D89
(116,109,137)
#837D96
(131,125,150)
#928DA3
(146,141,163)
#A19DB0
(161,157,176)
#B0ADBD
(176,173,189)
#BFBDCA
(191,189,202)
#CECDD7
(206,205,215)
#DDDDE4
(221,221,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564D6F color. Also use rgb(86,77,111) instead hex code.

Text Font Color

.myTextColor { color: #564D6F; }

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

This text font color is #564D6F.


Background Color

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

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

This div background color is #564D6F.


Border color

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

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

This div border color is #564D6F.


Opacity

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

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

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

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

This text has shadow with #564D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D6F on black background.


Color preview on white background

This text has color #564D6F on white background.



Black color preview on #564D6F background

This text has black color on #564D6F background.


White color preview on #564D6F background

This text has white color on #564D6F background.