COLOR #563C60

HEX: #563C60
RGB: (86,60,96)

Color info

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

RGB color model

#563C60 color RGB value is (86,60,96).

  • red value is 86;
  • green value is 60;
  • blue value is 96.
RGB:
(86,60,96)
(34%,24%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 96 of 255 = 38%

86
60
96

R + G + B ~ 32%. #563C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 60 + 96 = 242 (100%)
R 86 of 242 ~ 35.54%
G 60 of 242 ~ 24.79%
B 96 of 242 ~ 39.67%

%35.54
%24.79
%39.67

CMYK color model

#563C60 color CMYK value is (10,38,0,62).

  • cyan value is 10.42%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(10,38,0,62)
C10M38Y0K62 
(10%,38%,0%,62%)
(0.10/0.38/0.00/0.62)	

CMYK percentages

%10.42
%37.5
%0
%62.35

Codes

Color #563C60 in popluar color models

563C60
RGB866096
HSL283°23.08%30.59%
HSB/HSV283°37.50%37.65%
CMYK10.42%37.50%0.00%
62.35%

Color #563C60 in popluar number systems.

HEX563C60
Decimal866096
Binary10101101111001100000
Octal12674140

Shades and tints

Shades of #563C60

#563C60
(86,60,96)
#4F3758
(79,55,88)
#483250
(72,50,80)
#412D48
(65,45,72)
#3A2840
(58,40,64)
#332338
(51,35,56)
#2C1E30
(44,30,48)
#251928
(37,25,40)
#1E1420
(30,20,32)
#170F18
(23,15,24)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #563C60

#563C60
(86,60,96)
#654D6E
(101,77,110)
#745E7C
(116,94,124)
#836F8A
(131,111,138)
#928098
(146,128,152)
#A191A6
(161,145,166)
#B0A2B4
(176,162,180)
#BFB3C2
(191,179,194)
#CEC4D0
(206,196,208)
#DDD5DE
(221,213,222)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563C60 color. Also use rgb(86,60,96) instead hex code.

Text Font Color

.myTextColor { color: #563C60; }

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

This text font color is #563C60.


Background Color

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

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

This div background color is #563C60.


Border color

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

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

This div border color is #563C60.


Opacity

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

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

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

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

This text has shadow with #563C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563C60 on black background.


Color preview on white background

This text has color #563C60 on white background.



Black color preview on #563C60 background

This text has black color on #563C60 background.


White color preview on #563C60 background

This text has white color on #563C60 background.