COLOR #882A19

HEX: #882A19
RGB: (136,42,25)

Color info

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

RGB color model

#882A19 color RGB value is (136,42,25).

  • red value is 136;
  • green value is 42;
  • blue value is 25.
RGB:
(136,42,25)
(53%,16%,10%)

RGB channels and saturation

R 136 of 255 = 53%
G 42 of 255 = 16%
B 25 of 255 = 10%

136
42
25

R + G + B ~ 26%. #882A19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 42 + 25 = 203 (100%)
R 136 of 203 ~ 67%
G 42 of 203 ~ 20.69%
B 25 of 203 ~ 12.32%

%67
%20.69
%12.32

CMYK color model

#882A19 color CMYK value is (0,69,82,47).

  • cyan value is 0.00%
  • magenta value is 69.12%
  • yellow value is 81.62%
  • key color value is 46.67%
CMYK:
(0,69,82,47)
C0M69Y82K47 
(0%,69%,82%,47%)
(0.00/0.69/0.82/0.47)	

CMYK percentages

%0
%69.12
%81.62
%46.67

Codes

Color #882A19 in popluar color models

882A19
RGB1364225
HSL68.94%31.57%
HSB/HSV81.62%53.33%
CMYK0.00%69.12%81.62%
46.67%

Color #882A19 in popluar number systems.

HEX882A19
Decimal1364225
Binary1000100010101011001
Octal2105231

Shades and tints

Shades of #882A19

#882A19
(136,42,25)
#7C2717
(124,39,23)
#702415
(112,36,21)
#642113
(100,33,19)
#581E11
(88,30,17)
#4C1B0F
(76,27,15)
#40180D
(64,24,13)
#34150B
(52,21,11)
#281209
(40,18,9)
#1C0F07
(28,15,7)
#100C05
(16,12,5)
#000000
(0,0,0)

Tints of #882A19

#882A19
(136,42,25)
#923D2D
(146,61,45)
#9C5041
(156,80,65)
#A66355
(166,99,85)
#B07669
(176,118,105)
#BA897D
(186,137,125)
#C49C91
(196,156,145)
#CEAFA5
(206,175,165)
#D8C2B9
(216,194,185)
#E2D5CD
(226,213,205)
#ECE8E1
(236,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882A19 color. Also use rgb(136,42,25) instead hex code.

Text Font Color

.myTextColor { color: #882A19; }

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

This text font color is #882A19.


Background Color

.myBgColor { background-color: #882A19; }

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

This div background color is #882A19.


Border color

.myBorderColor { border: 1px solid #882A19; }

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

This div border color is #882A19.


Opacity

.myOpacity80 { color: #882A19; opacity: 0.8; }

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

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

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

This text has shadow with #882A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882A19 on black background.


Color preview on white background

This text has color #882A19 on white background.



Black color preview on #882A19 background

This text has black color on #882A19 background.


White color preview on #882A19 background

This text has white color on #882A19 background.