COLOR #563351

HEX: #563351
RGB: (86,51,81)

Color info

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

RGB color model

#563351 color RGB value is (86,51,81).

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

RGB channels and saturation

R 86 of 255 = 34%
G 51 of 255 = 20%
B 81 of 255 = 32%

86
51
81

R + G + B ~ 29%. #563351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 51 + 81 = 218 (100%)
R 86 of 218 ~ 39.45%
G 51 of 218 ~ 23.39%
B 81 of 218 ~ 37.16%

%39.45
%23.39
%37.16

CMYK color model

#563351 color CMYK value is (0,41,6,66).

  • cyan value is 0.00%
  • magenta value is 40.70%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(0,41,6,66)
C0M41Y6K66 
(0%,41%,6%,66%)
(0.00/0.41/0.06/0.66)	

CMYK percentages

%0
%40.7
%5.81
%66.27

Codes

Color #563351 in popluar color models

563351
RGB865181
HSL309°25.55%26.86%
HSB/HSV309°40.70%33.73%
CMYK0.00%40.70%5.81%
66.27%

Color #563351 in popluar number systems.

HEX563351
Decimal865181
Binary10101101100111010001
Octal12663121

Shades and tints

Shades of #563351

#563351
(86,51,81)
#4F2F4A
(79,47,74)
#482B43
(72,43,67)
#41273C
(65,39,60)
#3A2335
(58,35,53)
#331F2E
(51,31,46)
#2C1B27
(44,27,39)
#251720
(37,23,32)
#1E1319
(30,19,25)
#170F12
(23,15,18)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #563351

#563351
(86,51,81)
#654560
(101,69,96)
#74576F
(116,87,111)
#83697E
(131,105,126)
#927B8D
(146,123,141)
#A18D9C
(161,141,156)
#B09FAB
(176,159,171)
#BFB1BA
(191,177,186)
#CEC3C9
(206,195,201)
#DDD5D8
(221,213,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563351; }

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

This text font color is #563351.


Background Color

.myBgColor { background-color: #563351; }

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

This div background color is #563351.


Border color

.myBorderColor { border: 1px solid #563351; }

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

This div border color is #563351.


Opacity

.myOpacity80 { color: #563351; opacity: 0.8; }

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

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

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

This text has shadow with #563351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563351 on black background.


Color preview on white background

This text has color #563351 on white background.



Black color preview on #563351 background

This text has black color on #563351 background.


White color preview on #563351 background

This text has white color on #563351 background.