COLOR #563847

HEX: #563847
RGB: (86,56,71)

Color info

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

RGB color model

#563847 color RGB value is (86,56,71).

  • red value is 86;
  • green value is 56;
  • blue value is 71.
RGB:
(86,56,71)
(34%,22%,28%)

RGB channels and saturation

R 86 of 255 = 34%
G 56 of 255 = 22%
B 71 of 255 = 28%

86
56
71

R + G + B ~ 28%. #563847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 56 + 71 = 213 (100%)
R 86 of 213 ~ 40.38%
G 56 of 213 ~ 26.29%
B 71 of 213 ~ 33.33%

%40.38
%26.29
%33.33

CMYK color model

#563847 color CMYK value is (0,35,17,66).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK:
(0,35,17,66)
C0M35Y17K66 
(0%,35%,17%,66%)
(0.00/0.35/0.17/0.66)	

CMYK percentages

%0
%34.88
%17.44
%66.27

Codes

Color #563847 in popluar color models

563847
RGB865671
HSL330°21.13%27.84%
HSB/HSV330°34.88%33.73%
CMYK0.00%34.88%17.44%
66.27%

Color #563847 in popluar number systems.

HEX563847
Decimal865671
Binary10101101110001000111
Octal12670107

Shades and tints

Shades of #563847

#563847
(86,56,71)
#4F3341
(79,51,65)
#482E3B
(72,46,59)
#412935
(65,41,53)
#3A242F
(58,36,47)
#331F29
(51,31,41)
#2C1A23
(44,26,35)
#25151D
(37,21,29)
#1E1017
(30,16,23)
#170B11
(23,11,17)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #563847

#563847
(86,56,71)
#654A57
(101,74,87)
#745C67
(116,92,103)
#836E77
(131,110,119)
#928087
(146,128,135)
#A19297
(161,146,151)
#B0A4A7
(176,164,167)
#BFB6B7
(191,182,183)
#CEC8C7
(206,200,199)
#DDDAD7
(221,218,215)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563847 color. Also use rgb(86,56,71) instead hex code.

Text Font Color

.myTextColor { color: #563847; }

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

This text font color is #563847.


Background Color

.myBgColor { background-color: #563847; }

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

This div background color is #563847.


Border color

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

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

This div border color is #563847.


Opacity

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

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

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

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

This text has shadow with #563847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563847 on black background.


Color preview on white background

This text has color #563847 on white background.



Black color preview on #563847 background

This text has black color on #563847 background.


White color preview on #563847 background

This text has white color on #563847 background.