COLOR #563209

HEX: #563209
RGB: (86,50,9)

Color info

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

RGB color model

#563209 color RGB value is (86,50,9).

  • red value is 86;
  • green value is 50;
  • blue value is 9.
RGB:
(86,50,9)
(34%,20%,4%)

RGB channels and saturation

R 86 of 255 = 34%
G 50 of 255 = 20%
B 9 of 255 = 4%

86
50
9

R + G + B ~ 19%. #563209 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 50 + 9 = 145 (100%)
R 86 of 145 ~ 59.31%
G 50 of 145 ~ 34.48%
B 9 of 145 ~ 6.21%

%59.31
%34.48

CMYK color model

#563209 color CMYK value is (0,42,90,66).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 89.53%
  • key color value is 66.27%
CMYK:
(0,42,90,66)
C0M42Y90K66 
(0%,42%,90%,66%)
(0.00/0.42/0.90/0.66)	

CMYK percentages

%0
%41.86
%89.53
%66.27

Codes

Color #563209 in popluar color models

563209
RGB86509
HSL32°81.05%18.63%
HSB/HSV32°89.53%33.73%
CMYK0.00%41.86%89.53%
66.27%

Color #563209 in popluar number systems.

HEX563209
Decimal86509
Binary10101101100101001
Octal1266211

Shades and tints

Shades of #563209

#563209
(86,50,9)
#4F2E09
(79,46,9)
#482A09
(72,42,9)
#412609
(65,38,9)
#3A2209
(58,34,9)
#331E09
(51,30,9)
#2C1A09
(44,26,9)
#251609
(37,22,9)
#1E1209
(30,18,9)
#170E09
(23,14,9)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #563209

#563209
(86,50,9)
#65441F
(101,68,31)
#745635
(116,86,53)
#83684B
(131,104,75)
#927A61
(146,122,97)
#A18C77
(161,140,119)
#B09E8D
(176,158,141)
#BFB0A3
(191,176,163)
#CEC2B9
(206,194,185)
#DDD4CF
(221,212,207)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563209 color. Also use rgb(86,50,9) instead hex code.

Text Font Color

.myTextColor { color: #563209; }

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

This text font color is #563209.


Background Color

.myBgColor { background-color: #563209; }

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

This div background color is #563209.


Border color

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

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

This div border color is #563209.


Opacity

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

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

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

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

This text has shadow with #563209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563209 on black background.


Color preview on white background

This text has color #563209 on white background.



Black color preview on #563209 background

This text has black color on #563209 background.


White color preview on #563209 background

This text has white color on #563209 background.