COLOR #564814

HEX: #564814
RGB: (86,72,20)

Color info

#564814 contains mainly red and green colors. Web safe color of #564814 is #663300 (or #630).

RGB color model

#564814 color RGB value is (86,72,20).

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

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 20 of 255 = 8%

86
72
20

R + G + B ~ 23%. #564814 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 20 = 178 (100%)
R 86 of 178 ~ 48.31%
G 72 of 178 ~ 40.45%
B 20 of 178 ~ 11.24%

%48.31
%40.45
%11.24

CMYK color model

#564814 color CMYK value is (0,16,77,66).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 76.74%
  • key color value is 66.27%
CMYK:
(0,16,77,66)
C0M16Y77K66 
(0%,16%,77%,66%)
(0.00/0.16/0.77/0.66)	

CMYK percentages

%0
%16.28
%76.74
%66.27

Codes

Color #564814 in popluar color models

564814
RGB867220
HSL47°62.26%20.78%
HSB/HSV47°76.74%33.73%
CMYK0.00%16.28%76.74%
66.27%

Color #564814 in popluar number systems.

HEX564814
Decimal867220
Binary1010110100100010100
Octal12611024

Shades and tints

Shades of #564814

#564814
(86,72,20)
#4F4213
(79,66,19)
#483C12
(72,60,18)
#413611
(65,54,17)
#3A3010
(58,48,16)
#332A0F
(51,42,15)
#2C240E
(44,36,14)
#251E0D
(37,30,13)
#1E180C
(30,24,12)
#17120B
(23,18,11)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #564814

#564814
(86,72,20)
#655829
(101,88,41)
#74683E
(116,104,62)
#837853
(131,120,83)
#928868
(146,136,104)
#A1987D
(161,152,125)
#B0A892
(176,168,146)
#BFB8A7
(191,184,167)
#CEC8BC
(206,200,188)
#DDD8D1
(221,216,209)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564814; }

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

This text font color is #564814.


Background Color

.myBgColor { background-color: #564814; }

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

This div background color is #564814.


Border color

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

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

This div border color is #564814.


Opacity

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

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

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

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

This text has shadow with #564814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564814 on black background.


Color preview on white background

This text has color #564814 on white background.



Black color preview on #564814 background

This text has black color on #564814 background.


White color preview on #564814 background

This text has white color on #564814 background.