COLOR #563E0D

HEX: #563E0D
RGB: (86,62,13)

Color info

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

RGB color model

#563E0D color RGB value is (86,62,13).

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

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 13 of 255 = 5%

86
62
13

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

Portions of RGB colors in percentages

R + G + B =
86 + 62 + 13 = 161 (100%)
R 86 of 161 ~ 53.42%
G 62 of 161 ~ 38.51%
B 13 of 161 ~ 8.07%

%53.42
%38.51

CMYK color model

#563E0D color CMYK value is (0,28,85,66).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 84.88%
  • key color value is 66.27%
CMYK:
(0,28,85,66)
C0M28Y85K66 
(0%,28%,85%,66%)
(0.00/0.28/0.85/0.66)	

CMYK percentages

%0
%27.91
%84.88
%66.27

Codes

Color #563E0D in popluar color models

563E0D
RGB866213
HSL40°73.74%19.41%
HSB/HSV40°84.88%33.73%
CMYK0.00%27.91%84.88%
66.27%

Color #563E0D in popluar number systems.

HEX563E0D
Decimal866213
Binary10101101111101101
Octal1267615

Shades and tints

Shades of #563E0D

#563E0D
(86,62,13)
#4F390C
(79,57,12)
#48340B
(72,52,11)
#412F0A
(65,47,10)
#3A2A09
(58,42,9)
#332508
(51,37,8)
#2C2007
(44,32,7)
#251B06
(37,27,6)
#1E1605
(30,22,5)
#171104
(23,17,4)
#100C03
(16,12,3)
#000000
(0,0,0)

Tints of #563E0D

#563E0D
(86,62,13)
#654F23
(101,79,35)
#746039
(116,96,57)
#83714F
(131,113,79)
#928265
(146,130,101)
#A1937B
(161,147,123)
#B0A491
(176,164,145)
#BFB5A7
(191,181,167)
#CEC6BD
(206,198,189)
#DDD7D3
(221,215,211)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563E0D; }

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

This text font color is #563E0D.


Background Color

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

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

This div background color is #563E0D.


Border color

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

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

This div border color is #563E0D.


Opacity

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

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

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

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

This text has shadow with #563E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563E0D on black background.


Color preview on white background

This text has color #563E0D on white background.



Black color preview on #563E0D background

This text has black color on #563E0D background.


White color preview on #563E0D background

This text has white color on #563E0D background.