COLOR #564749

HEX: #564749
RGB: (86,71,73)

Color info

#564749 contains red, green and blue colors in about the same proportion. Web safe color of #564749 is #663333 (or #633).

RGB color model

#564749 color RGB value is (86,71,73).

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

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 73 of 255 = 29%

86
71
73

R + G + B ~ 30%. #564749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 73 = 230 (100%)
R 86 of 230 ~ 37.39%
G 71 of 230 ~ 30.87%
B 73 of 230 ~ 31.74%

%37.39
%30.87
%31.74

CMYK color model

#564749 color CMYK value is (0,17,15,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK:
(0,17,15,66)
C0M17Y15K66 
(0%,17%,15%,66%)
(0.00/0.17/0.15/0.66)	

CMYK percentages

%0
%17.44
%15.12
%66.27

Codes

Color #564749 in popluar color models

564749
RGB867173
HSL352°9.55%30.78%
HSB/HSV352°17.44%33.73%
CMYK0.00%17.44%15.12%
66.27%

Color #564749 in popluar number systems.

HEX564749
Decimal867173
Binary101011010001111001001
Octal126107111

Shades and tints

Shades of #564749

#564749
(86,71,73)
#4F4143
(79,65,67)
#483B3D
(72,59,61)
#413537
(65,53,55)
#3A2F31
(58,47,49)
#33292B
(51,41,43)
#2C2325
(44,35,37)
#251D1F
(37,29,31)
#1E1719
(30,23,25)
#171113
(23,17,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #564749

#564749
(86,71,73)
#655759
(101,87,89)
#746769
(116,103,105)
#837779
(131,119,121)
#928789
(146,135,137)
#A19799
(161,151,153)
#B0A7A9
(176,167,169)
#BFB7B9
(191,183,185)
#CEC7C9
(206,199,201)
#DDD7D9
(221,215,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564749; }

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

This text font color is #564749.


Background Color

.myBgColor { background-color: #564749; }

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

This div background color is #564749.


Border color

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

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

This div border color is #564749.


Opacity

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

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

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

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

This text has shadow with #564749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564749 on black background.


Color preview on white background

This text has color #564749 on white background.



Black color preview on #564749 background

This text has black color on #564749 background.


White color preview on #564749 background

This text has white color on #564749 background.