COLOR #563C27

HEX: #563C27
RGB: (86,60,39)

Color info

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

RGB color model

#563C27 color RGB value is (86,60,39).

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

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 39 of 255 = 15%

86
60
39

R + G + B ~ 24%. #563C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 60 + 39 = 185 (100%)
R 86 of 185 ~ 46.49%
G 60 of 185 ~ 32.43%
B 39 of 185 ~ 21.08%

%46.49
%32.43
%21.08

CMYK color model

#563C27 color CMYK value is (0,30,55,66).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 54.65%
  • key color value is 66.27%
CMYK:
(0,30,55,66)
C0M30Y55K66 
(0%,30%,55%,66%)
(0.00/0.30/0.55/0.66)	

CMYK percentages

%0
%30.23
%54.65
%66.27

Codes

Color #563C27 in popluar color models

563C27
RGB866039
HSL27°37.60%24.51%
HSB/HSV27°54.65%33.73%
CMYK0.00%30.23%54.65%
66.27%

Color #563C27 in popluar number systems.

HEX563C27
Decimal866039
Binary1010110111100100111
Octal1267447

Shades and tints

Shades of #563C27

#563C27
(86,60,39)
#4F3724
(79,55,36)
#483221
(72,50,33)
#412D1E
(65,45,30)
#3A281B
(58,40,27)
#332318
(51,35,24)
#2C1E15
(44,30,21)
#251912
(37,25,18)
#1E140F
(30,20,15)
#170F0C
(23,15,12)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #563C27

#563C27
(86,60,39)
#654D3A
(101,77,58)
#745E4D
(116,94,77)
#836F60
(131,111,96)
#928073
(146,128,115)
#A19186
(161,145,134)
#B0A299
(176,162,153)
#BFB3AC
(191,179,172)
#CEC4BF
(206,196,191)
#DDD5D2
(221,213,210)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563C27; }

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

This text font color is #563C27.


Background Color

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

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

This div background color is #563C27.


Border color

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

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

This div border color is #563C27.


Opacity

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

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

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

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

This text has shadow with #563C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563C27 on black background.


Color preview on white background

This text has color #563C27 on white background.



Black color preview on #563C27 background

This text has black color on #563C27 background.


White color preview on #563C27 background

This text has white color on #563C27 background.