COLOR #563647

HEX: #563647
RGB: (86,54,71)

Color info

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

RGB color model

#563647 color RGB value is (86,54,71).

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

RGB channels and saturation

R 86 of 255 = 34%
G 54 of 255 = 21%
B 71 of 255 = 28%

86
54
71

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

Portions of RGB colors in percentages

R + G + B =
86 + 54 + 71 = 211 (100%)
R 86 of 211 ~ 40.76%
G 54 of 211 ~ 25.59%
B 71 of 211 ~ 33.65%

%40.76
%25.59
%33.65

CMYK color model

#563647 color CMYK value is (0,37,17,66).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK: (0,37,17,66) C0M37Y17K66 (0%,37%,17%,66%) (0.00/0.37/0.17/0.66)

CMYK percentages

%0
%37.21
%17.44
%66.27

Codes

Color #563647 in popluar color models

563647
RGB865471
HSL328°22.86%27.45%
HSB/HSV328°37.21%33.73%
CMYK0.00%37.21%17.44%
66.27%

Color #563647 in popluar number systems.

HEX563647
Decimal865471
Binary10101101101101000111
Octal12666107

Shades and tints

Shades of #563647

#563647
(86,54,71)
#4F3241
(79,50,65)
#482E3B
(72,46,59)
#412A35
(65,42,53)
#3A262F
(58,38,47)
#332229
(51,34,41)
#2C1E23
(44,30,35)
#251A1D
(37,26,29)
#1E1617
(30,22,23)
#171211
(23,18,17)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #563647

#563647
(86,54,71)
#654857
(101,72,87)
#745A67
(116,90,103)
#836C77
(131,108,119)
#927E87
(146,126,135)
#A19097
(161,144,151)
#B0A2A7
(176,162,167)
#BFB4B7
(191,180,183)
#CEC6C7
(206,198,199)
#DDD8D7
(221,216,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563647; }

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

This text font color is #563647.


Background Color

.myBgColor { background-color: #563647; }

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

This div background color is #563647.


Border color

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

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

This div border color is #563647.


Opacity

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

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

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

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

This text has shadow with #563647 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #563647 on black background.


Color preview on white background

This text has color #563647 on white background.



Black color preview on #563647 background

This text has black color on #563647 background.


White color preview on #563647 background

This text has white color on #563647 background.