COLOR #882420

HEX: #882420
RGB: (136,36,32)

Color info

#882420 contains mainly red color. Web safe color of #882420 is #993333 (or #933).

RGB color model

#882420 color RGB value is (136,36,32).

  • red value is 136;
  • green value is 36;
  • blue value is 32.
RGB:
(136,36,32)
(53%,14%,13%)

RGB channels and saturation

R 136 of 255 = 53%
G 36 of 255 = 14%
B 32 of 255 = 13%

136
36
32

R + G + B ~ 27%. #882420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 36 + 32 = 204 (100%)
R 136 of 204 ~ 66.67%
G 36 of 204 ~ 17.65%
B 32 of 204 ~ 15.69%

%66.67
%17.65
%15.69

CMYK color model

#882420 color CMYK value is (0,74,76,47).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 76.47%
  • key color value is 46.67%
CMYK:
(0,74,76,47)
C0M74Y76K47 
(0%,74%,76%,47%)
(0.00/0.74/0.76/0.47)	

CMYK percentages

%0
%73.53
%76.47
%46.67

Codes

Color #882420 in popluar color models

882420
RGB1363632
HSL61.90%32.94%
HSB/HSV76.47%53.33%
CMYK0.00%73.53%76.47%
46.67%

Color #882420 in popluar number systems.

HEX882420
Decimal1363632
Binary10001000100100100000
Octal2104440

Shades and tints

Shades of #882420

#882420
(136,36,32)
#7C211E
(124,33,30)
#701E1C
(112,30,28)
#641B1A
(100,27,26)
#581818
(88,24,24)
#4C1516
(76,21,22)
#401214
(64,18,20)
#340F12
(52,15,18)
#280C10
(40,12,16)
#1C090E
(28,9,14)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #882420

#882420
(136,36,32)
#923734
(146,55,52)
#9C4A48
(156,74,72)
#A65D5C
(166,93,92)
#B07070
(176,112,112)
#BA8384
(186,131,132)
#C49698
(196,150,152)
#CEA9AC
(206,169,172)
#D8BCC0
(216,188,192)
#E2CFD4
(226,207,212)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882420 color. Also use rgb(136,36,32) instead hex code.

Text Font Color

.myTextColor { color: #882420; }

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

This text font color is #882420.


Background Color

.myBgColor { background-color: #882420; }

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

This div background color is #882420.


Border color

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

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

This div border color is #882420.


Opacity

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

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

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

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

This text has shadow with #882420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882420 on black background.


Color preview on white background

This text has color #882420 on white background.



Black color preview on #882420 background

This text has black color on #882420 background.


White color preview on #882420 background

This text has white color on #882420 background.