COLOR #564846

HEX: #564846
RGB: (86,72,70)

Color info

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

RGB color model

#564846 color RGB value is (86,72,70).

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

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 70 of 255 = 27%

86
72
70

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

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 70 = 228 (100%)
R 86 of 228 ~ 37.72%
G 72 of 228 ~ 31.58%
B 70 of 228 ~ 30.7%

%37.72
%31.58
%30.7

CMYK color model

#564846 color CMYK value is (0,16,19,66).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(0,16,19,66)
C0M16Y19K66 
(0%,16%,19%,66%)
(0.00/0.16/0.19/0.66)	

CMYK percentages

%0
%16.28
%18.6
%66.27

Codes

Color #564846 in popluar color models

564846
RGB867270
HSL10.26%30.59%
HSB/HSV18.60%33.73%
CMYK0.00%16.28%18.60%
66.27%

Color #564846 in popluar number systems.

HEX564846
Decimal867270
Binary101011010010001000110
Octal126110106

Shades and tints

Shades of #564846

#564846
(86,72,70)
#4F4240
(79,66,64)
#483C3A
(72,60,58)
#413634
(65,54,52)
#3A302E
(58,48,46)
#332A28
(51,42,40)
#2C2422
(44,36,34)
#251E1C
(37,30,28)
#1E1816
(30,24,22)
#171210
(23,18,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #564846

#564846
(86,72,70)
#655856
(101,88,86)
#746866
(116,104,102)
#837876
(131,120,118)
#928886
(146,136,134)
#A19896
(161,152,150)
#B0A8A6
(176,168,166)
#BFB8B6
(191,184,182)
#CEC8C6
(206,200,198)
#DDD8D6
(221,216,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564846; }

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

This text font color is #564846.


Background Color

.myBgColor { background-color: #564846; }

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

This div background color is #564846.


Border color

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

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

This div border color is #564846.


Opacity

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

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

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

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

This text has shadow with #564846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564846 on black background.


Color preview on white background

This text has color #564846 on white background.



Black color preview on #564846 background

This text has black color on #564846 background.


White color preview on #564846 background

This text has white color on #564846 background.