COLOR #563F51

HEX: #563F51
RGB: (86,63,81)

Color info

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

RGB color model

#563F51 color RGB value is (86,63,81).

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

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 81 of 255 = 32%

86
63
81

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

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 81 = 230 (100%)
R 86 of 230 ~ 37.39%
G 63 of 230 ~ 27.39%
B 81 of 230 ~ 35.22%

%37.39
%27.39
%35.22

CMYK color model

#563F51 color CMYK value is (0,27,6,66).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(0,27,6,66)
C0M27Y6K66 
(0%,27%,6%,66%)
(0.00/0.27/0.06/0.66)	

CMYK percentages

%0
%26.74
%5.81
%66.27

Codes

Color #563F51 in popluar color models

563F51
RGB866381
HSL313°15.44%29.22%
HSB/HSV313°26.74%33.73%
CMYK0.00%26.74%5.81%
66.27%

Color #563F51 in popluar number systems.

HEX563F51
Decimal866381
Binary10101101111111010001
Octal12677121

Shades and tints

Shades of #563F51

#563F51
(86,63,81)
#4F3A4A
(79,58,74)
#483543
(72,53,67)
#41303C
(65,48,60)
#3A2B35
(58,43,53)
#33262E
(51,38,46)
#2C2127
(44,33,39)
#251C20
(37,28,32)
#1E1719
(30,23,25)
#171212
(23,18,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #563F51

#563F51
(86,63,81)
#655060
(101,80,96)
#74616F
(116,97,111)
#83727E
(131,114,126)
#92838D
(146,131,141)
#A1949C
(161,148,156)
#B0A5AB
(176,165,171)
#BFB6BA
(191,182,186)
#CEC7C9
(206,199,201)
#DDD8D8
(221,216,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563F51; }

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

This text font color is #563F51.


Background Color

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

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

This div background color is #563F51.


Border color

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

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

This div border color is #563F51.


Opacity

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

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

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

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

This text has shadow with #563F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F51 on black background.


Color preview on white background

This text has color #563F51 on white background.



Black color preview on #563F51 background

This text has black color on #563F51 background.


White color preview on #563F51 background

This text has white color on #563F51 background.