COLOR #563716

HEX: #563716
RGB: (86,55,22)

Color info

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

RGB color model

#563716 color RGB value is (86,55,22).

  • red value is 86;
  • green value is 55;
  • blue value is 22.
RGB: (86,55,22) (34%,22%,9%)

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 22 of 255 = 9%

86
55
22

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

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 22 = 163 (100%)
R 86 of 163 ~ 52.76%
G 55 of 163 ~ 33.74%
B 22 of 163 ~ 13.5%

%52.76
%33.74
%13.5

CMYK color model

#563716 color CMYK value is (0,36,74,66).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 74.42%
  • key color value is 66.27%
CMYK: (0,36,74,66) C0M36Y74K66 (0%,36%,74%,66%) (0.00/0.36/0.74/0.66)

CMYK percentages

%0
%36.05
%74.42
%66.27

Codes

Color #563716 in popluar color models

563716
RGB865522
HSL31°59.26%21.18%
HSB/HSV31°74.42%33.73%
CMYK0.00%36.05%74.42%
66.27%

Color #563716 in popluar number systems.

HEX563716
Decimal865522
Binary101011011011110110
Octal1266726

Shades and tints

Shades of #563716

#563716
(86,55,22)
#4F3214
(79,50,20)
#482D12
(72,45,18)
#412810
(65,40,16)
#3A230E
(58,35,14)
#331E0C
(51,30,12)
#2C190A
(44,25,10)
#251408
(37,20,8)
#1E0F06
(30,15,6)
#170A04
(23,10,4)
#100502
(16,5,2)
#000000
(0,0,0)

Tints of #563716

#563716
(86,55,22)
#65492B
(101,73,43)
#745B40
(116,91,64)
#836D55
(131,109,85)
#927F6A
(146,127,106)
#A1917F
(161,145,127)
#B0A394
(176,163,148)
#BFB5A9
(191,181,169)
#CEC7BE
(206,199,190)
#DDD9D3
(221,217,211)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563716 color. Also use rgb(86,55,22) instead hex code.

Text Font Color

.myTextColor { color: #563716; }

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

This text font color is #563716.


Background Color

.myBgColor { background-color: #563716; }

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

This div background color is #563716.


Border color

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

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

This div border color is #563716.


Opacity

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

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

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

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

This text has shadow with #563716 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #563716 on black background.


Color preview on white background

This text has color #563716 on white background.



Black color preview on #563716 background

This text has black color on #563716 background.


White color preview on #563716 background

This text has white color on #563716 background.