COLOR #880F1B

HEX: #880F1B
RGB: (136,15,27)

Color info

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

RGB color model

#880F1B color RGB value is (136,15,27).

  • red value is 136;
  • green value is 15;
  • blue value is 27.
RGB:
(136,15,27)
(53%,6%,11%)

RGB channels and saturation

R 136 of 255 = 53%
G 15 of 255 = 6%
B 27 of 255 = 11%

136
15
27

R + G + B ~ 23%. #880F1B is dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 15 + 27 = 178 (100%)
R 136 of 178 ~ 76.4%
G 15 of 178 ~ 8.43%
B 27 of 178 ~ 15.17%

%76.4
%15.17

CMYK color model

#880F1B color CMYK value is (0,89,80,47).

  • cyan value is 0.00%
  • magenta value is 88.97%
  • yellow value is 80.15%
  • key color value is 46.67%
CMYK:
(0,89,80,47)
C0M89Y80K47 
(0%,89%,80%,47%)
(0.00/0.89/0.80/0.47)	

CMYK percentages

%0
%88.97
%80.15
%46.67

Codes

Color #880F1B in popluar color models

880F1B
RGB1361527
HSL354°80.13%29.61%
HSB/HSV354°88.97%53.33%
CMYK0.00%88.97%80.15%
46.67%

Color #880F1B in popluar number systems.

HEX880F1B
Decimal1361527
Binary10001000111111011
Octal2101733

Shades and tints

Shades of #880F1B

#880F1B
(136,15,27)
#7C0E19
(124,14,25)
#700D17
(112,13,23)
#640C15
(100,12,21)
#580B13
(88,11,19)
#4C0A11
(76,10,17)
#40090F
(64,9,15)
#34080D
(52,8,13)
#28070B
(40,7,11)
#1C0609
(28,6,9)
#100507
(16,5,7)
#000000
(0,0,0)

Tints of #880F1B

#880F1B
(136,15,27)
#92242F
(146,36,47)
#9C3943
(156,57,67)
#A64E57
(166,78,87)
#B0636B
(176,99,107)
#BA787F
(186,120,127)
#C48D93
(196,141,147)
#CEA2A7
(206,162,167)
#D8B7BB
(216,183,187)
#E2CCCF
(226,204,207)
#ECE1E3
(236,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880F1B color. Also use rgb(136,15,27) instead hex code.

Text Font Color

.myTextColor { color: #880F1B; }

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

This text font color is #880F1B.


Background Color

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

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

This div background color is #880F1B.


Border color

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

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

This div border color is #880F1B.


Opacity

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

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

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

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

This text has shadow with #880F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880F1B on black background.


Color preview on white background

This text has color #880F1B on white background.



Black color preview on #880F1B background

This text has black color on #880F1B background.


White color preview on #880F1B background

This text has white color on #880F1B background.