COLOR #881809

HEX: #881809
RGB: (136,24,9)

Color info

#881809 contains mainly red color. Web safe color of #881809 is #990000 (or #900).

RGB color model

#881809 color RGB value is (136,24,9).

  • red value is 136;
  • green value is 24;
  • blue value is 9.
RGB:
(136,24,9)
(53%,9%,4%)

RGB channels and saturation

R 136 of 255 = 53%
G 24 of 255 = 9%
B 9 of 255 = 4%

136
24
9

R + G + B ~ 22%. #881809 is dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 24 + 9 = 169 (100%)
R 136 of 169 ~ 80.47%
G 24 of 169 ~ 14.2%
B 9 of 169 ~ 5.33%

%80.47
%14.2

CMYK color model

#881809 color CMYK value is (0,82,93,47).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 93.38%
  • key color value is 46.67%
CMYK:
(0,82,93,47)
C0M82Y93K47 
(0%,82%,93%,47%)
(0.00/0.82/0.93/0.47)	

CMYK percentages

%0
%82.35
%93.38
%46.67

Codes

Color #881809 in popluar color models

881809
RGB136249
HSL87.59%28.43%
HSB/HSV93.38%53.33%
CMYK0.00%82.35%93.38%
46.67%

Color #881809 in popluar number systems.

HEX881809
Decimal136249
Binary10001000110001001
Octal2103011

Shades and tints

Shades of #881809

#881809
(136,24,9)
#7C1609
(124,22,9)
#701409
(112,20,9)
#641209
(100,18,9)
#581009
(88,16,9)
#4C0E09
(76,14,9)
#400C09
(64,12,9)
#340A09
(52,10,9)
#280809
(40,8,9)
#1C0609
(28,6,9)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #881809

#881809
(136,24,9)
#922D1F
(146,45,31)
#9C4235
(156,66,53)
#A6574B
(166,87,75)
#B06C61
(176,108,97)
#BA8177
(186,129,119)
#C4968D
(196,150,141)
#CEABA3
(206,171,163)
#D8C0B9
(216,192,185)
#E2D5CF
(226,213,207)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #881809 color. Also use rgb(136,24,9) instead hex code.

Text Font Color

.myTextColor { color: #881809; }

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

This text font color is #881809.


Background Color

.myBgColor { background-color: #881809; }

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

This div background color is #881809.


Border color

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

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

This div border color is #881809.


Opacity

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

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

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

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

This text has shadow with #881809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #881809 on black background.


Color preview on white background

This text has color #881809 on white background.



Black color preview on #881809 background

This text has black color on #881809 background.


White color preview on #881809 background

This text has white color on #881809 background.