COLOR #563F54

HEX: #563F54 RGB: (86,63,84)

Color info

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

RGB color model

#563F54 color RGB value is (86,63,84).

RGB: (86,63,84) (34%, 25%, 33%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 84 of 255 = 33%

86
63
84

R + G + B ~ 31%. #563F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 63 + 84 = 233 (100%)
R 86 of 233 ~ 36.91%
G 63 of 233 ~ 27.04%
B 84 of 233 ~ 36.05'%

%36.91
%27.04
%36.05

CMYK color model

#563F54 color CMYK value is (0,27,2,66).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 2.33%
  • key color value is 66.27%

CMYK: (0,27,2,66)
C0M27Y2K66 (0%, 27%, 2%, 66%)
(0.00 / 0.27 / 0.02 / 0.66)

CMYK percentages

%0
%26.74
%2.33
%66.27

Codes

Color #563F54 in popluar color models

56 3F 54
RGB 86 63 84
HSL 305° 15.44% 29.22%
HSB/HSV 305° 26.74% 33.73%
CMYK 0.00% 26.74% 2.33%
66.27%

Color #563F54 in popluar number systems.

HEX 56 3F 54
Decimal 86 63 84
Binary 1010110 111111 1010100
Octal 126 77 124

Shades and tints

Shades of #563F54

#563F54
(86,63,84)
#4F3A4D
(79,58,77)
#483546
(72,53,70)
#41303F
(65,48,63)
#3A2B38
(58,43,56)
#332631
(51,38,49)
#2C212A
(44,33,42)
#251C23
(37,28,35)
#1E171C
(30,23,28)
#171215
(23,18,21)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #563F54

#563F54
(86,63,84)
#655063
(101,80,99)
#746172
(116,97,114)
#837281
(131,114,129)
#928390
(146,131,144)
#A1949F
(161,148,159)
#B0A5AE
(176,165,174)
#BFB6BD
(191,182,189)
#CEC7CC
(206,199,204)
#DDD8DB
(221,216,219)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563F54; }

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

This text font color is #563F54.

Background Color

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

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

This div background color is #563F54.

Border color

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

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

This div border color is #563F54.

Opacity

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

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

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

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

This text has shadow with #563F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563F54.

Preview

Color preview on black background

This text has color #563F54 on black background.


Color preview on white background

This text has color #563F54 on white background.


Black color preview on #563F54 background

This text has black color on #563F54 background.


White color preview on #563F54 background

This text has white color on #563F54 background.


Related colors

Complementary color

Complementary color for #hex is #A9C0AB.


I love getcolorcode.com

Triadic colors

1 #54563F and #3F5456 with #563F54 are triadic colors.

2 #543F56 and #3F5654 with #563F54 are triadic colors.