COLOR #564D13

HEX: #564D13
RGB: (86,77,19)

Color info

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

RGB color model

#564D13 color RGB value is (86,77,19).

  • red value is 86;
  • green value is 77;
  • blue value is 19.
RGB:
(86,77,19)
(34%,30%,7%)

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 19 of 255 = 7%

86
77
19

R + G + B ~ 24%. #564D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 19 = 182 (100%)
R 86 of 182 ~ 47.25%
G 77 of 182 ~ 42.31%
B 19 of 182 ~ 10.44%

%47.25
%42.31
%10.44

CMYK color model

#564D13 color CMYK value is (0,10,78,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 77.91%
  • key color value is 66.27%
CMYK:
(0,10,78,66)
C0M10Y78K66 
(0%,10%,78%,66%)
(0.00/0.10/0.78/0.66)	

CMYK percentages

%0
%10.47
%77.91
%66.27

Codes

Color #564D13 in popluar color models

564D13
RGB867719
HSL52°63.81%20.59%
HSB/HSV52°77.91%33.73%
CMYK0.00%10.47%77.91%
66.27%

Color #564D13 in popluar number systems.

HEX564D13
Decimal867719
Binary1010110100110110011
Octal12611523

Shades and tints

Shades of #564D13

#564D13
(86,77,19)
#4F4612
(79,70,18)
#483F11
(72,63,17)
#413810
(65,56,16)
#3A310F
(58,49,15)
#332A0E
(51,42,14)
#2C230D
(44,35,13)
#251C0C
(37,28,12)
#1E150B
(30,21,11)
#170E0A
(23,14,10)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #564D13

#564D13
(86,77,19)
#655D28
(101,93,40)
#746D3D
(116,109,61)
#837D52
(131,125,82)
#928D67
(146,141,103)
#A19D7C
(161,157,124)
#B0AD91
(176,173,145)
#BFBDA6
(191,189,166)
#CECDBB
(206,205,187)
#DDDDD0
(221,221,208)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564D13 color. Also use rgb(86,77,19) instead hex code.

Text Font Color

.myTextColor { color: #564D13; }

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

This text font color is #564D13.


Background Color

.myBgColor { background-color: #564D13; }

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

This div background color is #564D13.


Border color

.myBorderColor { border: 1px solid #564D13; }

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

This div border color is #564D13.


Opacity

.myOpacity80 { color: #564D13; opacity: 0.8; }

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

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

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

This text has shadow with #564D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D13 on black background.


Color preview on white background

This text has color #564D13 on white background.



Black color preview on #564D13 background

This text has black color on #564D13 background.


White color preview on #564D13 background

This text has white color on #564D13 background.