COLOR #563C2B

HEX: #563C2B
RGB: (86,60,43)

Color info

#563C2B contains red, green and blue colors in about the same proportion. Web safe color of #563C2B is #663333 (or #633).

RGB color model

#563C2B color RGB value is (86,60,43).

  • red value is 86;
  • green value is 60;
  • blue value is 43.
RGB:
(86,60,43)
(34%,24%,17%)

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 43 of 255 = 17%

86
60
43

R + G + B ~ 25%. #563C2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 60 + 43 = 189 (100%)
R 86 of 189 ~ 45.5%
G 60 of 189 ~ 31.75%
B 43 of 189 ~ 22.75%

%45.5
%31.75
%22.75

CMYK color model

#563C2B color CMYK value is (0,30,50,66).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 50.00%
  • key color value is 66.27%
CMYK:
(0,30,50,66)
C0M30Y50K66 
(0%,30%,50%,66%)
(0.00/0.30/0.50/0.66)	

CMYK percentages

%0
%30.23
%50
%66.27

Codes

Color #563C2B in popluar color models

563C2B
RGB866043
HSL24°33.33%25.29%
HSB/HSV24°50.00%33.73%
CMYK0.00%30.23%50.00%
66.27%

Color #563C2B in popluar number systems.

HEX563C2B
Decimal866043
Binary1010110111100101011
Octal1267453

Shades and tints

Shades of #563C2B

#563C2B
(86,60,43)
#4F3728
(79,55,40)
#483225
(72,50,37)
#412D22
(65,45,34)
#3A281F
(58,40,31)
#33231C
(51,35,28)
#2C1E19
(44,30,25)
#251916
(37,25,22)
#1E1413
(30,20,19)
#170F10
(23,15,16)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #563C2B

#563C2B
(86,60,43)
#654D3E
(101,77,62)
#745E51
(116,94,81)
#836F64
(131,111,100)
#928077
(146,128,119)
#A1918A
(161,145,138)
#B0A29D
(176,162,157)
#BFB3B0
(191,179,176)
#CEC4C3
(206,196,195)
#DDD5D6
(221,213,214)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563C2B color. Also use rgb(86,60,43) instead hex code.

Text Font Color

.myTextColor { color: #563C2B; }

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

This text font color is #563C2B.


Background Color

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

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

This div background color is #563C2B.


Border color

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

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

This div border color is #563C2B.


Opacity

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

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

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

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

This text has shadow with #563C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563C2B on black background.


Color preview on white background

This text has color #563C2B on white background.



Black color preview on #563C2B background

This text has black color on #563C2B background.


White color preview on #563C2B background

This text has white color on #563C2B background.