COLOR #564C65

HEX: #564C65
RGB: (86,76,101)

Color info

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

RGB color model

#564C65 color RGB value is (86,76,101).

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

RGB channels and saturation

R 86 of 255 = 34%
G 76 of 255 = 30%
B 101 of 255 = 40%

86
76
101

R + G + B ~ 35%. #564C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 76 + 101 = 263 (100%)
R 86 of 263 ~ 32.7%
G 76 of 263 ~ 28.9%
B 101 of 263 ~ 38.4%

%32.7
%28.9
%38.4

CMYK color model

#564C65 color CMYK value is (15,25,0,60).

  • cyan value is 14.85%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(15,25,0,60)
C15M25Y0K60 
(15%,25%,0%,60%)
(0.15/0.25/0.00/0.60)	

CMYK percentages

%14.85
%24.75
%0
%60.39

Codes

Color #564C65 in popluar color models

564C65
RGB8676101
HSL264°14.12%34.71%
HSB/HSV264°24.75%39.61%
CMYK14.85%24.75%0.00%
60.39%

Color #564C65 in popluar number systems.

HEX564C65
Decimal8676101
Binary101011010011001100101
Octal126114145

Shades and tints

Shades of #564C65

#564C65
(86,76,101)
#4F465C
(79,70,92)
#484053
(72,64,83)
#413A4A
(65,58,74)
#3A3441
(58,52,65)
#332E38
(51,46,56)
#2C282F
(44,40,47)
#252226
(37,34,38)
#1E1C1D
(30,28,29)
#171614
(23,22,20)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #564C65

#564C65
(86,76,101)
#655C73
(101,92,115)
#746C81
(116,108,129)
#837C8F
(131,124,143)
#928C9D
(146,140,157)
#A19CAB
(161,156,171)
#B0ACB9
(176,172,185)
#BFBCC7
(191,188,199)
#CECCD5
(206,204,213)
#DDDCE3
(221,220,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C65; }

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

This text font color is #564C65.


Background Color

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

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

This div background color is #564C65.


Border color

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

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

This div border color is #564C65.


Opacity

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

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

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

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

This text has shadow with #564C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564C65 on black background.


Color preview on white background

This text has color #564C65 on white background.



Black color preview on #564C65 background

This text has black color on #564C65 background.


White color preview on #564C65 background

This text has white color on #564C65 background.