COLOR #882474

HEX: #882474
RGB: (136,36,116)

Color info

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

RGB color model

#882474 color RGB value is (136,36,116).

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

RGB channels and saturation

R 136 of 255 = 53%
G 36 of 255 = 14%
B 116 of 255 = 45%

136
36
116

R + G + B ~ 37%. #882474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 36 + 116 = 288 (100%)
R 136 of 288 ~ 47.22%
G 36 of 288 ~ 12.5%
B 116 of 288 ~ 40.28%

%47.22
%12.5
%40.28

CMYK color model

#882474 color CMYK value is (0,74,15,47).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,74,15,47)
C0M74Y15K47 
(0%,74%,15%,47%)
(0.00/0.74/0.15/0.47)	

CMYK percentages

%0
%73.53
%14.71
%46.67

Codes

Color #882474 in popluar color models

882474
RGB13636116
HSL312°58.14%33.73%
HSB/HSV312°73.53%53.33%
CMYK0.00%73.53%14.71%
46.67%

Color #882474 in popluar number systems.

HEX882474
Decimal13636116
Binary100010001001001110100
Octal21044164

Shades and tints

Shades of #882474

#882474
(136,36,116)
#7C216A
(124,33,106)
#701E60
(112,30,96)
#641B56
(100,27,86)
#58184C
(88,24,76)
#4C1542
(76,21,66)
#401238
(64,18,56)
#340F2E
(52,15,46)
#280C24
(40,12,36)
#1C091A
(28,9,26)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #882474

#882474
(136,36,116)
#923780
(146,55,128)
#9C4A8C
(156,74,140)
#A65D98
(166,93,152)
#B070A4
(176,112,164)
#BA83B0
(186,131,176)
#C496BC
(196,150,188)
#CEA9C8
(206,169,200)
#D8BCD4
(216,188,212)
#E2CFE0
(226,207,224)
#ECE2EC
(236,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882474; }

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

This text font color is #882474.


Background Color

.myBgColor { background-color: #882474; }

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

This div background color is #882474.


Border color

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

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

This div border color is #882474.


Opacity

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

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

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

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

This text has shadow with #882474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882474 on black background.


Color preview on white background

This text has color #882474 on white background.



Black color preview on #882474 background

This text has black color on #882474 background.


White color preview on #882474 background

This text has white color on #882474 background.