COLOR #882112

HEX: #882112
RGB: (136,33,18)

Color info

#882112 contains mainly red color. Web safe color of #882112 is #993300 (or #930).

RGB color model

#882112 color RGB value is (136,33,18).

  • red value is 136;
  • green value is 33;
  • blue value is 18.
RGB:
(136,33,18)
(53%,13%,7%)

RGB channels and saturation

R 136 of 255 = 53%
G 33 of 255 = 13%
B 18 of 255 = 7%

136
33
18

R + G + B ~ 24%. #882112 is dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 33 + 18 = 187 (100%)
R 136 of 187 ~ 72.73%
G 33 of 187 ~ 17.65%
B 18 of 187 ~ 9.63%

%72.73
%17.65
%9.63

CMYK color model

#882112 color CMYK value is (0,76,87,47).

  • cyan value is 0.00%
  • magenta value is 75.74%
  • yellow value is 86.76%
  • key color value is 46.67%
CMYK:
(0,76,87,47)
C0M76Y87K47 
(0%,76%,87%,47%)
(0.00/0.76/0.87/0.47)	

CMYK percentages

%0
%75.74
%86.76
%46.67

Codes

Color #882112 in popluar color models

882112
RGB1363318
HSL76.62%30.20%
HSB/HSV86.76%53.33%
CMYK0.00%75.74%86.76%
46.67%

Color #882112 in popluar number systems.

HEX882112
Decimal1363318
Binary1000100010000110010
Octal2104122

Shades and tints

Shades of #882112

#882112
(136,33,18)
#7C1E11
(124,30,17)
#701B10
(112,27,16)
#64180F
(100,24,15)
#58150E
(88,21,14)
#4C120D
(76,18,13)
#400F0C
(64,15,12)
#340C0B
(52,12,11)
#28090A
(40,9,10)
#1C0609
(28,6,9)
#100308
(16,3,8)
#000000
(0,0,0)

Tints of #882112

#882112
(136,33,18)
#923527
(146,53,39)
#9C493C
(156,73,60)
#A65D51
(166,93,81)
#B07166
(176,113,102)
#BA857B
(186,133,123)
#C49990
(196,153,144)
#CEADA5
(206,173,165)
#D8C1BA
(216,193,186)
#E2D5CF
(226,213,207)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882112 color. Also use rgb(136,33,18) instead hex code.

Text Font Color

.myTextColor { color: #882112; }

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

This text font color is #882112.


Background Color

.myBgColor { background-color: #882112; }

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

This div background color is #882112.


Border color

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

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

This div border color is #882112.


Opacity

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

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

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

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

This text has shadow with #882112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882112 on black background.


Color preview on white background

This text has color #882112 on white background.



Black color preview on #882112 background

This text has black color on #882112 background.


White color preview on #882112 background

This text has white color on #882112 background.