COLOR #564626

HEX: #564626
RGB: (86,70,38)

Color info

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

RGB color model

#564626 color RGB value is (86,70,38).

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

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 38 of 255 = 15%

86
70
38

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

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 38 = 194 (100%)
R 86 of 194 ~ 44.33%
G 70 of 194 ~ 36.08%
B 38 of 194 ~ 19.59%

%44.33
%36.08
%19.59

CMYK color model

#564626 color CMYK value is (0,19,56,66).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 55.81%
  • key color value is 66.27%
CMYK:
(0,19,56,66)
C0M19Y56K66 
(0%,19%,56%,66%)
(0.00/0.19/0.56/0.66)	

CMYK percentages

%0
%18.6
%55.81
%66.27

Codes

Color #564626 in popluar color models

564626
RGB867038
HSL40°38.71%24.31%
HSB/HSV40°55.81%33.73%
CMYK0.00%18.60%55.81%
66.27%

Color #564626 in popluar number systems.

HEX564626
Decimal867038
Binary10101101000110100110
Octal12610646

Shades and tints

Shades of #564626

#564626
(86,70,38)
#4F4023
(79,64,35)
#483A20
(72,58,32)
#41341D
(65,52,29)
#3A2E1A
(58,46,26)
#332817
(51,40,23)
#2C2214
(44,34,20)
#251C11
(37,28,17)
#1E160E
(30,22,14)
#17100B
(23,16,11)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #564626

#564626
(86,70,38)
#655639
(101,86,57)
#74664C
(116,102,76)
#83765F
(131,118,95)
#928672
(146,134,114)
#A19685
(161,150,133)
#B0A698
(176,166,152)
#BFB6AB
(191,182,171)
#CEC6BE
(206,198,190)
#DDD6D1
(221,214,209)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564626; }

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

This text font color is #564626.


Background Color

.myBgColor { background-color: #564626; }

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

This div background color is #564626.


Border color

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

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

This div border color is #564626.


Opacity

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

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

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

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

This text has shadow with #564626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564626 on black background.


Color preview on white background

This text has color #564626 on white background.



Black color preview on #564626 background

This text has black color on #564626 background.


White color preview on #564626 background

This text has white color on #564626 background.