COLOR #563D53

HEX: #563D53
RGB: (86,61,83)

Color info

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

RGB color model

#563D53 color RGB value is (86,61,83).

  • red value is 86;
  • green value is 61;
  • blue value is 83.
RGB:
(86,61,83)
(34%,24%,33%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 83 of 255 = 33%

86
61
83

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

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 83 = 230 (100%)
R 86 of 230 ~ 37.39%
G 61 of 230 ~ 26.52%
B 83 of 230 ~ 36.09%

%37.39
%26.52
%36.09

CMYK color model

#563D53 color CMYK value is (0,29,3,66).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 3.49%
  • key color value is 66.27%
CMYK:
(0,29,3,66)
C0M29Y3K66 
(0%,29%,3%,66%)
(0.00/0.29/0.03/0.66)	

CMYK percentages

%0
%29.07
%3.49
%66.27

Codes

Color #563D53 in popluar color models

563D53
RGB866183
HSL307°17.01%28.82%
HSB/HSV307°29.07%33.73%
CMYK0.00%29.07%3.49%
66.27%

Color #563D53 in popluar number systems.

HEX563D53
Decimal866183
Binary10101101111011010011
Octal12675123

Shades and tints

Shades of #563D53

#563D53
(86,61,83)
#4F384C
(79,56,76)
#483345
(72,51,69)
#412E3E
(65,46,62)
#3A2937
(58,41,55)
#332430
(51,36,48)
#2C1F29
(44,31,41)
#251A22
(37,26,34)
#1E151B
(30,21,27)
#171014
(23,16,20)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #563D53

#563D53
(86,61,83)
#654E62
(101,78,98)
#745F71
(116,95,113)
#837080
(131,112,128)
#92818F
(146,129,143)
#A1929E
(161,146,158)
#B0A3AD
(176,163,173)
#BFB4BC
(191,180,188)
#CEC5CB
(206,197,203)
#DDD6DA
(221,214,218)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563D53 color. Also use rgb(86,61,83) instead hex code.

Text Font Color

.myTextColor { color: #563D53; }

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

This text font color is #563D53.


Background Color

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

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

This div background color is #563D53.


Border color

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

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

This div border color is #563D53.


Opacity

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

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

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

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

This text has shadow with #563D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D53 on black background.


Color preview on white background

This text has color #563D53 on white background.



Black color preview on #563D53 background

This text has black color on #563D53 background.


White color preview on #563D53 background

This text has white color on #563D53 background.