COLOR #563506

HEX: #563506
RGB: (86,53,6)

Color info

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

RGB color model

#563506 color RGB value is (86,53,6).

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

RGB channels and saturation

R 86 of 255 = 34%
G 53 of 255 = 21%
B 6 of 255 = 2%

86
53
6

R + G + B ~ 19%. #563506 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 53 + 6 = 145 (100%)
R 86 of 145 ~ 59.31%
G 53 of 145 ~ 36.55%
B 6 of 145 ~ 4.14%

%59.31
%36.55

CMYK color model

#563506 color CMYK value is (0,38,93,66).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 93.02%
  • key color value is 66.27%
CMYK:
(0,38,93,66)
C0M38Y93K66 
(0%,38%,93%,66%)
(0.00/0.38/0.93/0.66)	

CMYK percentages

%0
%38.37
%93.02
%66.27

Codes

Color #563506 in popluar color models

563506
RGB86536
HSL35°86.96%18.04%
HSB/HSV35°93.02%33.73%
CMYK0.00%38.37%93.02%
66.27%

Color #563506 in popluar number systems.

HEX563506
Decimal86536
Binary1010110110101110
Octal126656

Shades and tints

Shades of #563506

#563506
(86,53,6)
#4F3106
(79,49,6)
#482D06
(72,45,6)
#412906
(65,41,6)
#3A2506
(58,37,6)
#332106
(51,33,6)
#2C1D06
(44,29,6)
#251906
(37,25,6)
#1E1506
(30,21,6)
#171106
(23,17,6)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #563506

#563506
(86,53,6)
#65471C
(101,71,28)
#745932
(116,89,50)
#836B48
(131,107,72)
#927D5E
(146,125,94)
#A18F74
(161,143,116)
#B0A18A
(176,161,138)
#BFB3A0
(191,179,160)
#CEC5B6
(206,197,182)
#DDD7CC
(221,215,204)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563506; }

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

This text font color is #563506.


Background Color

.myBgColor { background-color: #563506; }

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

This div background color is #563506.


Border color

.myBorderColor { border: 1px solid #563506; }

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

This div border color is #563506.


Opacity

.myOpacity80 { color: #563506; opacity: 0.8; }

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

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

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

This text has shadow with #563506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563506 on black background.


Color preview on white background

This text has color #563506 on white background.



Black color preview on #563506 background

This text has black color on #563506 background.


White color preview on #563506 background

This text has white color on #563506 background.