COLOR #564715

HEX: #564715
RGB: (86,71,21)

Color info

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

RGB color model

#564715 color RGB value is (86,71,21).

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

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 21 of 255 = 8%

86
71
21

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

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 21 = 178 (100%)
R 86 of 178 ~ 48.31%
G 71 of 178 ~ 39.89%
B 21 of 178 ~ 11.8%

%48.31
%39.89
%11.8

CMYK color model

#564715 color CMYK value is (0,17,76,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 75.58%
  • key color value is 66.27%
CMYK:
(0,17,76,66)
C0M17Y76K66 
(0%,17%,76%,66%)
(0.00/0.17/0.76/0.66)	

CMYK percentages

%0
%17.44
%75.58
%66.27

Codes

Color #564715 in popluar color models

564715
RGB867121
HSL46°60.75%20.98%
HSB/HSV46°75.58%33.73%
CMYK0.00%17.44%75.58%
66.27%

Color #564715 in popluar number systems.

HEX564715
Decimal867121
Binary1010110100011110101
Octal12610725

Shades and tints

Shades of #564715

#564715
(86,71,21)
#4F4114
(79,65,20)
#483B13
(72,59,19)
#413512
(65,53,18)
#3A2F11
(58,47,17)
#332910
(51,41,16)
#2C230F
(44,35,15)
#251D0E
(37,29,14)
#1E170D
(30,23,13)
#17110C
(23,17,12)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #564715

#564715
(86,71,21)
#65572A
(101,87,42)
#74673F
(116,103,63)
#837754
(131,119,84)
#928769
(146,135,105)
#A1977E
(161,151,126)
#B0A793
(176,167,147)
#BFB7A8
(191,183,168)
#CEC7BD
(206,199,189)
#DDD7D2
(221,215,210)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564715 color. Also use rgb(86,71,21) instead hex code.

Text Font Color

.myTextColor { color: #564715; }

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

This text font color is #564715.


Background Color

.myBgColor { background-color: #564715; }

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

This div background color is #564715.


Border color

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

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

This div border color is #564715.


Opacity

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

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

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

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

This text has shadow with #564715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564715 on black background.


Color preview on white background

This text has color #564715 on white background.



Black color preview on #564715 background

This text has black color on #564715 background.


White color preview on #564715 background

This text has white color on #564715 background.