COLOR #563850

HEX: #563850
RGB: (86,56,80)

Color info

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

RGB color model

#563850 color RGB value is (86,56,80).

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

RGB channels and saturation

R 86 of 255 = 34%
G 56 of 255 = 22%
B 80 of 255 = 31%

86
56
80

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

Portions of RGB colors in percentages

R + G + B =
86 + 56 + 80 = 222 (100%)
R 86 of 222 ~ 38.74%
G 56 of 222 ~ 25.23%
B 80 of 222 ~ 36.04%

%38.74
%25.23
%36.04

CMYK color model

#563850 color CMYK value is (0,35,7,66).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(0,35,7,66)
C0M35Y7K66 
(0%,35%,7%,66%)
(0.00/0.35/0.07/0.66)	

CMYK percentages

%0
%34.88
%6.98
%66.27

Codes

Color #563850 in popluar color models

563850
RGB865680
HSL312°21.13%27.84%
HSB/HSV312°34.88%33.73%
CMYK0.00%34.88%6.98%
66.27%

Color #563850 in popluar number systems.

HEX563850
Decimal865680
Binary10101101110001010000
Octal12670120

Shades and tints

Shades of #563850

#563850
(86,56,80)
#4F3349
(79,51,73)
#482E42
(72,46,66)
#41293B
(65,41,59)
#3A2434
(58,36,52)
#331F2D
(51,31,45)
#2C1A26
(44,26,38)
#25151F
(37,21,31)
#1E1018
(30,16,24)
#170B11
(23,11,17)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #563850

#563850
(86,56,80)
#654A5F
(101,74,95)
#745C6E
(116,92,110)
#836E7D
(131,110,125)
#92808C
(146,128,140)
#A1929B
(161,146,155)
#B0A4AA
(176,164,170)
#BFB6B9
(191,182,185)
#CEC8C8
(206,200,200)
#DDDAD7
(221,218,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563850; }

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

This text font color is #563850.


Background Color

.myBgColor { background-color: #563850; }

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

This div background color is #563850.


Border color

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

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

This div border color is #563850.


Opacity

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

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

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

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

This text has shadow with #563850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563850 on black background.


Color preview on white background

This text has color #563850 on white background.



Black color preview on #563850 background

This text has black color on #563850 background.


White color preview on #563850 background

This text has white color on #563850 background.