COLOR #882720

HEX: #882720
RGB: (136,39,32)

Color info

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

RGB color model

#882720 color RGB value is (136,39,32).

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

RGB channels and saturation

R 136 of 255 = 53%
G 39 of 255 = 15%
B 32 of 255 = 13%

136
39
32

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

Portions of RGB colors in percentages

R + G + B =
136 + 39 + 32 = 207 (100%)
R 136 of 207 ~ 65.7%
G 39 of 207 ~ 18.84%
B 32 of 207 ~ 15.46%

%65.7
%18.84
%15.46

CMYK color model

#882720 color CMYK value is (0,71,76,47).

  • cyan value is 0.00%
  • magenta value is 71.32%
  • yellow value is 76.47%
  • key color value is 46.67%
CMYK: (0,71,76,47) C0M71Y76K47 (0%,71%,76%,47%) (0.00/0.71/0.76/0.47)

CMYK percentages

%0
%71.32
%76.47
%46.67

Codes

Color #882720 in popluar color models

882720
RGB1363932
HSL61.90%32.94%
HSB/HSV76.47%53.33%
CMYK0.00%71.32%76.47%
46.67%

Color #882720 in popluar number systems.

HEX882720
Decimal1363932
Binary10001000100111100000
Octal2104740

Shades and tints

Shades of #882720

#882720
(136,39,32)
#7C241E
(124,36,30)
#70211C
(112,33,28)
#641E1A
(100,30,26)
#581B18
(88,27,24)
#4C1816
(76,24,22)
#401514
(64,21,20)
#341212
(52,18,18)
#280F10
(40,15,16)
#1C0C0E
(28,12,14)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #882720

#882720
(136,39,32)
#923A34
(146,58,52)
#9C4D48
(156,77,72)
#A6605C
(166,96,92)
#B07370
(176,115,112)
#BA8684
(186,134,132)
#C49998
(196,153,152)
#CEACAC
(206,172,172)
#D8BFC0
(216,191,192)
#E2D2D4
(226,210,212)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882720; }

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

This text font color is #882720.


Background Color

.myBgColor { background-color: #882720; }

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

This div background color is #882720.


Border color

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

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

This div border color is #882720.


Opacity

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

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

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

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

This text has shadow with #882720 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #882720 on black background.


Color preview on white background

This text has color #882720 on white background.



Black color preview on #882720 background

This text has black color on #882720 background.


White color preview on #882720 background

This text has white color on #882720 background.