COLOR #882428

HEX: #882428
RGB: (136,36,40)

Color info

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

RGB color model

#882428 color RGB value is (136,36,40).

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

RGB channels and saturation

R 136 of 255 = 53%
G 36 of 255 = 14%
B 40 of 255 = 16%

136
36
40

R + G + B ~ 28%. #882428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 36 + 40 = 212 (100%)
R 136 of 212 ~ 64.15%
G 36 of 212 ~ 16.98%
B 40 of 212 ~ 18.87%

%64.15
%16.98
%18.87

CMYK color model

#882428 color CMYK value is (0,74,71,47).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 70.59%
  • key color value is 46.67%
CMYK:
(0,74,71,47)
C0M74Y71K47 
(0%,74%,71%,47%)
(0.00/0.74/0.71/0.47)	

CMYK percentages

%0
%73.53
%70.59
%46.67

Codes

Color #882428 in popluar color models

882428
RGB1363640
HSL358°58.14%33.73%
HSB/HSV358°73.53%53.33%
CMYK0.00%73.53%70.59%
46.67%

Color #882428 in popluar number systems.

HEX882428
Decimal1363640
Binary10001000100100101000
Octal2104450

Shades and tints

Shades of #882428

#882428
(136,36,40)
#7C2125
(124,33,37)
#701E22
(112,30,34)
#641B1F
(100,27,31)
#58181C
(88,24,28)
#4C1519
(76,21,25)
#401216
(64,18,22)
#340F13
(52,15,19)
#280C10
(40,12,16)
#1C090D
(28,9,13)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #882428

#882428
(136,36,40)
#92373B
(146,55,59)
#9C4A4E
(156,74,78)
#A65D61
(166,93,97)
#B07074
(176,112,116)
#BA8387
(186,131,135)
#C4969A
(196,150,154)
#CEA9AD
(206,169,173)
#D8BCC0
(216,188,192)
#E2CFD3
(226,207,211)
#ECE2E6
(236,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882428; }

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

This text font color is #882428.


Background Color

.myBgColor { background-color: #882428; }

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

This div background color is #882428.


Border color

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

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

This div border color is #882428.


Opacity

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

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

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

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

This text has shadow with #882428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882428 on black background.


Color preview on white background

This text has color #882428 on white background.



Black color preview on #882428 background

This text has black color on #882428 background.


White color preview on #882428 background

This text has white color on #882428 background.