COLOR #563F57

HEX: #563F57
RGB: (86,63,87)

Color info

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

RGB color model

#563F57 color RGB value is (86,63,87).

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

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 87 of 255 = 34%

86
63
87

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

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 87 = 236 (100%)
R 86 of 236 ~ 36.44%
G 63 of 236 ~ 26.69%
B 87 of 236 ~ 36.86%

%36.44
%26.69
%36.86

CMYK color model

#563F57 color CMYK value is (1,28,0,66).

  • cyan value is 1.15%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(1,28,0,66)
C1M28Y0K66 
(1%,28%,0%,66%)
(0.01/0.28/0.00/0.66)	

CMYK percentages

%1.15
%27.59
%0
%65.88

Codes

Color #563F57 in popluar color models

563F57
RGB866387
HSL298°16.00%29.41%
HSB/HSV298°27.59%34.12%
CMYK1.15%27.59%0.00%
65.88%

Color #563F57 in popluar number systems.

HEX563F57
Decimal866387
Binary10101101111111010111
Octal12677127

Shades and tints

Shades of #563F57

#563F57
(86,63,87)
#4F3A50
(79,58,80)
#483549
(72,53,73)
#413042
(65,48,66)
#3A2B3B
(58,43,59)
#332634
(51,38,52)
#2C212D
(44,33,45)
#251C26
(37,28,38)
#1E171F
(30,23,31)
#171218
(23,18,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #563F57

#563F57
(86,63,87)
#655066
(101,80,102)
#746175
(116,97,117)
#837284
(131,114,132)
#928393
(146,131,147)
#A194A2
(161,148,162)
#B0A5B1
(176,165,177)
#BFB6C0
(191,182,192)
#CEC7CF
(206,199,207)
#DDD8DE
(221,216,222)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563F57; }

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

This text font color is #563F57.


Background Color

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

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

This div background color is #563F57.


Border color

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

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

This div border color is #563F57.


Opacity

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

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

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

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

This text has shadow with #563F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F57 on black background.


Color preview on white background

This text has color #563F57 on white background.



Black color preview on #563F57 background

This text has black color on #563F57 background.


White color preview on #563F57 background

This text has white color on #563F57 background.