COLOR #882843

HEX: #882843
RGB: (136,40,67)

Color info

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

RGB color model

#882843 color RGB value is (136,40,67).

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

RGB channels and saturation

R 136 of 255 = 53%
G 40 of 255 = 16%
B 67 of 255 = 26%

136
40
67

R + G + B ~ 32%. #882843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 40 + 67 = 243 (100%)
R 136 of 243 ~ 55.97%
G 40 of 243 ~ 16.46%
B 67 of 243 ~ 27.57%

%55.97
%16.46
%27.57

CMYK color model

#882843 color CMYK value is (0,71,51,47).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 50.74%
  • key color value is 46.67%
CMYK:
(0,71,51,47)
C0M71Y51K47 
(0%,71%,51%,47%)
(0.00/0.71/0.51/0.47)	

CMYK percentages

%0
%70.59
%50.74
%46.67

Codes

Color #882843 in popluar color models

882843
RGB1364067
HSL343°54.55%34.51%
HSB/HSV343°70.59%53.33%
CMYK0.00%70.59%50.74%
46.67%

Color #882843 in popluar number systems.

HEX882843
Decimal1364067
Binary100010001010001000011
Octal21050103

Shades and tints

Shades of #882843

#882843
(136,40,67)
#7C253D
(124,37,61)
#702237
(112,34,55)
#641F31
(100,31,49)
#581C2B
(88,28,43)
#4C1925
(76,25,37)
#40161F
(64,22,31)
#341319
(52,19,25)
#281013
(40,16,19)
#1C0D0D
(28,13,13)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #882843

#882843
(136,40,67)
#923B54
(146,59,84)
#9C4E65
(156,78,101)
#A66176
(166,97,118)
#B07487
(176,116,135)
#BA8798
(186,135,152)
#C49AA9
(196,154,169)
#CEADBA
(206,173,186)
#D8C0CB
(216,192,203)
#E2D3DC
(226,211,220)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882843; }

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

This text font color is #882843.


Background Color

.myBgColor { background-color: #882843; }

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

This div background color is #882843.


Border color

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

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

This div border color is #882843.


Opacity

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

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

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

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

This text has shadow with #882843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882843 on black background.


Color preview on white background

This text has color #882843 on white background.



Black color preview on #882843 background

This text has black color on #882843 background.


White color preview on #882843 background

This text has white color on #882843 background.