COLOR #560209

HEX: #560209
RGB: (86,2,9)

Color info

#560209 contains mainly red color. Web safe color of #560209 is #660000 (or #600).

RGB color model

#560209 color RGB value is (86,2,9).

  • red value is 86;
  • green value is 2;
  • blue value is 9.
RGB:
(86,2,9)
(34%,1%,4%)

RGB channels and saturation

R 86 of 255 = 34%
G 2 of 255 = 1%
B 9 of 255 = 4%

86
2
9

R + G + B ~ 13%. #560209 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 2 + 9 = 97 (100%)
R 86 of 97 ~ 88.66%
G 2 of 97 ~ 2.06%
B 9 of 97 ~ 9.28%

%88.66

CMYK color model

#560209 color CMYK value is (0,98,90,66).

  • cyan value is 0.00%
  • magenta value is 97.67%
  • yellow value is 89.53%
  • key color value is 66.27%
CMYK:
(0,98,90,66)
C0M98Y90K66 
(0%,98%,90%,66%)
(0.00/0.98/0.90/0.66)	

CMYK percentages

%0
%97.67
%89.53
%66.27

Codes

Color #560209 in popluar color models

560209
RGB8629
HSL355°95.45%17.25%
HSB/HSV355°97.67%33.73%
CMYK0.00%97.67%89.53%
66.27%

Color #560209 in popluar number systems.

HEX560209
Decimal8629
Binary1010110101001
Octal126211

Shades and tints

Shades of #560209

#560209
(86,2,9)
#4F0209
(79,2,9)
#480209
(72,2,9)
#410209
(65,2,9)
#3A0209
(58,2,9)
#330209
(51,2,9)
#2C0209
(44,2,9)
#250209
(37,2,9)
#1E0209
(30,2,9)
#170209
(23,2,9)
#100209
(16,2,9)
#000000
(0,0,0)

Tints of #560209

#560209
(86,2,9)
#65191F
(101,25,31)
#743035
(116,48,53)
#83474B
(131,71,75)
#925E61
(146,94,97)
#A17577
(161,117,119)
#B08C8D
(176,140,141)
#BFA3A3
(191,163,163)
#CEBAB9
(206,186,185)
#DDD1CF
(221,209,207)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #560209 color. Also use rgb(86,2,9) instead hex code.

Text Font Color

.myTextColor { color: #560209; }

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

This text font color is #560209.


Background Color

.myBgColor { background-color: #560209; }

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

This div background color is #560209.


Border color

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

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

This div border color is #560209.


Opacity

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

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

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

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

This text has shadow with #560209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #560209 on black background.


Color preview on white background

This text has color #560209 on white background.



Black color preview on #560209 background

This text has black color on #560209 background.


White color preview on #560209 background

This text has white color on #560209 background.