COLOR #564549

HEX: #564549
RGB: (86,69,73)

Color info

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

RGB color model

#564549 color RGB value is (86,69,73).

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

RGB channels and saturation

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

86
69
73

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

Portions of RGB colors in percentages

R + G + B =
86 + 69 + 73 = 228 (100%)
R 86 of 228 ~ 37.72%
G 69 of 228 ~ 30.26%
B 73 of 228 ~ 32.02%

%37.72
%30.26
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK:
(0,20,15,66)
C0M20Y15K66 
(0%,20%,15%,66%)
(0.00/0.20/0.15/0.66)	

CMYK percentages

%0
%19.77
%15.12
%66.27

Codes

Color #564549 in popluar color models

564549
RGB866973
HSL346°10.97%30.39%
HSB/HSV346°19.77%33.73%
CMYK0.00%19.77%15.12%
66.27%

Color #564549 in popluar number systems.

HEX564549
Decimal866973
Binary101011010001011001001
Octal126105111

Shades and tints

Shades of #564549

#564549
(86,69,73)
#4F3F43
(79,63,67)
#48393D
(72,57,61)
#413337
(65,51,55)
#3A2D31
(58,45,49)
#33272B
(51,39,43)
#2C2125
(44,33,37)
#251B1F
(37,27,31)
#1E1519
(30,21,25)
#170F13
(23,15,19)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #564549

#564549
(86,69,73)
#655559
(101,85,89)
#746569
(116,101,105)
#837579
(131,117,121)
#928589
(146,133,137)
#A19599
(161,149,153)
#B0A5A9
(176,165,169)
#BFB5B9
(191,181,185)
#CEC5C9
(206,197,201)
#DDD5D9
(221,213,217)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564549; }

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

This text font color is #564549.


Background Color

.myBgColor { background-color: #564549; }

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

This div background color is #564549.


Border color

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

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

This div border color is #564549.


Opacity

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

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

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

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

This text has shadow with #564549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564549 on black background.


Color preview on white background

This text has color #564549 on white background.



Black color preview on #564549 background

This text has black color on #564549 background.


White color preview on #564549 background

This text has white color on #564549 background.