COLOR #882E48

HEX: #882E48
RGB: (136,46,72)

Color info

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

RGB color model

#882E48 color RGB value is (136,46,72).

  • red value is 136;
  • green value is 46;
  • blue value is 72.
RGB:
(136,46,72)
(53%,18%,28%)

RGB channels and saturation

R 136 of 255 = 53%
G 46 of 255 = 18%
B 72 of 255 = 28%

136
46
72

R + G + B ~ 33%. #882E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 46 + 72 = 254 (100%)
R 136 of 254 ~ 53.54%
G 46 of 254 ~ 18.11%
B 72 of 254 ~ 28.35%

%53.54
%18.11
%28.35

CMYK color model

#882E48 color CMYK value is (0,66,47,47).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(0,66,47,47)
C0M66Y47K47 
(0%,66%,47%,47%)
(0.00/0.66/0.47/0.47)	

CMYK percentages

%0
%66.18
%47.06
%46.67

Codes

Color #882E48 in popluar color models

882E48
RGB1364672
HSL343°49.45%35.69%
HSB/HSV343°66.18%53.33%
CMYK0.00%66.18%47.06%
46.67%

Color #882E48 in popluar number systems.

HEX882E48
Decimal1364672
Binary100010001011101001000
Octal21056110

Shades and tints

Shades of #882E48

#882E48
(136,46,72)
#7C2A42
(124,42,66)
#70263C
(112,38,60)
#642236
(100,34,54)
#581E30
(88,30,48)
#4C1A2A
(76,26,42)
#401624
(64,22,36)
#34121E
(52,18,30)
#280E18
(40,14,24)
#1C0A12
(28,10,18)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #882E48

#882E48
(136,46,72)
#924158
(146,65,88)
#9C5468
(156,84,104)
#A66778
(166,103,120)
#B07A88
(176,122,136)
#BA8D98
(186,141,152)
#C4A0A8
(196,160,168)
#CEB3B8
(206,179,184)
#D8C6C8
(216,198,200)
#E2D9D8
(226,217,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882E48 color. Also use rgb(136,46,72) instead hex code.

Text Font Color

.myTextColor { color: #882E48; }

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

This text font color is #882E48.


Background Color

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

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

This div background color is #882E48.


Border color

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

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

This div border color is #882E48.


Opacity

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

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

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

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

This text has shadow with #882E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882E48 on black background.


Color preview on white background

This text has color #882E48 on white background.



Black color preview on #882E48 background

This text has black color on #882E48 background.


White color preview on #882E48 background

This text has white color on #882E48 background.