COLOR #563C54

HEX: #563C54
RGB: (86,60,84)

Color info

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

RGB color model

#563C54 color RGB value is (86,60,84).

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

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 84 of 255 = 33%

86
60
84

R + G + B ~ 30%. #563C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 60 + 84 = 230 (100%)
R 86 of 230 ~ 37.39%
G 60 of 230 ~ 26.09%
B 84 of 230 ~ 36.52%

%37.39
%26.09
%36.52

CMYK color model

#563C54 color CMYK value is (0,30,2,66).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(0,30,2,66)
C0M30Y2K66 
(0%,30%,2%,66%)
(0.00/0.30/0.02/0.66)	

CMYK percentages

%0
%30.23
%2.33
%66.27

Codes

Color #563C54 in popluar color models

563C54
RGB866084
HSL305°17.81%28.63%
HSB/HSV305°30.23%33.73%
CMYK0.00%30.23%2.33%
66.27%

Color #563C54 in popluar number systems.

HEX563C54
Decimal866084
Binary10101101111001010100
Octal12674124

Shades and tints

Shades of #563C54

#563C54
(86,60,84)
#4F374D
(79,55,77)
#483246
(72,50,70)
#412D3F
(65,45,63)
#3A2838
(58,40,56)
#332331
(51,35,49)
#2C1E2A
(44,30,42)
#251923
(37,25,35)
#1E141C
(30,20,28)
#170F15
(23,15,21)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #563C54

#563C54
(86,60,84)
#654D63
(101,77,99)
#745E72
(116,94,114)
#836F81
(131,111,129)
#928090
(146,128,144)
#A1919F
(161,145,159)
#B0A2AE
(176,162,174)
#BFB3BD
(191,179,189)
#CEC4CC
(206,196,204)
#DDD5DB
(221,213,219)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563C54; }

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

This text font color is #563C54.


Background Color

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

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

This div background color is #563C54.


Border color

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

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

This div border color is #563C54.


Opacity

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

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

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

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

This text has shadow with #563C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563C54 on black background.


Color preview on white background

This text has color #563C54 on white background.



Black color preview on #563C54 background

This text has black color on #563C54 background.


White color preview on #563C54 background

This text has white color on #563C54 background.