COLOR #564516

HEX: #564516
RGB: (86,69,22)

Color info

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

RGB color model

#564516 color RGB value is (86,69,22).

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

RGB channels and saturation

R 86 of 255 = 34%
G 69 of 255 = 27%
B 22 of 255 = 9%

86
69
22

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

Portions of RGB colors in percentages

R + G + B =
86 + 69 + 22 = 177 (100%)
R 86 of 177 ~ 48.59%
G 69 of 177 ~ 38.98%
B 22 of 177 ~ 12.43%

%48.59
%38.98
%12.43

CMYK color model

#564516 color CMYK value is (0,20,74,66).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 74.42%
  • key color value is 66.27%
CMYK:
(0,20,74,66)
C0M20Y74K66 
(0%,20%,74%,66%)
(0.00/0.20/0.74/0.66)	

CMYK percentages

%0
%19.77
%74.42
%66.27

Codes

Color #564516 in popluar color models

564516
RGB866922
HSL44°59.26%21.18%
HSB/HSV44°74.42%33.73%
CMYK0.00%19.77%74.42%
66.27%

Color #564516 in popluar number systems.

HEX564516
Decimal866922
Binary1010110100010110110
Octal12610526

Shades and tints

Shades of #564516

#564516
(86,69,22)
#4F3F14
(79,63,20)
#483912
(72,57,18)
#413310
(65,51,16)
#3A2D0E
(58,45,14)
#33270C
(51,39,12)
#2C210A
(44,33,10)
#251B08
(37,27,8)
#1E1506
(30,21,6)
#170F04
(23,15,4)
#100902
(16,9,2)
#000000
(0,0,0)

Tints of #564516

#564516
(86,69,22)
#65552B
(101,85,43)
#746540
(116,101,64)
#837555
(131,117,85)
#92856A
(146,133,106)
#A1957F
(161,149,127)
#B0A594
(176,165,148)
#BFB5A9
(191,181,169)
#CEC5BE
(206,197,190)
#DDD5D3
(221,213,211)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564516; }

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

This text font color is #564516.


Background Color

.myBgColor { background-color: #564516; }

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

This div background color is #564516.


Border color

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

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

This div border color is #564516.


Opacity

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

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

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

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

This text has shadow with #564516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564516 on black background.


Color preview on white background

This text has color #564516 on white background.



Black color preview on #564516 background

This text has black color on #564516 background.


White color preview on #564516 background

This text has white color on #564516 background.