COLOR #563F6A

HEX: #563F6A
RGB: (86,63,106)

Color info

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

RGB color model

#563F6A color RGB value is (86,63,106).

  • red value is 86;
  • green value is 63;
  • blue value is 106.
RGB:
(86,63,106)
(34%,25%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 106 of 255 = 42%

86
63
106

R + G + B ~ 34%. #563F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 106 = 255 (100%)
R 86 of 255 ~ 33.73%
G 63 of 255 ~ 24.71%
B 106 of 255 ~ 41.57%

%33.73
%24.71
%41.57

CMYK color model

#563F6A color CMYK value is (19,41,0,58).

  • cyan value is 18.87%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(19,41,0,58)
C19M41Y0K58 
(19%,41%,0%,58%)
(0.19/0.41/0.00/0.58)	

CMYK percentages

%18.87
%40.57
%0
%58.43

Codes

Color #563F6A in popluar color models

563F6A
RGB8663106
HSL272°25.44%33.14%
HSB/HSV272°40.57%41.57%
CMYK18.87%40.57%0.00%
58.43%

Color #563F6A in popluar number systems.

HEX563F6A
Decimal8663106
Binary10101101111111101010
Octal12677152

Shades and tints

Shades of #563F6A

#563F6A
(86,63,106)
#4F3A61
(79,58,97)
#483558
(72,53,88)
#41304F
(65,48,79)
#3A2B46
(58,43,70)
#33263D
(51,38,61)
#2C2134
(44,33,52)
#251C2B
(37,28,43)
#1E1722
(30,23,34)
#171219
(23,18,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #563F6A

#563F6A
(86,63,106)
#655077
(101,80,119)
#746184
(116,97,132)
#837291
(131,114,145)
#92839E
(146,131,158)
#A194AB
(161,148,171)
#B0A5B8
(176,165,184)
#BFB6C5
(191,182,197)
#CEC7D2
(206,199,210)
#DDD8DF
(221,216,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563F6A color. Also use rgb(86,63,106) instead hex code.

Text Font Color

.myTextColor { color: #563F6A; }

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

This text font color is #563F6A.


Background Color

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

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

This div background color is #563F6A.


Border color

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

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

This div border color is #563F6A.


Opacity

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

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

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

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

This text has shadow with #563F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F6A on black background.


Color preview on white background

This text has color #563F6A on white background.



Black color preview on #563F6A background

This text has black color on #563F6A background.


White color preview on #563F6A background

This text has white color on #563F6A background.