COLOR #563D4A

HEX: #563D4A
RGB: (86,61,74)

Color info

#563D4A contains red, green and blue colors in about the same proportion. Web safe color of #563D4A is #663333 (or #633).

RGB color model

#563D4A color RGB value is (86,61,74).

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

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 74 of 255 = 29%

86
61
74

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

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 74 = 221 (100%)
R 86 of 221 ~ 38.91%
G 61 of 221 ~ 27.6%
B 74 of 221 ~ 33.48%

%38.91
%27.6
%33.48

CMYK color model

#563D4A color CMYK value is (0,29,14,66).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(0,29,14,66)
C0M29Y14K66 
(0%,29%,14%,66%)
(0.00/0.29/0.14/0.66)	

CMYK percentages

%0
%29.07
%13.95
%66.27

Codes

Color #563D4A in popluar color models

563D4A
RGB866174
HSL329°17.01%28.82%
HSB/HSV329°29.07%33.73%
CMYK0.00%29.07%13.95%
66.27%

Color #563D4A in popluar number systems.

HEX563D4A
Decimal866174
Binary10101101111011001010
Octal12675112

Shades and tints

Shades of #563D4A

#563D4A
(86,61,74)
#4F3844
(79,56,68)
#48333E
(72,51,62)
#412E38
(65,46,56)
#3A2932
(58,41,50)
#33242C
(51,36,44)
#2C1F26
(44,31,38)
#251A20
(37,26,32)
#1E151A
(30,21,26)
#171014
(23,16,20)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #563D4A

#563D4A
(86,61,74)
#654E5A
(101,78,90)
#745F6A
(116,95,106)
#83707A
(131,112,122)
#92818A
(146,129,138)
#A1929A
(161,146,154)
#B0A3AA
(176,163,170)
#BFB4BA
(191,180,186)
#CEC5CA
(206,197,202)
#DDD6DA
(221,214,218)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563D4A; }

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

This text font color is #563D4A.


Background Color

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

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

This div background color is #563D4A.


Border color

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

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

This div border color is #563D4A.


Opacity

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

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

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

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

This text has shadow with #563D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D4A on black background.


Color preview on white background

This text has color #563D4A on white background.



Black color preview on #563D4A background

This text has black color on #563D4A background.


White color preview on #563D4A background

This text has white color on #563D4A background.