COLOR #564246

HEX: #564246
RGB: (86,66,70)

Color info

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

RGB color model

#564246 color RGB value is (86,66,70).

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

RGB channels and saturation

R 86 of 255 = 34%
G 66 of 255 = 26%
B 70 of 255 = 27%

86
66
70

R + G + B ~ 29%. #564246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 66 + 70 = 222 (100%)
R 86 of 222 ~ 38.74%
G 66 of 222 ~ 29.73%
B 70 of 222 ~ 31.53%

%38.74
%29.73
%31.53

CMYK color model

#564246 color CMYK value is (0,23,19,66).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(0,23,19,66)
C0M23Y19K66 
(0%,23%,19%,66%)
(0.00/0.23/0.19/0.66)	

CMYK percentages

%0
%23.26
%18.6
%66.27

Codes

Color #564246 in popluar color models

564246
RGB866670
HSL348°13.16%29.80%
HSB/HSV348°23.26%33.73%
CMYK0.00%23.26%18.60%
66.27%

Color #564246 in popluar number systems.

HEX564246
Decimal866670
Binary101011010000101000110
Octal126102106

Shades and tints

Shades of #564246

#564246
(86,66,70)
#4F3C40
(79,60,64)
#48363A
(72,54,58)
#413034
(65,48,52)
#3A2A2E
(58,42,46)
#332428
(51,36,40)
#2C1E22
(44,30,34)
#25181C
(37,24,28)
#1E1216
(30,18,22)
#170C10
(23,12,16)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #564246

#564246
(86,66,70)
#655356
(101,83,86)
#746466
(116,100,102)
#837576
(131,117,118)
#928686
(146,134,134)
#A19796
(161,151,150)
#B0A8A6
(176,168,166)
#BFB9B6
(191,185,182)
#CECAC6
(206,202,198)
#DDDBD6
(221,219,214)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564246; }

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

This text font color is #564246.


Background Color

.myBgColor { background-color: #564246; }

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

This div background color is #564246.


Border color

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

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

This div border color is #564246.


Opacity

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

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

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

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

This text has shadow with #564246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564246 on black background.


Color preview on white background

This text has color #564246 on white background.



Black color preview on #564246 background

This text has black color on #564246 background.


White color preview on #564246 background

This text has white color on #564246 background.