COLOR #563308

HEX: #563308
RGB: (86,51,8)

Color info

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

RGB color model

#563308 color RGB value is (86,51,8).

  • red value is 86;
  • green value is 51;
  • blue value is 8.
RGB:
(86,51,8)
(34%,20%,3%)

RGB channels and saturation

R 86 of 255 = 34%
G 51 of 255 = 20%
B 8 of 255 = 3%

86
51
8

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

Portions of RGB colors in percentages

R + G + B =
86 + 51 + 8 = 145 (100%)
R 86 of 145 ~ 59.31%
G 51 of 145 ~ 35.17%
B 8 of 145 ~ 5.52%

%59.31
%35.17

CMYK color model

#563308 color CMYK value is (0,41,91,66).

  • cyan value is 0.00%
  • magenta value is 40.70%
  • yellow value is 90.70%
  • key color value is 66.27%
CMYK:
(0,41,91,66)
C0M41Y91K66 
(0%,41%,91%,66%)
(0.00/0.41/0.91/0.66)	

CMYK percentages

%0
%40.7
%90.7
%66.27

Codes

Color #563308 in popluar color models

563308
RGB86518
HSL33°82.98%18.43%
HSB/HSV33°90.70%33.73%
CMYK0.00%40.70%90.70%
66.27%

Color #563308 in popluar number systems.

HEX563308
Decimal86518
Binary10101101100111000
Octal1266310

Shades and tints

Shades of #563308

#563308
(86,51,8)
#4F2F08
(79,47,8)
#482B08
(72,43,8)
#412708
(65,39,8)
#3A2308
(58,35,8)
#331F08
(51,31,8)
#2C1B08
(44,27,8)
#251708
(37,23,8)
#1E1308
(30,19,8)
#170F08
(23,15,8)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #563308

#563308
(86,51,8)
#65451E
(101,69,30)
#745734
(116,87,52)
#83694A
(131,105,74)
#927B60
(146,123,96)
#A18D76
(161,141,118)
#B09F8C
(176,159,140)
#BFB1A2
(191,177,162)
#CEC3B8
(206,195,184)
#DDD5CE
(221,213,206)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563308 color. Also use rgb(86,51,8) instead hex code.

Text Font Color

.myTextColor { color: #563308; }

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

This text font color is #563308.


Background Color

.myBgColor { background-color: #563308; }

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

This div background color is #563308.


Border color

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

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

This div border color is #563308.


Opacity

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

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

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

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

This text has shadow with #563308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563308 on black background.


Color preview on white background

This text has color #563308 on white background.



Black color preview on #563308 background

This text has black color on #563308 background.


White color preview on #563308 background

This text has white color on #563308 background.