COLOR #564356

HEX: #564356
RGB: (86,67,86)

Color info

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

RGB color model

#564356 color RGB value is (86,67,86).

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

RGB channels and saturation

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

86
67
86

R + G + B ~ 31%. #564356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 67 + 86 = 239 (100%)
R 86 of 239 ~ 35.98%
G 67 of 239 ~ 28.03%
B 86 of 239 ~ 35.98%

%35.98
%28.03
%35.98

CMYK color model

#564356 color CMYK value is (0,22,0,66).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(0,22,0,66)
C0M22Y0K66 
(0%,22%,0%,66%)
(0.00/0.22/0.00/0.66)	

CMYK percentages

%0
%22.09
%0
%66.27

Codes

Color #564356 in popluar color models

564356
RGB866786
HSL300°12.42%30.00%
HSB/HSV300°22.09%33.73%
CMYK0.00%22.09%0.00%
66.27%

Color #564356 in popluar number systems.

HEX564356
Decimal866786
Binary101011010000111010110
Octal126103126

Shades and tints

Shades of #564356

#564356
(86,67,86)
#4F3D4F
(79,61,79)
#483748
(72,55,72)
#413141
(65,49,65)
#3A2B3A
(58,43,58)
#332533
(51,37,51)
#2C1F2C
(44,31,44)
#251925
(37,25,37)
#1E131E
(30,19,30)
#170D17
(23,13,23)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #564356

#564356
(86,67,86)
#655465
(101,84,101)
#746574
(116,101,116)
#837683
(131,118,131)
#928792
(146,135,146)
#A198A1
(161,152,161)
#B0A9B0
(176,169,176)
#BFBABF
(191,186,191)
#CECBCE
(206,203,206)
#DDDCDD
(221,220,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564356; }

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

This text font color is #564356.


Background Color

.myBgColor { background-color: #564356; }

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

This div background color is #564356.


Border color

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

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

This div border color is #564356.


Opacity

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

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

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

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

This text has shadow with #564356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564356 on black background.


Color preview on white background

This text has color #564356 on white background.



Black color preview on #564356 background

This text has black color on #564356 background.


White color preview on #564356 background

This text has white color on #564356 background.