COLOR #882C44

HEX: #882C44
RGB: (136,44,68)

Color info

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

RGB color model

#882C44 color RGB value is (136,44,68).

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

RGB channels and saturation

R 136 of 255 = 53%
G 44 of 255 = 17%
B 68 of 255 = 27%

136
44
68

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

Portions of RGB colors in percentages

R + G + B =
136 + 44 + 68 = 248 (100%)
R 136 of 248 ~ 54.84%
G 44 of 248 ~ 17.74%
B 68 of 248 ~ 27.42%

%54.84
%17.74
%27.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 67.65%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(0,68,50,47)
C0M68Y50K47 
(0%,68%,50%,47%)
(0.00/0.68/0.50/0.47)	

CMYK percentages

%0
%67.65
%50
%46.67

Codes

Color #882C44 in popluar color models

882C44
RGB1364468
HSL344°51.11%35.29%
HSB/HSV344°67.65%53.33%
CMYK0.00%67.65%50.00%
46.67%

Color #882C44 in popluar number systems.

HEX882C44
Decimal1364468
Binary100010001011001000100
Octal21054104

Shades and tints

Shades of #882C44

#882C44
(136,44,68)
#7C283E
(124,40,62)
#702438
(112,36,56)
#642032
(100,32,50)
#581C2C
(88,28,44)
#4C1826
(76,24,38)
#401420
(64,20,32)
#34101A
(52,16,26)
#280C14
(40,12,20)
#1C080E
(28,8,14)
#100408
(16,4,8)
#000000
(0,0,0)

Tints of #882C44

#882C44
(136,44,68)
#923F55
(146,63,85)
#9C5266
(156,82,102)
#A66577
(166,101,119)
#B07888
(176,120,136)
#BA8B99
(186,139,153)
#C49EAA
(196,158,170)
#CEB1BB
(206,177,187)
#D8C4CC
(216,196,204)
#E2D7DD
(226,215,221)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882C44; }

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

This text font color is #882C44.


Background Color

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

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

This div background color is #882C44.


Border color

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

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

This div border color is #882C44.


Opacity

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

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

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

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

This text has shadow with #882C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882C44 on black background.


Color preview on white background

This text has color #882C44 on white background.



Black color preview on #882C44 background

This text has black color on #882C44 background.


White color preview on #882C44 background

This text has white color on #882C44 background.