COLOR #882C2B

HEX: #882C2B
RGB: (136,44,43)

Color info

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

RGB color model

#882C2B color RGB value is (136,44,43).

  • red value is 136;
  • green value is 44;
  • blue value is 43.
RGB:
(136,44,43)
(53%,17%,17%)

RGB channels and saturation

R 136 of 255 = 53%
G 44 of 255 = 17%
B 43 of 255 = 17%

136
44
43

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

Portions of RGB colors in percentages

R + G + B =
136 + 44 + 43 = 223 (100%)
R 136 of 223 ~ 60.99%
G 44 of 223 ~ 19.73%
B 43 of 223 ~ 19.28%

%60.99
%19.73
%19.28

CMYK color model

#882C2B color CMYK value is (0,68,68,47).

  • cyan value is 0.00%
  • magenta value is 67.65%
  • yellow value is 68.38%
  • key color value is 46.67%
CMYK:
(0,68,68,47)
C0M68Y68K47 
(0%,68%,68%,47%)
(0.00/0.68/0.68/0.47)	

CMYK percentages

%0
%67.65
%68.38
%46.67

Codes

Color #882C2B in popluar color models

882C2B
RGB1364443
HSL51.96%35.10%
HSB/HSV68.38%53.33%
CMYK0.00%67.65%68.38%
46.67%

Color #882C2B in popluar number systems.

HEX882C2B
Decimal1364443
Binary10001000101100101011
Octal2105453

Shades and tints

Shades of #882C2B

#882C2B
(136,44,43)
#7C2828
(124,40,40)
#702425
(112,36,37)
#642022
(100,32,34)
#581C1F
(88,28,31)
#4C181C
(76,24,28)
#401419
(64,20,25)
#341016
(52,16,22)
#280C13
(40,12,19)
#1C0810
(28,8,16)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #882C2B

#882C2B
(136,44,43)
#923F3E
(146,63,62)
#9C5251
(156,82,81)
#A66564
(166,101,100)
#B07877
(176,120,119)
#BA8B8A
(186,139,138)
#C49E9D
(196,158,157)
#CEB1B0
(206,177,176)
#D8C4C3
(216,196,195)
#E2D7D6
(226,215,214)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882C2B color. Also use rgb(136,44,43) instead hex code.

Text Font Color

.myTextColor { color: #882C2B; }

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

This text font color is #882C2B.


Background Color

.myBgColor { background-color: #882C2B; }

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

This div background color is #882C2B.


Border color

.myBorderColor { border: 1px solid #882C2B; }

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

This div border color is #882C2B.


Opacity

.myOpacity80 { color: #882C2B; opacity: 0.8; }

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

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

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

This text has shadow with #882C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882C2B on black background.


Color preview on white background

This text has color #882C2B on white background.



Black color preview on #882C2B background

This text has black color on #882C2B background.


White color preview on #882C2B background

This text has white color on #882C2B background.