COLOR #561D20

HEX: #561D20
RGB: (86,29,32)

Color info

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

RGB color model

#561D20 color RGB value is (86,29,32).

  • red value is 86;
  • green value is 29;
  • blue value is 32.
RGB:
(86,29,32)
(34%,11%,13%)

RGB channels and saturation

R 86 of 255 = 34%
G 29 of 255 = 11%
B 32 of 255 = 13%

86
29
32

R + G + B ~ 19%. #561D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 29 + 32 = 147 (100%)
R 86 of 147 ~ 58.5%
G 29 of 147 ~ 19.73%
B 32 of 147 ~ 21.77%

%58.5
%19.73
%21.77

CMYK color model

#561D20 color CMYK value is (0,66,63,66).

  • cyan value is 0.00%
  • magenta value is 66.28%
  • yellow value is 62.79%
  • key color value is 66.27%
CMYK:
(0,66,63,66)
C0M66Y63K66 
(0%,66%,63%,66%)
(0.00/0.66/0.63/0.66)	

CMYK percentages

%0
%66.28
%62.79
%66.27

Codes

Color #561D20 in popluar color models

561D20
RGB862932
HSL357°49.57%22.55%
HSB/HSV357°66.28%33.73%
CMYK0.00%66.28%62.79%
66.27%

Color #561D20 in popluar number systems.

HEX561D20
Decimal862932
Binary101011011101100000
Octal1263540

Shades and tints

Shades of #561D20

#561D20
(86,29,32)
#4F1B1E
(79,27,30)
#48191C
(72,25,28)
#41171A
(65,23,26)
#3A1518
(58,21,24)
#331316
(51,19,22)
#2C1114
(44,17,20)
#250F12
(37,15,18)
#1E0D10
(30,13,16)
#170B0E
(23,11,14)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #561D20

#561D20
(86,29,32)
#653134
(101,49,52)
#744548
(116,69,72)
#83595C
(131,89,92)
#926D70
(146,109,112)
#A18184
(161,129,132)
#B09598
(176,149,152)
#BFA9AC
(191,169,172)
#CEBDC0
(206,189,192)
#DDD1D4
(221,209,212)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #561D20 color. Also use rgb(86,29,32) instead hex code.

Text Font Color

.myTextColor { color: #561D20; }

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

This text font color is #561D20.


Background Color

.myBgColor { background-color: #561D20; }

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

This div background color is #561D20.


Border color

.myBorderColor { border: 1px solid #561D20; }

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

This div border color is #561D20.


Opacity

.myOpacity80 { color: #561D20; opacity: 0.8; }

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

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

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

This text has shadow with #561D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #561D20 on black background.


Color preview on white background

This text has color #561D20 on white background.



Black color preview on #561D20 background

This text has black color on #561D20 background.


White color preview on #561D20 background

This text has white color on #561D20 background.