COLOR #564753

HEX: #564753
RGB: (86,71,83)

Color info

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

RGB color model

#564753 color RGB value is (86,71,83).

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

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 83 of 255 = 33%

86
71
83

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

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 83 = 240 (100%)
R 86 of 240 ~ 35.83%
G 71 of 240 ~ 29.58%
B 83 of 240 ~ 34.58%

%35.83
%29.58
%34.58

CMYK color model

#564753 color CMYK value is (0,17,3,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 3.49%
  • key color value is 66.27%
CMYK:
(0,17,3,66)
C0M17Y3K66 
(0%,17%,3%,66%)
(0.00/0.17/0.03/0.66)	

CMYK percentages

%0
%17.44
%3.49
%66.27

Codes

Color #564753 in popluar color models

564753
RGB867183
HSL312°9.55%30.78%
HSB/HSV312°17.44%33.73%
CMYK0.00%17.44%3.49%
66.27%

Color #564753 in popluar number systems.

HEX564753
Decimal867183
Binary101011010001111010011
Octal126107123

Shades and tints

Shades of #564753

#564753
(86,71,83)
#4F414C
(79,65,76)
#483B45
(72,59,69)
#41353E
(65,53,62)
#3A2F37
(58,47,55)
#332930
(51,41,48)
#2C2329
(44,35,41)
#251D22
(37,29,34)
#1E171B
(30,23,27)
#171114
(23,17,20)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #564753

#564753
(86,71,83)
#655762
(101,87,98)
#746771
(116,103,113)
#837780
(131,119,128)
#92878F
(146,135,143)
#A1979E
(161,151,158)
#B0A7AD
(176,167,173)
#BFB7BC
(191,183,188)
#CEC7CB
(206,199,203)
#DDD7DA
(221,215,218)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564753; }

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

This text font color is #564753.


Background Color

.myBgColor { background-color: #564753; }

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

This div background color is #564753.


Border color

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

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

This div border color is #564753.


Opacity

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

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

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

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

This text has shadow with #564753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564753 on black background.


Color preview on white background

This text has color #564753 on white background.



Black color preview on #564753 background

This text has black color on #564753 background.


White color preview on #564753 background

This text has white color on #564753 background.