COLOR #564949

HEX: #564949 RGB: (86,73,73)

Color info

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

RGB color model

#564949 color RGB value is (86,73,73).

RGB: (86,73,73) (34%, 29%, 29%)

RGB channels and saturation

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

86
73
73

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

Portions of RGB colors in percentages

R + G + B = 86 + 73 + 73 = 232 (100%)
R 86 of 232 ~ 37.07%
G 73 of 232 ~ 31.47%
B 73 of 232 ~ 31.47'%

%37.07
%31.47
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.12%
  • yellow value is 15.12%
  • key color value is 66.27%

CMYK: (0,15,15,66)
C0M15Y15K66 (0%, 15%, 15%, 66%)
(0.00 / 0.15 / 0.15 / 0.66)

CMYK percentages

%0
%15.12
%15.12
%66.27

Codes

Color #564949 in popluar color models

56 49 49
RGB 86 73 73
HSL 8.18% 31.18%
HSB/HSV 15.12% 33.73%
CMYK 0.00% 15.12% 15.12%
66.27%

Color #564949 in popluar number systems.

HEX 56 49 49
Decimal 86 73 73
Binary 1010110 1001001 1001001
Octal 126 111 111

Shades and tints

Shades of #564949

#564949
(86,73,73)
#4F4343
(79,67,67)
#483D3D
(72,61,61)
#413737
(65,55,55)
#3A3131
(58,49,49)
#332B2B
(51,43,43)
#2C2525
(44,37,37)
#251F1F
(37,31,31)
#1E1919
(30,25,25)
#171313
(23,19,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #564949

#564949
(86,73,73)
#655959
(101,89,89)
#746969
(116,105,105)
#837979
(131,121,121)
#928989
(146,137,137)
#A19999
(161,153,153)
#B0A9A9
(176,169,169)
#BFB9B9
(191,185,185)
#CEC9C9
(206,201,201)
#DDD9D9
(221,217,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564949; }

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

This text font color is #564949.

Background Color

.myBgColor { background-color: #564949; }

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

This div background color is #564949.

Border color

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

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

This div border color is #564949.

Opacity

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

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

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

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

This text has shadow with #564949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564949.

Preview

Color preview on black background

This text has color #564949 on black background.


Color preview on white background

This text has color #564949 on white background.


Black color preview on #564949 background

This text has black color on #564949 background.


White color preview on #564949 background

This text has white color on #564949 background.


Related colors

Complementary color

Complementary color for #hex is #A9B6B6.


I love getcolorcode.com