COLOR #564850

HEX: #564850
RGB: (86,72,80)

Color info

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

RGB color model

#564850 color RGB value is (86,72,80).

  • red value is 86;
  • green value is 72;
  • blue value is 80.
RGB:
(86,72,80)
(34%,28%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 80 of 255 = 31%

86
72
80

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

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 80 = 238 (100%)
R 86 of 238 ~ 36.13%
G 72 of 238 ~ 30.25%
B 80 of 238 ~ 33.61%

%36.13
%30.25
%33.61

CMYK color model

#564850 color CMYK value is (0,16,7,66).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(0,16,7,66)
C0M16Y7K66 
(0%,16%,7%,66%)
(0.00/0.16/0.07/0.66)	

CMYK percentages

%0
%16.28
%6.98
%66.27

Codes

Color #564850 in popluar color models

564850
RGB867280
HSL326°8.86%30.98%
HSB/HSV326°16.28%33.73%
CMYK0.00%16.28%6.98%
66.27%

Color #564850 in popluar number systems.

HEX564850
Decimal867280
Binary101011010010001010000
Octal126110120

Shades and tints

Shades of #564850

#564850
(86,72,80)
#4F4249
(79,66,73)
#483C42
(72,60,66)
#41363B
(65,54,59)
#3A3034
(58,48,52)
#332A2D
(51,42,45)
#2C2426
(44,36,38)
#251E1F
(37,30,31)
#1E1818
(30,24,24)
#171211
(23,18,17)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #564850

#564850
(86,72,80)
#65585F
(101,88,95)
#74686E
(116,104,110)
#83787D
(131,120,125)
#92888C
(146,136,140)
#A1989B
(161,152,155)
#B0A8AA
(176,168,170)
#BFB8B9
(191,184,185)
#CEC8C8
(206,200,200)
#DDD8D7
(221,216,215)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564850; }

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

This text font color is #564850.


Background Color

.myBgColor { background-color: #564850; }

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

This div background color is #564850.


Border color

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

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

This div border color is #564850.


Opacity

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

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

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

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

This text has shadow with #564850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564850 on black background.


Color preview on white background

This text has color #564850 on white background.



Black color preview on #564850 background

This text has black color on #564850 background.


White color preview on #564850 background

This text has white color on #564850 background.