COLOR #563D12

HEX: #563D12
RGB: (86,61,18)

Color info

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

RGB color model

#563D12 color RGB value is (86,61,18).

  • red value is 86;
  • green value is 61;
  • blue value is 18.
RGB:
(86,61,18)
(34%,24%,7%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 18 of 255 = 7%

86
61
18

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

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 18 = 165 (100%)
R 86 of 165 ~ 52.12%
G 61 of 165 ~ 36.97%
B 18 of 165 ~ 10.91%

%52.12
%36.97
%10.91

CMYK color model

#563D12 color CMYK value is (0,29,79,66).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 79.07%
  • key color value is 66.27%
CMYK:
(0,29,79,66)
C0M29Y79K66 
(0%,29%,79%,66%)
(0.00/0.29/0.79/0.66)	

CMYK percentages

%0
%29.07
%79.07
%66.27

Codes

Color #563D12 in popluar color models

563D12
RGB866118
HSL38°65.38%20.39%
HSB/HSV38°79.07%33.73%
CMYK0.00%29.07%79.07%
66.27%

Color #563D12 in popluar number systems.

HEX563D12
Decimal866118
Binary101011011110110010
Octal1267522

Shades and tints

Shades of #563D12

#563D12
(86,61,18)
#4F3811
(79,56,17)
#483310
(72,51,16)
#412E0F
(65,46,15)
#3A290E
(58,41,14)
#33240D
(51,36,13)
#2C1F0C
(44,31,12)
#251A0B
(37,26,11)
#1E150A
(30,21,10)
#171009
(23,16,9)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #563D12

#563D12
(86,61,18)
#654E27
(101,78,39)
#745F3C
(116,95,60)
#837051
(131,112,81)
#928166
(146,129,102)
#A1927B
(161,146,123)
#B0A390
(176,163,144)
#BFB4A5
(191,180,165)
#CEC5BA
(206,197,186)
#DDD6CF
(221,214,207)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563D12 color. Also use rgb(86,61,18) instead hex code.

Text Font Color

.myTextColor { color: #563D12; }

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

This text font color is #563D12.


Background Color

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

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

This div background color is #563D12.


Border color

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

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

This div border color is #563D12.


Opacity

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

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

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

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

This text has shadow with #563D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D12 on black background.


Color preview on white background

This text has color #563D12 on white background.



Black color preview on #563D12 background

This text has black color on #563D12 background.


White color preview on #563D12 background

This text has white color on #563D12 background.