COLOR #880F12

HEX: #880F12
RGB: (136,15,18)

Color info

#880F12 contains mainly red color. Web safe color of #880F12 is #990000 (or #900).

RGB color model

#880F12 color RGB value is (136,15,18).

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

RGB channels and saturation

R 136 of 255 = 53%
G 15 of 255 = 6%
B 18 of 255 = 7%

136
15
18

R + G + B ~ 22%. #880F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 15 + 18 = 169 (100%)
R 136 of 169 ~ 80.47%
G 15 of 169 ~ 8.88%
B 18 of 169 ~ 10.65%

%80.47
%10.65

CMYK color model

#880F12 color CMYK value is (0,89,87,47).

  • cyan value is 0.00%
  • magenta value is 88.97%
  • yellow value is 86.76%
  • key color value is 46.67%
CMYK:
(0,89,87,47)
C0M89Y87K47 
(0%,89%,87%,47%)
(0.00/0.89/0.87/0.47)	

CMYK percentages

%0
%88.97
%86.76
%46.67

Codes

Color #880F12 in popluar color models

880F12
RGB1361518
HSL359°80.13%29.61%
HSB/HSV359°88.97%53.33%
CMYK0.00%88.97%86.76%
46.67%

Color #880F12 in popluar number systems.

HEX880F12
Decimal1361518
Binary10001000111110010
Octal2101722

Shades and tints

Shades of #880F12

#880F12
(136,15,18)
#7C0E11
(124,14,17)
#700D10
(112,13,16)
#640C0F
(100,12,15)
#580B0E
(88,11,14)
#4C0A0D
(76,10,13)
#40090C
(64,9,12)
#34080B
(52,8,11)
#28070A
(40,7,10)
#1C0609
(28,6,9)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #880F12

#880F12
(136,15,18)
#922427
(146,36,39)
#9C393C
(156,57,60)
#A64E51
(166,78,81)
#B06366
(176,99,102)
#BA787B
(186,120,123)
#C48D90
(196,141,144)
#CEA2A5
(206,162,165)
#D8B7BA
(216,183,186)
#E2CCCF
(226,204,207)
#ECE1E4
(236,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #880F12; }

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

This text font color is #880F12.


Background Color

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

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

This div background color is #880F12.


Border color

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

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

This div border color is #880F12.


Opacity

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

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

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

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

This text has shadow with #880F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880F12 on black background.


Color preview on white background

This text has color #880F12 on white background.



Black color preview on #880F12 background

This text has black color on #880F12 background.


White color preview on #880F12 background

This text has white color on #880F12 background.