COLOR #880B47

HEX: #880B47
RGB: (136,11,71)

Color info

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

RGB color model

#880B47 color RGB value is (136,11,71).

  • red value is 136;
  • green value is 11;
  • blue value is 71.
RGB:
(136,11,71)
(53%,4%,28%)

RGB channels and saturation

R 136 of 255 = 53%
G 11 of 255 = 4%
B 71 of 255 = 28%

136
11
71

R + G + B ~ 28%. #880B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 11 + 71 = 218 (100%)
R 136 of 218 ~ 62.39%
G 11 of 218 ~ 5.05%
B 71 of 218 ~ 32.57%

%62.39
%32.57

CMYK color model

#880B47 color CMYK value is (0,92,48,47).

  • cyan value is 0.00%
  • magenta value is 91.91%
  • yellow value is 47.79%
  • key color value is 46.67%
CMYK:
(0,92,48,47)
C0M92Y48K47 
(0%,92%,48%,47%)
(0.00/0.92/0.48/0.47)	

CMYK percentages

%0
%91.91
%47.79
%46.67

Codes

Color #880B47 in popluar color models

880B47
RGB1361171
HSL331°85.03%28.82%
HSB/HSV331°91.91%53.33%
CMYK0.00%91.91%47.79%
46.67%

Color #880B47 in popluar number systems.

HEX880B47
Decimal1361171
Binary1000100010111000111
Octal21013107

Shades and tints

Shades of #880B47

#880B47
(136,11,71)
#7C0A41
(124,10,65)
#70093B
(112,9,59)
#640835
(100,8,53)
#58072F
(88,7,47)
#4C0629
(76,6,41)
#400523
(64,5,35)
#34041D
(52,4,29)
#280317
(40,3,23)
#1C0211
(28,2,17)
#10010B
(16,1,11)
#000000
(0,0,0)

Tints of #880B47

#880B47
(136,11,71)
#922157
(146,33,87)
#9C3767
(156,55,103)
#A64D77
(166,77,119)
#B06387
(176,99,135)
#BA7997
(186,121,151)
#C48FA7
(196,143,167)
#CEA5B7
(206,165,183)
#D8BBC7
(216,187,199)
#E2D1D7
(226,209,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880B47 color. Also use rgb(136,11,71) instead hex code.

Text Font Color

.myTextColor { color: #880B47; }

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

This text font color is #880B47.


Background Color

.myBgColor { background-color: #880B47; }

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

This div background color is #880B47.


Border color

.myBorderColor { border: 1px solid #880B47; }

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

This div border color is #880B47.


Opacity

.myOpacity80 { color: #880B47; opacity: 0.8; }

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

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

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

This text has shadow with #880B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880B47 on black background.


Color preview on white background

This text has color #880B47 on white background.



Black color preview on #880B47 background

This text has black color on #880B47 background.


White color preview on #880B47 background

This text has white color on #880B47 background.