COLOR #564752

HEX: #564752
RGB: (86,71,82)

Color info

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

RGB color model

#564752 color RGB value is (86,71,82).

  • red value is 86;
  • green value is 71;
  • blue value is 82.
RGB:
(86,71,82)
(34%,28%,32%)

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 82 of 255 = 32%

86
71
82

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

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 82 = 239 (100%)
R 86 of 239 ~ 35.98%
G 71 of 239 ~ 29.71%
B 82 of 239 ~ 34.31%

%35.98
%29.71
%34.31

CMYK color model

#564752 color CMYK value is (0,17,5,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(0,17,5,66)
C0M17Y5K66 
(0%,17%,5%,66%)
(0.00/0.17/0.05/0.66)	

CMYK percentages

%0
%17.44
%4.65
%66.27

Codes

Color #564752 in popluar color models

564752
RGB867182
HSL316°9.55%30.78%
HSB/HSV316°17.44%33.73%
CMYK0.00%17.44%4.65%
66.27%

Color #564752 in popluar number systems.

HEX564752
Decimal867182
Binary101011010001111010010
Octal126107122

Shades and tints

Shades of #564752

#564752
(86,71,82)
#4F414B
(79,65,75)
#483B44
(72,59,68)
#41353D
(65,53,61)
#3A2F36
(58,47,54)
#33292F
(51,41,47)
#2C2328
(44,35,40)
#251D21
(37,29,33)
#1E171A
(30,23,26)
#171113
(23,17,19)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #564752

#564752
(86,71,82)
#655761
(101,87,97)
#746770
(116,103,112)
#83777F
(131,119,127)
#92878E
(146,135,142)
#A1979D
(161,151,157)
#B0A7AC
(176,167,172)
#BFB7BB
(191,183,187)
#CEC7CA
(206,199,202)
#DDD7D9
(221,215,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564752 color. Also use rgb(86,71,82) instead hex code.

Text Font Color

.myTextColor { color: #564752; }

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

This text font color is #564752.


Background Color

.myBgColor { background-color: #564752; }

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

This div background color is #564752.


Border color

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

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

This div border color is #564752.


Opacity

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

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

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

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

This text has shadow with #564752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564752 on black background.


Color preview on white background

This text has color #564752 on white background.



Black color preview on #564752 background

This text has black color on #564752 background.


White color preview on #564752 background

This text has white color on #564752 background.