COLOR #564957

HEX: #564957
RGB: (86,73,87)

Color info

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

RGB color model

#564957 color RGB value is (86,73,87).

  • red value is 86;
  • green value is 73;
  • blue value is 87.
RGB:
(86,73,87)
(34%,29%,34%)

RGB channels and saturation

R 86 of 255 = 34%
G 73 of 255 = 29%
B 87 of 255 = 34%

86
73
87

R + G + B ~ 32%. #564957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 73 + 87 = 246 (100%)
R 86 of 246 ~ 34.96%
G 73 of 246 ~ 29.67%
B 87 of 246 ~ 35.37%

%34.96
%29.67
%35.37

CMYK color model

#564957 color CMYK value is (1,16,0,66).

  • cyan value is 1.15%
  • magenta value is 16.09%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(1,16,0,66)
C1M16Y0K66 
(1%,16%,0%,66%)
(0.01/0.16/0.00/0.66)	

CMYK percentages

%1.15
%16.09
%0
%65.88

Codes

Color #564957 in popluar color models

564957
RGB867387
HSL296°8.75%31.37%
HSB/HSV296°16.09%34.12%
CMYK1.15%16.09%0.00%
65.88%

Color #564957 in popluar number systems.

HEX564957
Decimal867387
Binary101011010010011010111
Octal126111127

Shades and tints

Shades of #564957

#564957
(86,73,87)
#4F4350
(79,67,80)
#483D49
(72,61,73)
#413742
(65,55,66)
#3A313B
(58,49,59)
#332B34
(51,43,52)
#2C252D
(44,37,45)
#251F26
(37,31,38)
#1E191F
(30,25,31)
#171318
(23,19,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #564957

#564957
(86,73,87)
#655966
(101,89,102)
#746975
(116,105,117)
#837984
(131,121,132)
#928993
(146,137,147)
#A199A2
(161,153,162)
#B0A9B1
(176,169,177)
#BFB9C0
(191,185,192)
#CEC9CF
(206,201,207)
#DDD9DE
(221,217,222)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564957; }

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

This text font color is #564957.


Background Color

.myBgColor { background-color: #564957; }

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

This div background color is #564957.


Border color

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

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

This div border color is #564957.


Opacity

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

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

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

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

This text has shadow with #564957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564957 on black background.


Color preview on white background

This text has color #564957 on white background.



Black color preview on #564957 background

This text has black color on #564957 background.


White color preview on #564957 background

This text has white color on #564957 background.