COLOR #563500

HEX: #563500
RGB: (86,53,0)

Color info

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

RGB color model

#563500 color RGB value is (86,53,0).

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

RGB channels and saturation

R 86 of 255 = 34%
G 53 of 255 = 21%
B 0 of 255 = 0%

86
53
0

R + G + B ~ 18%. #563500 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 53 + 0 = 139 (100%)
R 86 of 139 ~ 61.87%
G 53 of 139 ~ 38.13%
B 0 of 139 ~ 0%

%61.87
%38.13

CMYK color model

#563500 color CMYK value is (0,38,100,66).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 100.00%
  • key color value is 66.27%
CMYK:
(0,38,100,66)
C0M38Y100K66 
(0%,38%,100%,66%)
(0.00/0.38/1.00/0.66)	

CMYK percentages

%0
%38.37
%100
%66.27

Codes

Color #563500 in popluar color models

563500
RGB86530
HSL37°100.00%16.86%
HSB/HSV37°100.00%33.73%
CMYK0.00%38.37%100.00%
66.27%

Color #563500 in popluar number systems.

HEX563500
Decimal86530
Binary10101101101010
Octal126650

Shades and tints

Shades of #563500

#563500
(86,53,0)
#4F3100
(79,49,0)
#482D00
(72,45,0)
#412900
(65,41,0)
#3A2500
(58,37,0)
#332100
(51,33,0)
#2C1D00
(44,29,0)
#251900
(37,25,0)
#1E1500
(30,21,0)
#171100
(23,17,0)
#100D00
(16,13,0)
#000000
(0,0,0)

Tints of #563500

#563500
(86,53,0)
#654717
(101,71,23)
#74592E
(116,89,46)
#836B45
(131,107,69)
#927D5C
(146,125,92)
#A18F73
(161,143,115)
#B0A18A
(176,161,138)
#BFB3A1
(191,179,161)
#CEC5B8
(206,197,184)
#DDD7CF
(221,215,207)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563500; }

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

This text font color is #563500.


Background Color

.myBgColor { background-color: #563500; }

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

This div background color is #563500.


Border color

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

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

This div border color is #563500.


Opacity

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

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

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

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

This text has shadow with #563500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563500 on black background.


Color preview on white background

This text has color #563500 on white background.



Black color preview on #563500 background

This text has black color on #563500 background.


White color preview on #563500 background

This text has white color on #563500 background.