COLOR #564C62

HEX: #564C62
RGB: (86,76,98)

Color info

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

RGB color model

#564C62 color RGB value is (86,76,98).

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

RGB channels and saturation

R 86 of 255 = 34%
G 76 of 255 = 30%
B 98 of 255 = 38%

86
76
98

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

Portions of RGB colors in percentages

R + G + B =
86 + 76 + 98 = 260 (100%)
R 86 of 260 ~ 33.08%
G 76 of 260 ~ 29.23%
B 98 of 260 ~ 37.69%

%33.08
%29.23
%37.69

CMYK color model

#564C62 color CMYK value is (12,22,0,62).

  • cyan value is 12.24%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(12,22,0,62)
C12M22Y0K62 
(12%,22%,0%,62%)
(0.12/0.22/0.00/0.62)	

CMYK percentages

%12.24
%22.45
%0
%61.57

Codes

Color #564C62 in popluar color models

564C62
RGB867698
HSL267°12.64%34.12%
HSB/HSV267°22.45%38.43%
CMYK12.24%22.45%0.00%
61.57%

Color #564C62 in popluar number systems.

HEX564C62
Decimal867698
Binary101011010011001100010
Octal126114142

Shades and tints

Shades of #564C62

#564C62
(86,76,98)
#4F465A
(79,70,90)
#484052
(72,64,82)
#413A4A
(65,58,74)
#3A3442
(58,52,66)
#332E3A
(51,46,58)
#2C2832
(44,40,50)
#25222A
(37,34,42)
#1E1C22
(30,28,34)
#17161A
(23,22,26)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #564C62

#564C62
(86,76,98)
#655C70
(101,92,112)
#746C7E
(116,108,126)
#837C8C
(131,124,140)
#928C9A
(146,140,154)
#A19CA8
(161,156,168)
#B0ACB6
(176,172,182)
#BFBCC4
(191,188,196)
#CECCD2
(206,204,210)
#DDDCE0
(221,220,224)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C62; }

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

This text font color is #564C62.


Background Color

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

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

This div background color is #564C62.


Border color

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

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

This div border color is #564C62.


Opacity

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

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

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

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

This text has shadow with #564C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564C62 on black background.


Color preview on white background

This text has color #564C62 on white background.



Black color preview on #564C62 background

This text has black color on #564C62 background.


White color preview on #564C62 background

This text has white color on #564C62 background.