COLOR #564624

HEX: #564624
RGB: (86,70,36)

Color info

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

RGB color model

#564624 color RGB value is (86,70,36).

  • red value is 86;
  • green value is 70;
  • blue value is 36.
RGB:
(86,70,36)
(34%,27%,14%)

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 36 of 255 = 14%

86
70
36

R + G + B ~ 25%. #564624 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 36 = 192 (100%)
R 86 of 192 ~ 44.79%
G 70 of 192 ~ 36.46%
B 36 of 192 ~ 18.75%

%44.79
%36.46
%18.75

CMYK color model

#564624 color CMYK value is (0,19,58,66).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 58.14%
  • key color value is 66.27%
CMYK:
(0,19,58,66)
C0M19Y58K66 
(0%,19%,58%,66%)
(0.00/0.19/0.58/0.66)	

CMYK percentages

%0
%18.6
%58.14
%66.27

Codes

Color #564624 in popluar color models

564624
RGB867036
HSL41°40.98%23.92%
HSB/HSV41°58.14%33.73%
CMYK0.00%18.60%58.14%
66.27%

Color #564624 in popluar number systems.

HEX564624
Decimal867036
Binary10101101000110100100
Octal12610644

Shades and tints

Shades of #564624

#564624
(86,70,36)
#4F4021
(79,64,33)
#483A1E
(72,58,30)
#41341B
(65,52,27)
#3A2E18
(58,46,24)
#332815
(51,40,21)
#2C2212
(44,34,18)
#251C0F
(37,28,15)
#1E160C
(30,22,12)
#171009
(23,16,9)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #564624

#564624
(86,70,36)
#655637
(101,86,55)
#74664A
(116,102,74)
#83765D
(131,118,93)
#928670
(146,134,112)
#A19683
(161,150,131)
#B0A696
(176,166,150)
#BFB6A9
(191,182,169)
#CEC6BC
(206,198,188)
#DDD6CF
(221,214,207)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564624 color. Also use rgb(86,70,36) instead hex code.

Text Font Color

.myTextColor { color: #564624; }

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

This text font color is #564624.


Background Color

.myBgColor { background-color: #564624; }

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

This div background color is #564624.


Border color

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

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

This div border color is #564624.


Opacity

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

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

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

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

This text has shadow with #564624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564624 on black background.


Color preview on white background

This text has color #564624 on white background.



Black color preview on #564624 background

This text has black color on #564624 background.


White color preview on #564624 background

This text has white color on #564624 background.