COLOR #563F09

HEX: #563F09
RGB: (86,63,9)

Color info

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

RGB color model

#563F09 color RGB value is (86,63,9).

  • red value is 86;
  • green value is 63;
  • blue value is 9.
RGB:
(86,63,9)
(34%,25%,4%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 9 of 255 = 4%

86
63
9

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

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 9 = 158 (100%)
R 86 of 158 ~ 54.43%
G 63 of 158 ~ 39.87%
B 9 of 158 ~ 5.7%

%54.43
%39.87

CMYK color model

#563F09 color CMYK value is (0,27,90,66).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 89.53%
  • key color value is 66.27%
CMYK:
(0,27,90,66)
C0M27Y90K66 
(0%,27%,90%,66%)
(0.00/0.27/0.90/0.66)	

CMYK percentages

%0
%26.74
%89.53
%66.27

Codes

Color #563F09 in popluar color models

563F09
RGB86639
HSL42°81.05%18.63%
HSB/HSV42°89.53%33.73%
CMYK0.00%26.74%89.53%
66.27%

Color #563F09 in popluar number systems.

HEX563F09
Decimal86639
Binary10101101111111001
Octal1267711

Shades and tints

Shades of #563F09

#563F09
(86,63,9)
#4F3A09
(79,58,9)
#483509
(72,53,9)
#413009
(65,48,9)
#3A2B09
(58,43,9)
#332609
(51,38,9)
#2C2109
(44,33,9)
#251C09
(37,28,9)
#1E1709
(30,23,9)
#171209
(23,18,9)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #563F09

#563F09
(86,63,9)
#65501F
(101,80,31)
#746135
(116,97,53)
#83724B
(131,114,75)
#928361
(146,131,97)
#A19477
(161,148,119)
#B0A58D
(176,165,141)
#BFB6A3
(191,182,163)
#CEC7B9
(206,199,185)
#DDD8CF
(221,216,207)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563F09 color. Also use rgb(86,63,9) instead hex code.

Text Font Color

.myTextColor { color: #563F09; }

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

This text font color is #563F09.


Background Color

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

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

This div background color is #563F09.


Border color

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

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

This div border color is #563F09.


Opacity

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

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

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

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

This text has shadow with #563F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F09 on black background.


Color preview on white background

This text has color #563F09 on white background.



Black color preview on #563F09 background

This text has black color on #563F09 background.


White color preview on #563F09 background

This text has white color on #563F09 background.