COLOR #881F47

HEX: #881F47 RGB: (136,31,71)

Color info

#881F47 contains mainly red color. Web safe color of #881F47 is #993333 (or #933).

RGB color model

#881F47 color RGB value is (136,31,71).

RGB: (136,31,71) (53%, 12%, 28%)

RGB channels and saturation

R 136 of 255 = 53%
G 31 of 255 = 12%
B 71 of 255 = 28%

136
31
71

R + G + B ~ 31%. #881F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 31 + 71 = 238 (100%)
R 136 of 238 ~ 57.14%
G 31 of 238 ~ 13.03%
B 71 of 238 ~ 29.83'%

%57.14
%13.03
%29.83

CMYK color model

#881F47 color CMYK value is (0,77,48,47).

  • cyan value is 0.00%
  • magenta value is 77.21%
  • yellow value is 47.79%
  • key color value is 46.67%

CMYK: (0,77,48,47)
C0M77Y48K47 (0%, 77%, 48%, 47%)
(0.00 / 0.77 / 0.48 / 0.47)

CMYK percentages

%0
%77.21
%47.79
%46.67

Codes

Color #881F47 in popluar color models

88 1F 47
RGB 136 31 71
HSL 337° 62.87% 32.75%
HSB/HSV 337° 77.21% 53.33%
CMYK 0.00% 77.21% 47.79%
46.67%

Color #881F47 in popluar number systems.

HEX 88 1F 47
Decimal 136 31 71
Binary 10001000 11111 1000111
Octal 210 37 107

Shades and tints

Shades of #881F47

#881F47
(136,31,71)
#7C1D41
(124,29,65)
#701B3B
(112,27,59)
#641935
(100,25,53)
#58172F
(88,23,47)
#4C1529
(76,21,41)
#401323
(64,19,35)
#34111D
(52,17,29)
#280F17
(40,15,23)
#1C0D11
(28,13,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #881F47

#881F47
(136,31,71)
#923357
(146,51,87)
#9C4767
(156,71,103)
#A65B77
(166,91,119)
#B06F87
(176,111,135)
#BA8397
(186,131,151)
#C497A7
(196,151,167)
#CEABB7
(206,171,183)
#D8BFC7
(216,191,199)
#E2D3D7
(226,211,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #881F47 color. Also use rgb(136,31,71) instead hex code.

Text Font Color

.myTextColor { color: #881F47; }

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

This text font color is #881F47.

Background Color

.myBgColor { background-color: #881F47; }

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

This div background color is #881F47.

Border color

.myBorderColor { border: 1px solid #881F47; }

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

This div border color is #881F47.

Opacity

.myOpacity80 { color: #881F47; opacity: 0.8; }

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

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

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

This text has shadow with #881F47 color.


.textShadow {text-shadow: 3px 3px 1px #881F47', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #881F47; -webkit-box-shadow: 1px 1px 3px 2px #881F47; box-shadow:1px 1px 3px 2px #881F47;">
Div content here
</div>

This div box has shadow with color #881F47.

Preview

Color preview on black background

This text has color #881F47 on black background.


Color preview on white background

This text has color #881F47 on white background.


Black color preview on #881F47 background

This text has black color on #881F47 background.


White color preview on #881F47 background

This text has white color on #881F47 background.


Related colors

Complementary color

Complementary color for #hex is #77E0B8.


I love getcolorcode.com

Triadic colors

1 #47881F and #1F4788 with #881F47 are triadic colors.

2 #471F88 and #1F8847 with #881F47 are triadic colors.