COLOR #563940

HEX: #563940
RGB: (86,57,64)

Color info

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

RGB color model

#563940 color RGB value is (86,57,64).

  • red value is 86;
  • green value is 57;
  • blue value is 64.
RGB:
(86,57,64)
(34%,22%,25%)

RGB channels and saturation

R 86 of 255 = 34%
G 57 of 255 = 22%
B 64 of 255 = 25%

86
57
64

R + G + B ~ 27%. #563940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 57 + 64 = 207 (100%)
R 86 of 207 ~ 41.55%
G 57 of 207 ~ 27.54%
B 64 of 207 ~ 30.92%

%41.55
%27.54
%30.92

CMYK color model

#563940 color CMYK value is (0,34,26,66).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 25.58%
  • key color value is 66.27%
CMYK:
(0,34,26,66)
C0M34Y26K66 
(0%,34%,26%,66%)
(0.00/0.34/0.26/0.66)	

CMYK percentages

%0
%33.72
%25.58
%66.27

Codes

Color #563940 in popluar color models

563940
RGB865764
HSL346°20.28%28.04%
HSB/HSV346°33.72%33.73%
CMYK0.00%33.72%25.58%
66.27%

Color #563940 in popluar number systems.

HEX563940
Decimal865764
Binary10101101110011000000
Octal12671100

Shades and tints

Shades of #563940

#563940
(86,57,64)
#4F343B
(79,52,59)
#482F36
(72,47,54)
#412A31
(65,42,49)
#3A252C
(58,37,44)
#332027
(51,32,39)
#2C1B22
(44,27,34)
#25161D
(37,22,29)
#1E1118
(30,17,24)
#170C13
(23,12,19)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #563940

#563940
(86,57,64)
#654B51
(101,75,81)
#745D62
(116,93,98)
#836F73
(131,111,115)
#928184
(146,129,132)
#A19395
(161,147,149)
#B0A5A6
(176,165,166)
#BFB7B7
(191,183,183)
#CEC9C8
(206,201,200)
#DDDBD9
(221,219,217)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563940 color. Also use rgb(86,57,64) instead hex code.

Text Font Color

.myTextColor { color: #563940; }

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

This text font color is #563940.


Background Color

.myBgColor { background-color: #563940; }

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

This div background color is #563940.


Border color

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

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

This div border color is #563940.


Opacity

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

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

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

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

This text has shadow with #563940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563940 on black background.


Color preview on white background

This text has color #563940 on white background.



Black color preview on #563940 background

This text has black color on #563940 background.


White color preview on #563940 background

This text has white color on #563940 background.