COLOR #564B48

HEX: #564B48
RGB: (86,75,72)

Color info

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

RGB color model

#564B48 color RGB value is (86,75,72).

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

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 72 of 255 = 28%

86
75
72

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

Portions of RGB colors in percentages

R + G + B =
86 + 75 + 72 = 233 (100%)
R 86 of 233 ~ 36.91%
G 75 of 233 ~ 32.19%
B 72 of 233 ~ 30.9%

%36.91
%32.19
%30.9

CMYK color model

#564B48 color CMYK value is (0,13,16,66).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(0,13,16,66)
C0M13Y16K66 
(0%,13%,16%,66%)
(0.00/0.13/0.16/0.66)	

CMYK percentages

%0
%12.79
%16.28
%66.27

Codes

Color #564B48 in popluar color models

564B48
RGB867572
HSL13°8.86%30.98%
HSB/HSV13°16.28%33.73%
CMYK0.00%12.79%16.28%
66.27%

Color #564B48 in popluar number systems.

HEX564B48
Decimal867572
Binary101011010010111001000
Octal126113110

Shades and tints

Shades of #564B48

#564B48
(86,75,72)
#4F4542
(79,69,66)
#483F3C
(72,63,60)
#413936
(65,57,54)
#3A3330
(58,51,48)
#332D2A
(51,45,42)
#2C2724
(44,39,36)
#25211E
(37,33,30)
#1E1B18
(30,27,24)
#171512
(23,21,18)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #564B48

#564B48
(86,75,72)
#655B58
(101,91,88)
#746B68
(116,107,104)
#837B78
(131,123,120)
#928B88
(146,139,136)
#A19B98
(161,155,152)
#B0ABA8
(176,171,168)
#BFBBB8
(191,187,184)
#CECBC8
(206,203,200)
#DDDBD8
(221,219,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564B48 color. Also use rgb(86,75,72) instead hex code.

Text Font Color

.myTextColor { color: #564B48; }

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

This text font color is #564B48.


Background Color

.myBgColor { background-color: #564B48; }

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

This div background color is #564B48.


Border color

.myBorderColor { border: 1px solid #564B48; }

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

This div border color is #564B48.


Opacity

.myOpacity80 { color: #564B48; opacity: 0.8; }

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

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

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

This text has shadow with #564B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564B48 on black background.


Color preview on white background

This text has color #564B48 on white background.



Black color preview on #564B48 background

This text has black color on #564B48 background.


White color preview on #564B48 background

This text has white color on #564B48 background.