COLOR #564363

HEX: #564363
RGB: (86,67,99)

Color info

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

RGB color model

#564363 color RGB value is (86,67,99).

  • red value is 86;
  • green value is 67;
  • blue value is 99.
RGB:
(86,67,99)
(34%,26%,39%)

RGB channels and saturation

R 86 of 255 = 34%
G 67 of 255 = 26%
B 99 of 255 = 39%

86
67
99

R + G + B ~ 33%. #564363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 67 + 99 = 252 (100%)
R 86 of 252 ~ 34.13%
G 67 of 252 ~ 26.59%
B 99 of 252 ~ 39.29%

%34.13
%26.59
%39.29

CMYK color model

#564363 color CMYK value is (13,32,0,61).

  • cyan value is 13.13%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(13,32,0,61)
C13M32Y0K61 
(13%,32%,0%,61%)
(0.13/0.32/0.00/0.61)	

CMYK percentages

%13.13
%32.32
%0
%61.18

Codes

Color #564363 in popluar color models

564363
RGB866799
HSL276°19.28%32.55%
HSB/HSV276°32.32%38.82%
CMYK13.13%32.32%0.00%
61.18%

Color #564363 in popluar number systems.

HEX564363
Decimal866799
Binary101011010000111100011
Octal126103143

Shades and tints

Shades of #564363

#564363
(86,67,99)
#4F3D5A
(79,61,90)
#483751
(72,55,81)
#413148
(65,49,72)
#3A2B3F
(58,43,63)
#332536
(51,37,54)
#2C1F2D
(44,31,45)
#251924
(37,25,36)
#1E131B
(30,19,27)
#170D12
(23,13,18)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #564363

#564363
(86,67,99)
#655471
(101,84,113)
#74657F
(116,101,127)
#83768D
(131,118,141)
#92879B
(146,135,155)
#A198A9
(161,152,169)
#B0A9B7
(176,169,183)
#BFBAC5
(191,186,197)
#CECBD3
(206,203,211)
#DDDCE1
(221,220,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564363 color. Also use rgb(86,67,99) instead hex code.

Text Font Color

.myTextColor { color: #564363; }

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

This text font color is #564363.


Background Color

.myBgColor { background-color: #564363; }

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

This div background color is #564363.


Border color

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

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

This div border color is #564363.


Opacity

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

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

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

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

This text has shadow with #564363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564363 on black background.


Color preview on white background

This text has color #564363 on white background.



Black color preview on #564363 background

This text has black color on #564363 background.


White color preview on #564363 background

This text has white color on #564363 background.