COLOR #881446

HEX: #881446
RGB: (136,20,70)

Color info

#881446 contains mainly red color. Web safe color of #881446 is #990033 (or #903).

RGB color model

#881446 color RGB value is (136,20,70).

  • red value is 136;
  • green value is 20;
  • blue value is 70.
RGB:
(136,20,70)
(53%,8%,27%)

RGB channels and saturation

R 136 of 255 = 53%
G 20 of 255 = 8%
B 70 of 255 = 27%

136
20
70

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

Portions of RGB colors in percentages

R + G + B =
136 + 20 + 70 = 226 (100%)
R 136 of 226 ~ 60.18%
G 20 of 226 ~ 8.85%
B 70 of 226 ~ 30.97%

%60.18
%30.97

CMYK color model

#881446 color CMYK value is (0,85,49,47).

  • cyan value is 0.00%
  • magenta value is 85.29%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(0,85,49,47)
C0M85Y49K47 
(0%,85%,49%,47%)
(0.00/0.85/0.49/0.47)	

CMYK percentages

%0
%85.29
%48.53
%46.67

Codes

Color #881446 in popluar color models

881446
RGB1362070
HSL334°74.36%30.59%
HSB/HSV334°85.29%53.33%
CMYK0.00%85.29%48.53%
46.67%

Color #881446 in popluar number systems.

HEX881446
Decimal1362070
Binary10001000101001000110
Octal21024106

Shades and tints

Shades of #881446

#881446
(136,20,70)
#7C1340
(124,19,64)
#70123A
(112,18,58)
#641134
(100,17,52)
#58102E
(88,16,46)
#4C0F28
(76,15,40)
#400E22
(64,14,34)
#340D1C
(52,13,28)
#280C16
(40,12,22)
#1C0B10
(28,11,16)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #881446

#881446
(136,20,70)
#922956
(146,41,86)
#9C3E66
(156,62,102)
#A65376
(166,83,118)
#B06886
(176,104,134)
#BA7D96
(186,125,150)
#C492A6
(196,146,166)
#CEA7B6
(206,167,182)
#D8BCC6
(216,188,198)
#E2D1D6
(226,209,214)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #881446 color. Also use rgb(136,20,70) instead hex code.

Text Font Color

.myTextColor { color: #881446; }

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

This text font color is #881446.


Background Color

.myBgColor { background-color: #881446; }

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

This div background color is #881446.


Border color

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

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

This div border color is #881446.


Opacity

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

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

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

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

This text has shadow with #881446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #881446 on black background.


Color preview on white background

This text has color #881446 on white background.



Black color preview on #881446 background

This text has black color on #881446 background.


White color preview on #881446 background

This text has white color on #881446 background.