COLOR #564D6E

HEX: #564D6E
RGB: (86,77,110)

Color info

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

RGB color model

#564D6E color RGB value is (86,77,110).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 110 of 255 = 43%

86
77
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 110 = 273 (100%)
R 86 of 273 ~ 31.5%
G 77 of 273 ~ 28.21%
B 110 of 273 ~ 40.29%

%31.5
%28.21
%40.29

CMYK color model

#564D6E color CMYK value is (22,30,0,57).

  • cyan value is 21.82%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(22,30,0,57)
C22M30Y0K57 
(22%,30%,0%,57%)
(0.22/0.30/0.00/0.57)	

CMYK percentages

%21.82
%30
%0
%56.86

Codes

Color #564D6E in popluar color models

564D6E
RGB8677110
HSL256°17.65%36.67%
HSB/HSV256°30.00%43.14%
CMYK21.82%30.00%0.00%
56.86%

Color #564D6E in popluar number systems.

HEX564D6E
Decimal8677110
Binary101011010011011101110
Octal126115156

Shades and tints

Shades of #564D6E

#564D6E
(86,77,110)
#4F4664
(79,70,100)
#483F5A
(72,63,90)
#413850
(65,56,80)
#3A3146
(58,49,70)
#332A3C
(51,42,60)
#2C2332
(44,35,50)
#251C28
(37,28,40)
#1E151E
(30,21,30)
#170E14
(23,14,20)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #564D6E

#564D6E
(86,77,110)
#655D7B
(101,93,123)
#746D88
(116,109,136)
#837D95
(131,125,149)
#928DA2
(146,141,162)
#A19DAF
(161,157,175)
#B0ADBC
(176,173,188)
#BFBDC9
(191,189,201)
#CECDD6
(206,205,214)
#DDDDE3
(221,221,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D6E; }

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

This text font color is #564D6E.


Background Color

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

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

This div background color is #564D6E.


Border color

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

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

This div border color is #564D6E.


Opacity

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

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

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

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

This text has shadow with #564D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D6E on black background.


Color preview on white background

This text has color #564D6E on white background.



Black color preview on #564D6E background

This text has black color on #564D6E background.


White color preview on #564D6E background

This text has white color on #564D6E background.