COLOR #564C6E

HEX: #564C6E
RGB: (86,76,110)

Color info

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

RGB color model

#564C6E color RGB value is (86,76,110).

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

RGB channels and saturation

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

86
76
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 76 + 110 = 272 (100%)
R 86 of 272 ~ 31.62%
G 76 of 272 ~ 27.94%
B 110 of 272 ~ 40.44%

%31.62
%27.94
%40.44

CMYK color model

#564C6E color CMYK value is (22,31,0,57).

  • cyan value is 21.82%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(22,31,0,57)
C22M31Y0K57 
(22%,31%,0%,57%)
(0.22/0.31/0.00/0.57)	

CMYK percentages

%21.82
%30.91
%0
%56.86

Codes

Color #564C6E in popluar color models

564C6E
RGB8676110
HSL258°18.28%36.47%
HSB/HSV258°30.91%43.14%
CMYK21.82%30.91%0.00%
56.86%

Color #564C6E in popluar number systems.

HEX564C6E
Decimal8676110
Binary101011010011001101110
Octal126114156

Shades and tints

Shades of #564C6E

#564C6E
(86,76,110)
#4F4664
(79,70,100)
#48405A
(72,64,90)
#413A50
(65,58,80)
#3A3446
(58,52,70)
#332E3C
(51,46,60)
#2C2832
(44,40,50)
#252228
(37,34,40)
#1E1C1E
(30,28,30)
#171614
(23,22,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #564C6E

#564C6E
(86,76,110)
#655C7B
(101,92,123)
#746C88
(116,108,136)
#837C95
(131,124,149)
#928CA2
(146,140,162)
#A19CAF
(161,156,175)
#B0ACBC
(176,172,188)
#BFBCC9
(191,188,201)
#CECCD6
(206,204,214)
#DDDCE3
(221,220,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C6E; }

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

This text font color is #564C6E.


Background Color

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

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

This div background color is #564C6E.


Border color

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

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

This div border color is #564C6E.


Opacity

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

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

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

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

This text has shadow with #564C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564C6E on black background.


Color preview on white background

This text has color #564C6E on white background.



Black color preview on #564C6E background

This text has black color on #564C6E background.


White color preview on #564C6E background

This text has white color on #564C6E background.