COLOR #563B4F

HEX: #563B4F
RGB: (86,59,79)

Color info

#563B4F contains red, green and blue colors in about the same proportion. Web safe color of #563B4F is #663366 (or #636).

RGB color model

#563B4F color RGB value is (86,59,79).

  • red value is 86;
  • green value is 59;
  • blue value is 79.
RGB:
(86,59,79)
(34%,23%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 79 of 255 = 31%

86
59
79

R + G + B ~ 29%. #563B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 59 + 79 = 224 (100%)
R 86 of 224 ~ 38.39%
G 59 of 224 ~ 26.34%
B 79 of 224 ~ 35.27%

%38.39
%26.34
%35.27

CMYK color model

#563B4F color CMYK value is (0,31,8,66).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(0,31,8,66)
C0M31Y8K66 
(0%,31%,8%,66%)
(0.00/0.31/0.08/0.66)	

CMYK percentages

%0
%31.4
%8.14
%66.27

Codes

Color #563B4F in popluar color models

563B4F
RGB865979
HSL316°18.62%28.43%
HSB/HSV316°31.40%33.73%
CMYK0.00%31.40%8.14%
66.27%

Color #563B4F in popluar number systems.

HEX563B4F
Decimal865979
Binary10101101110111001111
Octal12673117

Shades and tints

Shades of #563B4F

#563B4F
(86,59,79)
#4F3648
(79,54,72)
#483141
(72,49,65)
#412C3A
(65,44,58)
#3A2733
(58,39,51)
#33222C
(51,34,44)
#2C1D25
(44,29,37)
#25181E
(37,24,30)
#1E1317
(30,19,23)
#170E10
(23,14,16)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #563B4F

#563B4F
(86,59,79)
#654C5F
(101,76,95)
#745D6F
(116,93,111)
#836E7F
(131,110,127)
#927F8F
(146,127,143)
#A1909F
(161,144,159)
#B0A1AF
(176,161,175)
#BFB2BF
(191,178,191)
#CEC3CF
(206,195,207)
#DDD4DF
(221,212,223)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B4F color. Also use rgb(86,59,79) instead hex code.

Text Font Color

.myTextColor { color: #563B4F; }

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

This text font color is #563B4F.


Background Color

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

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

This div background color is #563B4F.


Border color

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

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

This div border color is #563B4F.


Opacity

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

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

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

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

This text has shadow with #563B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B4F on black background.


Color preview on white background

This text has color #563B4F on white background.



Black color preview on #563B4F background

This text has black color on #563B4F background.


White color preview on #563B4F background

This text has white color on #563B4F background.