COLOR #882874

HEX: #882874
RGB: (136,40,116)

Color info

#882874 contains mainly red and blue colors. Web safe color of #882874 is #993366 (or #936).

RGB color model

#882874 color RGB value is (136,40,116).

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

RGB channels and saturation

R 136 of 255 = 53%
G 40 of 255 = 16%
B 116 of 255 = 45%

136
40
116

R + G + B ~ 38%. #882874 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 40 + 116 = 292 (100%)
R 136 of 292 ~ 46.58%
G 40 of 292 ~ 13.7%
B 116 of 292 ~ 39.73%

%46.58
%13.7
%39.73

CMYK color model

#882874 color CMYK value is (0,71,15,47).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,71,15,47)
C0M71Y15K47 
(0%,71%,15%,47%)
(0.00/0.71/0.15/0.47)	

CMYK percentages

%0
%70.59
%14.71
%46.67

Codes

Color #882874 in popluar color models

882874
RGB13640116
HSL313°54.55%34.51%
HSB/HSV313°70.59%53.33%
CMYK0.00%70.59%14.71%
46.67%

Color #882874 in popluar number systems.

HEX882874
Decimal13640116
Binary100010001010001110100
Octal21050164

Shades and tints

Shades of #882874

#882874
(136,40,116)
#7C256A
(124,37,106)
#702260
(112,34,96)
#641F56
(100,31,86)
#581C4C
(88,28,76)
#4C1942
(76,25,66)
#401638
(64,22,56)
#34132E
(52,19,46)
#281024
(40,16,36)
#1C0D1A
(28,13,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #882874

#882874
(136,40,116)
#923B80
(146,59,128)
#9C4E8C
(156,78,140)
#A66198
(166,97,152)
#B074A4
(176,116,164)
#BA87B0
(186,135,176)
#C49ABC
(196,154,188)
#CEADC8
(206,173,200)
#D8C0D4
(216,192,212)
#E2D3E0
(226,211,224)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882874; }

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

This text font color is #882874.


Background Color

.myBgColor { background-color: #882874; }

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

This div background color is #882874.


Border color

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

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

This div border color is #882874.


Opacity

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

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

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

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

This text has shadow with #882874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882874 on black background.


Color preview on white background

This text has color #882874 on white background.



Black color preview on #882874 background

This text has black color on #882874 background.


White color preview on #882874 background

This text has white color on #882874 background.