COLOR #881D3B

HEX: #881D3B RGB: (136,29,59)

Color info

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

RGB color model

#881D3B color RGB value is (136,29,59).

RGB: (136,29,59) (53%, 11%, 23%)

RGB channels and saturation

R 136 of 255 = 53%
G 29 of 255 = 11%
B 59 of 255 = 23%

136
29
59

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

Portions of RGB colors in percentages

R + G + B = 136 + 29 + 59 = 224 (100%)
R 136 of 224 ~ 60.71%
G 29 of 224 ~ 12.95%
B 59 of 224 ~ 26.34'%

%60.71
%12.95
%26.34

CMYK color model

#881D3B color CMYK value is (0,79,57,47).

  • cyan value is 0.00%
  • magenta value is 78.68%
  • yellow value is 56.62%
  • key color value is 46.67%

CMYK: (0,79,57,47)
C0M79Y57K47 (0%, 79%, 57%, 47%)
(0.00 / 0.79 / 0.57 / 0.47)

CMYK percentages

%0
%78.68
%56.62
%46.67

Codes

Color #881D3B in popluar color models

88 1D 3B
RGB 136 29 59
HSL 343° 64.85% 32.35%
HSB/HSV 343° 78.68% 53.33%
CMYK 0.00% 78.68% 56.62%
46.67%

Color #881D3B in popluar number systems.

HEX 88 1D 3B
Decimal 136 29 59
Binary 10001000 11101 111011
Octal 210 35 73

Shades and tints

Shades of #881D3B

#881D3B
(136,29,59)
#7C1B36
(124,27,54)
#701931
(112,25,49)
#64172C
(100,23,44)
#581527
(88,21,39)
#4C1322
(76,19,34)
#40111D
(64,17,29)
#340F18
(52,15,24)
#280D13
(40,13,19)
#1C0B0E
(28,11,14)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #881D3B

#881D3B
(136,29,59)
#92314C
(146,49,76)
#9C455D
(156,69,93)
#A6596E
(166,89,110)
#B06D7F
(176,109,127)
#BA8190
(186,129,144)
#C495A1
(196,149,161)
#CEA9B2
(206,169,178)
#D8BDC3
(216,189,195)
#E2D1D4
(226,209,212)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #881D3B color. Also use rgb(136,29,59) instead hex code.

Text Font Color

.myTextColor { color: #881D3B; }

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

This text font color is #881D3B.

Background Color

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

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

This div background color is #881D3B.

Border color

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

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

This div border color is #881D3B.

Opacity

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

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

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

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

This text has shadow with #881D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #881D3B.

Preview

Color preview on black background

This text has color #881D3B on black background.


Color preview on white background

This text has color #881D3B on white background.


Black color preview on #881D3B background

This text has black color on #881D3B background.


White color preview on #881D3B background

This text has white color on #881D3B background.


Related colors

Complementary color

Complementary color for #hex is #77E2C4.


I love getcolorcode.com

Triadic colors

1 #3B881D and #1D3B88 with #881D3B are triadic colors.

2 #3B1D88 and #1D883B with #881D3B are triadic colors.