COLOR #563A47

HEX: #563A47
RGB: (86,58,71)

Color info

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

RGB color model

#563A47 color RGB value is (86,58,71).

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

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 71 of 255 = 28%

86
58
71

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

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 71 = 215 (100%)
R 86 of 215 ~ 40%
G 58 of 215 ~ 26.98%
B 71 of 215 ~ 33.02%

%40
%26.98
%33.02

CMYK color model

#563A47 color CMYK value is (0,33,17,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK:
(0,33,17,66)
C0M33Y17K66 
(0%,33%,17%,66%)
(0.00/0.33/0.17/0.66)	

CMYK percentages

%0
%32.56
%17.44
%66.27

Codes

Color #563A47 in popluar color models

563A47
RGB865871
HSL332°19.44%28.24%
HSB/HSV332°32.56%33.73%
CMYK0.00%32.56%17.44%
66.27%

Color #563A47 in popluar number systems.

HEX563A47
Decimal865871
Binary10101101110101000111
Octal12672107

Shades and tints

Shades of #563A47

#563A47
(86,58,71)
#4F3541
(79,53,65)
#48303B
(72,48,59)
#412B35
(65,43,53)
#3A262F
(58,38,47)
#332129
(51,33,41)
#2C1C23
(44,28,35)
#25171D
(37,23,29)
#1E1217
(30,18,23)
#170D11
(23,13,17)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #563A47

#563A47
(86,58,71)
#654B57
(101,75,87)
#745C67
(116,92,103)
#836D77
(131,109,119)
#927E87
(146,126,135)
#A18F97
(161,143,151)
#B0A0A7
(176,160,167)
#BFB1B7
(191,177,183)
#CEC2C7
(206,194,199)
#DDD3D7
(221,211,215)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A47; }

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

This text font color is #563A47.


Background Color

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

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

This div background color is #563A47.


Border color

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

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

This div border color is #563A47.


Opacity

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

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

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

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

This text has shadow with #563A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A47 on black background.


Color preview on white background

This text has color #563A47 on white background.



Black color preview on #563A47 background

This text has black color on #563A47 background.


White color preview on #563A47 background

This text has white color on #563A47 background.