COLOR #564311

HEX: #564311
RGB: (86,67,17)

Color info

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

RGB color model

#564311 color RGB value is (86,67,17).

  • red value is 86;
  • green value is 67;
  • blue value is 17.
RGB:
(86,67,17)
(34%,26%,7%)

RGB channels and saturation

R 86 of 255 = 34%
G 67 of 255 = 26%
B 17 of 255 = 7%

86
67
17

R + G + B ~ 22%. #564311 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 67 + 17 = 170 (100%)
R 86 of 170 ~ 50.59%
G 67 of 170 ~ 39.41%
B 17 of 170 ~ 10%

%50.59
%39.41
%10

CMYK color model

#564311 color CMYK value is (0,22,80,66).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 80.23%
  • key color value is 66.27%
CMYK:
(0,22,80,66)
C0M22Y80K66 
(0%,22%,80%,66%)
(0.00/0.22/0.80/0.66)	

CMYK percentages

%0
%22.09
%80.23
%66.27

Codes

Color #564311 in popluar color models

564311
RGB866717
HSL43°66.99%20.20%
HSB/HSV43°80.23%33.73%
CMYK0.00%22.09%80.23%
66.27%

Color #564311 in popluar number systems.

HEX564311
Decimal866717
Binary1010110100001110001
Octal12610321

Shades and tints

Shades of #564311

#564311
(86,67,17)
#4F3D10
(79,61,16)
#48370F
(72,55,15)
#41310E
(65,49,14)
#3A2B0D
(58,43,13)
#33250C
(51,37,12)
#2C1F0B
(44,31,11)
#25190A
(37,25,10)
#1E1309
(30,19,9)
#170D08
(23,13,8)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #564311

#564311
(86,67,17)
#655426
(101,84,38)
#74653B
(116,101,59)
#837650
(131,118,80)
#928765
(146,135,101)
#A1987A
(161,152,122)
#B0A98F
(176,169,143)
#BFBAA4
(191,186,164)
#CECBB9
(206,203,185)
#DDDCCE
(221,220,206)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564311 color. Also use rgb(86,67,17) instead hex code.

Text Font Color

.myTextColor { color: #564311; }

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

This text font color is #564311.


Background Color

.myBgColor { background-color: #564311; }

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

This div background color is #564311.


Border color

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

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

This div border color is #564311.


Opacity

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

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

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

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

This text has shadow with #564311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564311 on black background.


Color preview on white background

This text has color #564311 on white background.



Black color preview on #564311 background

This text has black color on #564311 background.


White color preview on #564311 background

This text has white color on #564311 background.