COLOR #563050

HEX: #563050
RGB: (86,48,80)

Color info

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

RGB color model

#563050 color RGB value is (86,48,80).

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

RGB channels and saturation

R 86 of 255 = 34%
G 48 of 255 = 19%
B 80 of 255 = 31%

86
48
80

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

Portions of RGB colors in percentages

R + G + B =
86 + 48 + 80 = 214 (100%)
R 86 of 214 ~ 40.19%
G 48 of 214 ~ 22.43%
B 80 of 214 ~ 37.38%

%40.19
%22.43
%37.38

CMYK color model

#563050 color CMYK value is (0,44,7,66).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(0,44,7,66)
C0M44Y7K66 
(0%,44%,7%,66%)
(0.00/0.44/0.07/0.66)	

CMYK percentages

%0
%44.19
%6.98
%66.27

Codes

Color #563050 in popluar color models

563050
RGB864880
HSL309°28.36%26.27%
HSB/HSV309°44.19%33.73%
CMYK0.00%44.19%6.98%
66.27%

Color #563050 in popluar number systems.

HEX563050
Decimal864880
Binary10101101100001010000
Octal12660120

Shades and tints

Shades of #563050

#563050
(86,48,80)
#4F2C49
(79,44,73)
#482842
(72,40,66)
#41243B
(65,36,59)
#3A2034
(58,32,52)
#331C2D
(51,28,45)
#2C1826
(44,24,38)
#25141F
(37,20,31)
#1E1018
(30,16,24)
#170C11
(23,12,17)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #563050

#563050
(86,48,80)
#65425F
(101,66,95)
#74546E
(116,84,110)
#83667D
(131,102,125)
#92788C
(146,120,140)
#A18A9B
(161,138,155)
#B09CAA
(176,156,170)
#BFAEB9
(191,174,185)
#CEC0C8
(206,192,200)
#DDD2D7
(221,210,215)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563050; }

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

This text font color is #563050.


Background Color

.myBgColor { background-color: #563050; }

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

This div background color is #563050.


Border color

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

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

This div border color is #563050.


Opacity

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

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

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

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

This text has shadow with #563050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563050 on black background.


Color preview on white background

This text has color #563050 on white background.



Black color preview on #563050 background

This text has black color on #563050 background.


White color preview on #563050 background

This text has white color on #563050 background.