COLOR #882829

HEX: #882829
RGB: (136,40,41)

Color info

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

RGB color model

#882829 color RGB value is (136,40,41).

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

RGB channels and saturation

R 136 of 255 = 53%
G 40 of 255 = 16%
B 41 of 255 = 16%

136
40
41

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

Portions of RGB colors in percentages

R + G + B =
136 + 40 + 41 = 217 (100%)
R 136 of 217 ~ 62.67%
G 40 of 217 ~ 18.43%
B 41 of 217 ~ 18.89%

%62.67
%18.43
%18.89

CMYK color model

#882829 color CMYK value is (0,71,70,47).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 69.85%
  • key color value is 46.67%
CMYK:
(0,71,70,47)
C0M71Y70K47 
(0%,71%,70%,47%)
(0.00/0.71/0.70/0.47)	

CMYK percentages

%0
%70.59
%69.85
%46.67

Codes

Color #882829 in popluar color models

882829
RGB1364041
HSL359°54.55%34.51%
HSB/HSV359°70.59%53.33%
CMYK0.00%70.59%69.85%
46.67%

Color #882829 in popluar number systems.

HEX882829
Decimal1364041
Binary10001000101000101001
Octal2105051

Shades and tints

Shades of #882829

#882829
(136,40,41)
#7C2526
(124,37,38)
#702223
(112,34,35)
#641F20
(100,31,32)
#581C1D
(88,28,29)
#4C191A
(76,25,26)
#401617
(64,22,23)
#341314
(52,19,20)
#281011
(40,16,17)
#1C0D0E
(28,13,14)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #882829

#882829
(136,40,41)
#923B3C
(146,59,60)
#9C4E4F
(156,78,79)
#A66162
(166,97,98)
#B07475
(176,116,117)
#BA8788
(186,135,136)
#C49A9B
(196,154,155)
#CEADAE
(206,173,174)
#D8C0C1
(216,192,193)
#E2D3D4
(226,211,212)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882829; }

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

This text font color is #882829.


Background Color

.myBgColor { background-color: #882829; }

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

This div background color is #882829.


Border color

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

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

This div border color is #882829.


Opacity

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

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

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

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

This text has shadow with #882829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882829 on black background.


Color preview on white background

This text has color #882829 on white background.



Black color preview on #882829 background

This text has black color on #882829 background.


White color preview on #882829 background

This text has white color on #882829 background.