COLOR #563754

HEX: #563754
RGB: (86,55,84)

Color info

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

RGB color model

#563754 color RGB value is (86,55,84).

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

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 84 of 255 = 33%

86
55
84

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

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 84 = 225 (100%)
R 86 of 225 ~ 38.22%
G 55 of 225 ~ 24.44%
B 84 of 225 ~ 37.33%

%38.22
%24.44
%37.33

CMYK color model

#563754 color CMYK value is (0,36,2,66).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(0,36,2,66)
C0M36Y2K66 
(0%,36%,2%,66%)
(0.00/0.36/0.02/0.66)	

CMYK percentages

%0
%36.05
%2.33
%66.27

Codes

Color #563754 in popluar color models

563754
RGB865584
HSL304°21.99%27.65%
HSB/HSV304°36.05%33.73%
CMYK0.00%36.05%2.33%
66.27%

Color #563754 in popluar number systems.

HEX563754
Decimal865584
Binary10101101101111010100
Octal12667124

Shades and tints

Shades of #563754

#563754
(86,55,84)
#4F324D
(79,50,77)
#482D46
(72,45,70)
#41283F
(65,40,63)
#3A2338
(58,35,56)
#331E31
(51,30,49)
#2C192A
(44,25,42)
#251423
(37,20,35)
#1E0F1C
(30,15,28)
#170A15
(23,10,21)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #563754

#563754
(86,55,84)
#654963
(101,73,99)
#745B72
(116,91,114)
#836D81
(131,109,129)
#927F90
(146,127,144)
#A1919F
(161,145,159)
#B0A3AE
(176,163,174)
#BFB5BD
(191,181,189)
#CEC7CC
(206,199,204)
#DDD9DB
(221,217,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563754; }

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

This text font color is #563754.


Background Color

.myBgColor { background-color: #563754; }

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

This div background color is #563754.


Border color

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

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

This div border color is #563754.


Opacity

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

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

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

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

This text has shadow with #563754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563754 on black background.


Color preview on white background

This text has color #563754 on white background.



Black color preview on #563754 background

This text has black color on #563754 background.


White color preview on #563754 background

This text has white color on #563754 background.