COLOR #563A06

HEX: #563A06
RGB: (86,58,6)

Color info

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

RGB color model

#563A06 color RGB value is (86,58,6).

  • red value is 86;
  • green value is 58;
  • blue value is 6.
RGB:
(86,58,6)
(34%,23%,2%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 6 of 255 = 2%

86
58
6

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

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 6 = 150 (100%)
R 86 of 150 ~ 57.33%
G 58 of 150 ~ 38.67%
B 6 of 150 ~ 4%

%57.33
%38.67

CMYK color model

#563A06 color CMYK value is (0,33,93,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 93.02%
  • key color value is 66.27%
CMYK:
(0,33,93,66)
C0M33Y93K66 
(0%,33%,93%,66%)
(0.00/0.33/0.93/0.66)	

CMYK percentages

%0
%32.56
%93.02
%66.27

Codes

Color #563A06 in popluar color models

563A06
RGB86586
HSL39°86.96%18.04%
HSB/HSV39°93.02%33.73%
CMYK0.00%32.56%93.02%
66.27%

Color #563A06 in popluar number systems.

HEX563A06
Decimal86586
Binary1010110111010110
Octal126726

Shades and tints

Shades of #563A06

#563A06
(86,58,6)
#4F3506
(79,53,6)
#483006
(72,48,6)
#412B06
(65,43,6)
#3A2606
(58,38,6)
#332106
(51,33,6)
#2C1C06
(44,28,6)
#251706
(37,23,6)
#1E1206
(30,18,6)
#170D06
(23,13,6)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #563A06

#563A06
(86,58,6)
#654B1C
(101,75,28)
#745C32
(116,92,50)
#836D48
(131,109,72)
#927E5E
(146,126,94)
#A18F74
(161,143,116)
#B0A08A
(176,160,138)
#BFB1A0
(191,177,160)
#CEC2B6
(206,194,182)
#DDD3CC
(221,211,204)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563A06 color. Also use rgb(86,58,6) instead hex code.

Text Font Color

.myTextColor { color: #563A06; }

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

This text font color is #563A06.


Background Color

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

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

This div background color is #563A06.


Border color

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

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

This div border color is #563A06.


Opacity

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

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

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

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

This text has shadow with #563A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A06 on black background.


Color preview on white background

This text has color #563A06 on white background.



Black color preview on #563A06 background

This text has black color on #563A06 background.


White color preview on #563A06 background

This text has white color on #563A06 background.