COLOR #563115

HEX: #563115
RGB: (86,49,21)

Color info

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

RGB color model

#563115 color RGB value is (86,49,21).

  • red value is 86;
  • green value is 49;
  • blue value is 21.
RGB:
(86,49,21)
(34%,19%,8%)

RGB channels and saturation

R 86 of 255 = 34%
G 49 of 255 = 19%
B 21 of 255 = 8%

86
49
21

R + G + B ~ 20%. #563115 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 49 + 21 = 156 (100%)
R 86 of 156 ~ 55.13%
G 49 of 156 ~ 31.41%
B 21 of 156 ~ 13.46%

%55.13
%31.41
%13.46

CMYK color model

#563115 color CMYK value is (0,43,76,66).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 75.58%
  • key color value is 66.27%
CMYK:
(0,43,76,66)
C0M43Y76K66 
(0%,43%,76%,66%)
(0.00/0.43/0.76/0.66)	

CMYK percentages

%0
%43.02
%75.58
%66.27

Codes

Color #563115 in popluar color models

563115
RGB864921
HSL26°60.75%20.98%
HSB/HSV26°75.58%33.73%
CMYK0.00%43.02%75.58%
66.27%

Color #563115 in popluar number systems.

HEX563115
Decimal864921
Binary101011011000110101
Octal1266125

Shades and tints

Shades of #563115

#563115
(86,49,21)
#4F2D14
(79,45,20)
#482913
(72,41,19)
#412512
(65,37,18)
#3A2111
(58,33,17)
#331D10
(51,29,16)
#2C190F
(44,25,15)
#25150E
(37,21,14)
#1E110D
(30,17,13)
#170D0C
(23,13,12)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #563115

#563115
(86,49,21)
#65432A
(101,67,42)
#74553F
(116,85,63)
#836754
(131,103,84)
#927969
(146,121,105)
#A18B7E
(161,139,126)
#B09D93
(176,157,147)
#BFAFA8
(191,175,168)
#CEC1BD
(206,193,189)
#DDD3D2
(221,211,210)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563115 color. Also use rgb(86,49,21) instead hex code.

Text Font Color

.myTextColor { color: #563115; }

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

This text font color is #563115.


Background Color

.myBgColor { background-color: #563115; }

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

This div background color is #563115.


Border color

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

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

This div border color is #563115.


Opacity

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

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

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

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

This text has shadow with #563115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563115 on black background.


Color preview on white background

This text has color #563115 on white background.



Black color preview on #563115 background

This text has black color on #563115 background.


White color preview on #563115 background

This text has white color on #563115 background.