COLOR #564F5D

HEX: #564F5D
RGB: (86,79,93)

Color info

#564F5D contains red, green and blue colors in about the same proportion. Web safe color of #564F5D is #666666 (or #666).

RGB color model

#564F5D color RGB value is (86,79,93).

  • red value is 86;
  • green value is 79;
  • blue value is 93.
RGB:
(86,79,93)
(34%,31%,36%)

RGB channels and saturation

R 86 of 255 = 34%
G 79 of 255 = 31%
B 93 of 255 = 36%

86
79
93

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

Portions of RGB colors in percentages

R + G + B =
86 + 79 + 93 = 258 (100%)
R 86 of 258 ~ 33.33%
G 79 of 258 ~ 30.62%
B 93 of 258 ~ 36.05%

%33.33
%30.62
%36.05

CMYK color model

#564F5D color CMYK value is (8,15,0,64).

  • cyan value is 7.53%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(8,15,0,64)
C8M15Y0K64 
(8%,15%,0%,64%)
(0.08/0.15/0.00/0.64)	

CMYK percentages

%7.53
%15.05
%0
%63.53

Codes

Color #564F5D in popluar color models

564F5D
RGB867993
HSL270°8.14%33.73%
HSB/HSV270°15.05%36.47%
CMYK7.53%15.05%0.00%
63.53%

Color #564F5D in popluar number systems.

HEX564F5D
Decimal867993
Binary101011010011111011101
Octal126117135

Shades and tints

Shades of #564F5D

#564F5D
(86,79,93)
#4F4855
(79,72,85)
#48414D
(72,65,77)
#413A45
(65,58,69)
#3A333D
(58,51,61)
#332C35
(51,44,53)
#2C252D
(44,37,45)
#251E25
(37,30,37)
#1E171D
(30,23,29)
#171015
(23,16,21)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #564F5D

#564F5D
(86,79,93)
#655F6B
(101,95,107)
#746F79
(116,111,121)
#837F87
(131,127,135)
#928F95
(146,143,149)
#A19FA3
(161,159,163)
#B0AFB1
(176,175,177)
#BFBFBF
(191,191,191)
#CECFCD
(206,207,205)
#DDDFDB
(221,223,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564F5D color. Also use rgb(86,79,93) instead hex code.

Text Font Color

.myTextColor { color: #564F5D; }

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

This text font color is #564F5D.


Background Color

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

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

This div background color is #564F5D.


Border color

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

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

This div border color is #564F5D.


Opacity

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

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

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

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

This text has shadow with #564F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564F5D on black background.


Color preview on white background

This text has color #564F5D on white background.



Black color preview on #564F5D background

This text has black color on #564F5D background.


White color preview on #564F5D background

This text has white color on #564F5D background.