COLOR #563A48

HEX: #563A48
RGB: (86,58,72)

Color info

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

RGB color model

#563A48 color RGB value is (86,58,72).

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

RGB channels and saturation

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

86
58
72

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

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 72 = 216 (100%)
R 86 of 216 ~ 39.81%
G 58 of 216 ~ 26.85%
B 72 of 216 ~ 33.33%

%39.81
%26.85
%33.33

CMYK color model

#563A48 color CMYK value is (0,33,16,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(0,33,16,66)
C0M33Y16K66 
(0%,33%,16%,66%)
(0.00/0.33/0.16/0.66)	

CMYK percentages

%0
%32.56
%16.28
%66.27

Codes

Color #563A48 in popluar color models

563A48
RGB865872
HSL330°19.44%28.24%
HSB/HSV330°32.56%33.73%
CMYK0.00%32.56%16.28%
66.27%

Color #563A48 in popluar number systems.

HEX563A48
Decimal865872
Binary10101101110101001000
Octal12672110

Shades and tints

Shades of #563A48

#563A48
(86,58,72)
#4F3542
(79,53,66)
#48303C
(72,48,60)
#412B36
(65,43,54)
#3A2630
(58,38,48)
#33212A
(51,33,42)
#2C1C24
(44,28,36)
#25171E
(37,23,30)
#1E1218
(30,18,24)
#170D12
(23,13,18)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #563A48

#563A48
(86,58,72)
#654B58
(101,75,88)
#745C68
(116,92,104)
#836D78
(131,109,120)
#927E88
(146,126,136)
#A18F98
(161,143,152)
#B0A0A8
(176,160,168)
#BFB1B8
(191,177,184)
#CEC2C8
(206,194,200)
#DDD3D8
(221,211,216)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A48; }

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

This text font color is #563A48.


Background Color

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

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

This div background color is #563A48.


Border color

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

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

This div border color is #563A48.


Opacity

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

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

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

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

This text has shadow with #563A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A48 on black background.


Color preview on white background

This text has color #563A48 on white background.



Black color preview on #563A48 background

This text has black color on #563A48 background.


White color preview on #563A48 background

This text has white color on #563A48 background.