COLOR #563B0D

HEX: #563B0D
RGB: (86,59,13)

Color info

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

RGB color model

#563B0D color RGB value is (86,59,13).

  • red value is 86;
  • green value is 59;
  • blue value is 13.
RGB:
(86,59,13)
(34%,23%,5%)

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 13 of 255 = 5%

86
59
13

R + G + B ~ 21%. #563B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 59 + 13 = 158 (100%)
R 86 of 158 ~ 54.43%
G 59 of 158 ~ 37.34%
B 13 of 158 ~ 8.23%

%54.43
%37.34

CMYK color model

#563B0D color CMYK value is (0,31,85,66).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 84.88%
  • key color value is 66.27%
CMYK:
(0,31,85,66)
C0M31Y85K66 
(0%,31%,85%,66%)
(0.00/0.31/0.85/0.66)	

CMYK percentages

%0
%31.4
%84.88
%66.27

Codes

Color #563B0D in popluar color models

563B0D
RGB865913
HSL38°73.74%19.41%
HSB/HSV38°84.88%33.73%
CMYK0.00%31.40%84.88%
66.27%

Color #563B0D in popluar number systems.

HEX563B0D
Decimal865913
Binary10101101110111101
Octal1267315

Shades and tints

Shades of #563B0D

#563B0D
(86,59,13)
#4F360C
(79,54,12)
#48310B
(72,49,11)
#412C0A
(65,44,10)
#3A2709
(58,39,9)
#332208
(51,34,8)
#2C1D07
(44,29,7)
#251806
(37,24,6)
#1E1305
(30,19,5)
#170E04
(23,14,4)
#100903
(16,9,3)
#000000
(0,0,0)

Tints of #563B0D

#563B0D
(86,59,13)
#654C23
(101,76,35)
#745D39
(116,93,57)
#836E4F
(131,110,79)
#927F65
(146,127,101)
#A1907B
(161,144,123)
#B0A191
(176,161,145)
#BFB2A7
(191,178,167)
#CEC3BD
(206,195,189)
#DDD4D3
(221,212,211)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B0D color. Also use rgb(86,59,13) instead hex code.

Text Font Color

.myTextColor { color: #563B0D; }

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

This text font color is #563B0D.


Background Color

.myBgColor { background-color: #563B0D; }

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

This div background color is #563B0D.


Border color

.myBorderColor { border: 1px solid #563B0D; }

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

This div border color is #563B0D.


Opacity

.myOpacity80 { color: #563B0D; opacity: 0.8; }

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

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

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

This text has shadow with #563B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B0D on black background.


Color preview on white background

This text has color #563B0D on white background.



Black color preview on #563B0D background

This text has black color on #563B0D background.


White color preview on #563B0D background

This text has white color on #563B0D background.