COLOR #563C4C

HEX: #563C4C
RGB: (86,60,76)

Color info

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

RGB color model

#563C4C color RGB value is (86,60,76).

  • red value is 86;
  • green value is 60;
  • blue value is 76.
RGB:
(86,60,76)
(34%,24%,30%)

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 76 of 255 = 30%

86
60
76

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

Portions of RGB colors in percentages

R + G + B =
86 + 60 + 76 = 222 (100%)
R 86 of 222 ~ 38.74%
G 60 of 222 ~ 27.03%
B 76 of 222 ~ 34.23%

%38.74
%27.03
%34.23

CMYK color model

#563C4C color CMYK value is (0,30,12,66).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 11.63%
  • key color value is 66.27%
CMYK:
(0,30,12,66)
C0M30Y12K66 
(0%,30%,12%,66%)
(0.00/0.30/0.12/0.66)	

CMYK percentages

%0
%30.23
%11.63
%66.27

Codes

Color #563C4C in popluar color models

563C4C
RGB866076
HSL323°17.81%28.63%
HSB/HSV323°30.23%33.73%
CMYK0.00%30.23%11.63%
66.27%

Color #563C4C in popluar number systems.

HEX563C4C
Decimal866076
Binary10101101111001001100
Octal12674114

Shades and tints

Shades of #563C4C

#563C4C
(86,60,76)
#4F3746
(79,55,70)
#483240
(72,50,64)
#412D3A
(65,45,58)
#3A2834
(58,40,52)
#33232E
(51,35,46)
#2C1E28
(44,30,40)
#251922
(37,25,34)
#1E141C
(30,20,28)
#170F16
(23,15,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #563C4C

#563C4C
(86,60,76)
#654D5C
(101,77,92)
#745E6C
(116,94,108)
#836F7C
(131,111,124)
#92808C
(146,128,140)
#A1919C
(161,145,156)
#B0A2AC
(176,162,172)
#BFB3BC
(191,179,188)
#CEC4CC
(206,196,204)
#DDD5DC
(221,213,220)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563C4C color. Also use rgb(86,60,76) instead hex code.

Text Font Color

.myTextColor { color: #563C4C; }

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

This text font color is #563C4C.


Background Color

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

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

This div background color is #563C4C.


Border color

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

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

This div border color is #563C4C.


Opacity

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

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

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

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

This text has shadow with #563C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563C4C on black background.


Color preview on white background

This text has color #563C4C on white background.



Black color preview on #563C4C background

This text has black color on #563C4C background.


White color preview on #563C4C background

This text has white color on #563C4C background.