COLOR #563B0E

HEX: #563B0E
RGB: (86,59,14)

Color info

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

RGB color model

#563B0E color RGB value is (86,59,14).

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

RGB channels and saturation

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

86
59
14

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

Portions of RGB colors in percentages

R + G + B =
86 + 59 + 14 = 159 (100%)
R 86 of 159 ~ 54.09%
G 59 of 159 ~ 37.11%
B 14 of 159 ~ 8.81%

%54.09
%37.11

CMYK color model

#563B0E color CMYK value is (0,31,84,66).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 83.72%
  • key color value is 66.27%
CMYK:
(0,31,84,66)
C0M31Y84K66 
(0%,31%,84%,66%)
(0.00/0.31/0.84/0.66)	

CMYK percentages

%0
%31.4
%83.72
%66.27

Codes

Color #563B0E in popluar color models

563B0E
RGB865914
HSL38°72.00%19.61%
HSB/HSV38°83.72%33.73%
CMYK0.00%31.40%83.72%
66.27%

Color #563B0E in popluar number systems.

HEX563B0E
Decimal865914
Binary10101101110111110
Octal1267316

Shades and tints

Shades of #563B0E

#563B0E
(86,59,14)
#4F360D
(79,54,13)
#48310C
(72,49,12)
#412C0B
(65,44,11)
#3A270A
(58,39,10)
#332209
(51,34,9)
#2C1D08
(44,29,8)
#251807
(37,24,7)
#1E1306
(30,19,6)
#170E05
(23,14,5)
#100904
(16,9,4)
#000000
(0,0,0)

Tints of #563B0E

#563B0E
(86,59,14)
#654C23
(101,76,35)
#745D38
(116,93,56)
#836E4D
(131,110,77)
#927F62
(146,127,98)
#A19077
(161,144,119)
#B0A18C
(176,161,140)
#BFB2A1
(191,178,161)
#CEC3B6
(206,195,182)
#DDD4CB
(221,212,203)
#ECE5E0
(236,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563B0E; }

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

This text font color is #563B0E.


Background Color

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

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

This div background color is #563B0E.


Border color

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

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

This div border color is #563B0E.


Opacity

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

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

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

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

This text has shadow with #563B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B0E on black background.


Color preview on white background

This text has color #563B0E on white background.



Black color preview on #563B0E background

This text has black color on #563B0E background.


White color preview on #563B0E background

This text has white color on #563B0E background.