COLOR #563E63

HEX: #563E63 RGB: (86,62,99)

Color info

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

RGB color model

#563E63 color RGB value is (86,62,99).

RGB: (86,62,99) (34%, 24%, 39%)

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 99 of 255 = 39%

86
62
99

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

Portions of RGB colors in percentages

R + G + B = 86 + 62 + 99 = 247 (100%)
R 86 of 247 ~ 34.82%
G 62 of 247 ~ 25.1%
B 99 of 247 ~ 40.08'%

%34.82
%25.1
%40.08

CMYK color model

#563E63 color CMYK value is (13,37,0,61).

  • cyan value is 13.13%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (13,37,0,61)
C13M37Y0K61 (13%, 37%, 0%, 61%)
(0.13 / 0.37 / 0.00 / 0.61)

CMYK percentages

%13.13
%37.37
%0
%61.18

Codes

Color #563E63 in popluar color models

56 3E 63
RGB 86 62 99
HSL 279° 22.98% 31.57%
HSB/HSV 279° 37.37% 38.82%
CMYK 13.13% 37.37% 0.00%
61.18%

Color #563E63 in popluar number systems.

HEX 56 3E 63
Decimal 86 62 99
Binary 1010110 111110 1100011
Octal 126 76 143

Shades and tints

Shades of #563E63

#563E63
(86,62,99)
#4F395A
(79,57,90)
#483451
(72,52,81)
#412F48
(65,47,72)
#3A2A3F
(58,42,63)
#332536
(51,37,54)
#2C202D
(44,32,45)
#251B24
(37,27,36)
#1E161B
(30,22,27)
#171112
(23,17,18)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #563E63

#563E63
(86,62,99)
#654F71
(101,79,113)
#74607F
(116,96,127)
#83718D
(131,113,141)
#92829B
(146,130,155)
#A193A9
(161,147,169)
#B0A4B7
(176,164,183)
#BFB5C5
(191,181,197)
#CEC6D3
(206,198,211)
#DDD7E1
(221,215,225)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563E63 color. Also use rgb(86,62,99) instead hex code.

Text Font Color

.myTextColor { color: #563E63; }

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

This text font color is #563E63.

Background Color

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

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

This div background color is #563E63.

Border color

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

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

This div border color is #563E63.

Opacity

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

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

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

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

This text has shadow with #563E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563E63.

Preview

Color preview on black background

This text has color #563E63 on black background.


Color preview on white background

This text has color #563E63 on white background.


Black color preview on #563E63 background

This text has black color on #563E63 background.


White color preview on #563E63 background

This text has white color on #563E63 background.


Related colors

Complementary color

Complementary color for #hex is #A9C19C.


I love getcolorcode.com

Triadic colors

1 #63563E and #3E6356 with #563E63 are triadic colors.

2 #633E56 and #3E5663 with #563E63 are triadic colors.