COLOR #882032

HEX: #882032
RGB: (136,32,50)

Color info

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

RGB color model

#882032 color RGB value is (136,32,50).

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

RGB channels and saturation

R 136 of 255 = 53%
G 32 of 255 = 13%
B 50 of 255 = 20%

136
32
50

R + G + B ~ 29%. #882032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 32 + 50 = 218 (100%)
R 136 of 218 ~ 62.39%
G 32 of 218 ~ 14.68%
B 50 of 218 ~ 22.94%

%62.39
%14.68
%22.94

CMYK color model

#882032 color CMYK value is (0,76,63,47).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(0,76,63,47)
C0M76Y63K47 
(0%,76%,63%,47%)
(0.00/0.76/0.63/0.47)	

CMYK percentages

%0
%76.47
%63.24
%46.67

Codes

Color #882032 in popluar color models

882032
RGB1363250
HSL350°61.90%32.94%
HSB/HSV350°76.47%53.33%
CMYK0.00%76.47%63.24%
46.67%

Color #882032 in popluar number systems.

HEX882032
Decimal1363250
Binary10001000100000110010
Octal2104062

Shades and tints

Shades of #882032

#882032
(136,32,50)
#7C1E2E
(124,30,46)
#701C2A
(112,28,42)
#641A26
(100,26,38)
#581822
(88,24,34)
#4C161E
(76,22,30)
#40141A
(64,20,26)
#341216
(52,18,22)
#281012
(40,16,18)
#1C0E0E
(28,14,14)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #882032

#882032
(136,32,50)
#923444
(146,52,68)
#9C4856
(156,72,86)
#A65C68
(166,92,104)
#B0707A
(176,112,122)
#BA848C
(186,132,140)
#C4989E
(196,152,158)
#CEACB0
(206,172,176)
#D8C0C2
(216,192,194)
#E2D4D4
(226,212,212)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882032; }

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

This text font color is #882032.


Background Color

.myBgColor { background-color: #882032; }

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

This div background color is #882032.


Border color

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

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

This div border color is #882032.


Opacity

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

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

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

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

This text has shadow with #882032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882032 on black background.


Color preview on white background

This text has color #882032 on white background.



Black color preview on #882032 background

This text has black color on #882032 background.


White color preview on #882032 background

This text has white color on #882032 background.