COLOR #564D20

HEX: #564D20
RGB: (86,77,32)

Color info

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

RGB color model

#564D20 color RGB value is (86,77,32).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 32 of 255 = 13%

86
77
32

R + G + B ~ 26%. #564D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 32 = 195 (100%)
R 86 of 195 ~ 44.1%
G 77 of 195 ~ 39.49%
B 32 of 195 ~ 16.41%

%44.1
%39.49
%16.41

CMYK color model

#564D20 color CMYK value is (0,10,63,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 62.79%
  • key color value is 66.27%
CMYK:
(0,10,63,66)
C0M10Y63K66 
(0%,10%,63%,66%)
(0.00/0.10/0.63/0.66)	

CMYK percentages

%0
%10.47
%62.79
%66.27

Codes

Color #564D20 in popluar color models

564D20
RGB867732
HSL50°45.76%23.14%
HSB/HSV50°62.79%33.73%
CMYK0.00%10.47%62.79%
66.27%

Color #564D20 in popluar number systems.

HEX564D20
Decimal867732
Binary10101101001101100000
Octal12611540

Shades and tints

Shades of #564D20

#564D20
(86,77,32)
#4F461E
(79,70,30)
#483F1C
(72,63,28)
#41381A
(65,56,26)
#3A3118
(58,49,24)
#332A16
(51,42,22)
#2C2314
(44,35,20)
#251C12
(37,28,18)
#1E1510
(30,21,16)
#170E0E
(23,14,14)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #564D20

#564D20
(86,77,32)
#655D34
(101,93,52)
#746D48
(116,109,72)
#837D5C
(131,125,92)
#928D70
(146,141,112)
#A19D84
(161,157,132)
#B0AD98
(176,173,152)
#BFBDAC
(191,189,172)
#CECDC0
(206,205,192)
#DDDDD4
(221,221,212)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D20; }

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

This text font color is #564D20.


Background Color

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

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

This div background color is #564D20.


Border color

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

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

This div border color is #564D20.


Opacity

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

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

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

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

This text has shadow with #564D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D20 on black background.


Color preview on white background

This text has color #564D20 on white background.



Black color preview on #564D20 background

This text has black color on #564D20 background.


White color preview on #564D20 background

This text has white color on #564D20 background.