COLOR #564467

HEX: #564467
RGB: (86,68,103)

Color info

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

RGB color model

#564467 color RGB value is (86,68,103).

  • red value is 86;
  • green value is 68;
  • blue value is 103.
RGB:
(86,68,103)
(34%,27%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 68 of 255 = 27%
B 103 of 255 = 40%

86
68
103

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

Portions of RGB colors in percentages

R + G + B =
86 + 68 + 103 = 257 (100%)
R 86 of 257 ~ 33.46%
G 68 of 257 ~ 26.46%
B 103 of 257 ~ 40.08%

%33.46
%26.46
%40.08

CMYK color model

#564467 color CMYK value is (17,34,0,60).

  • cyan value is 16.50%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,34,0,60)
C17M34Y0K60 
(17%,34%,0%,60%)
(0.17/0.34/0.00/0.60)	

CMYK percentages

%16.5
%33.98
%0
%59.61

Codes

Color #564467 in popluar color models

564467
RGB8668103
HSL271°20.47%33.53%
HSB/HSV271°33.98%40.39%
CMYK16.50%33.98%0.00%
59.61%

Color #564467 in popluar number systems.

HEX564467
Decimal8668103
Binary101011010001001100111
Octal126104147

Shades and tints

Shades of #564467

#564467
(86,68,103)
#4F3E5E
(79,62,94)
#483855
(72,56,85)
#41324C
(65,50,76)
#3A2C43
(58,44,67)
#33263A
(51,38,58)
#2C2031
(44,32,49)
#251A28
(37,26,40)
#1E141F
(30,20,31)
#170E16
(23,14,22)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #564467

#564467
(86,68,103)
#655574
(101,85,116)
#746681
(116,102,129)
#83778E
(131,119,142)
#92889B
(146,136,155)
#A199A8
(161,153,168)
#B0AAB5
(176,170,181)
#BFBBC2
(191,187,194)
#CECCCF
(206,204,207)
#DDDDDC
(221,221,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564467 color. Also use rgb(86,68,103) instead hex code.

Text Font Color

.myTextColor { color: #564467; }

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

This text font color is #564467.


Background Color

.myBgColor { background-color: #564467; }

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

This div background color is #564467.


Border color

.myBorderColor { border: 1px solid #564467; }

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

This div border color is #564467.


Opacity

.myOpacity80 { color: #564467; opacity: 0.8; }

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

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

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

This text has shadow with #564467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564467 on black background.


Color preview on white background

This text has color #564467 on white background.



Black color preview on #564467 background

This text has black color on #564467 background.


White color preview on #564467 background

This text has white color on #564467 background.