COLOR #880F29

HEX: #880F29
RGB: (136,15,41)

Color info

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

RGB color model

#880F29 color RGB value is (136,15,41).

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

RGB channels and saturation

R 136 of 255 = 53%
G 15 of 255 = 6%
B 41 of 255 = 16%

136
15
41

R + G + B ~ 25%. #880F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 15 + 41 = 192 (100%)
R 136 of 192 ~ 70.83%
G 15 of 192 ~ 7.81%
B 41 of 192 ~ 21.35%

%70.83
%21.35

CMYK color model

#880F29 color CMYK value is (0,89,70,47).

  • cyan value is 0.00%
  • magenta value is 88.97%
  • yellow value is 69.85%
  • key color value is 46.67%
CMYK:
(0,89,70,47)
C0M89Y70K47 
(0%,89%,70%,47%)
(0.00/0.89/0.70/0.47)	

CMYK percentages

%0
%88.97
%69.85
%46.67

Codes

Color #880F29 in popluar color models

880F29
RGB1361541
HSL347°80.13%29.61%
HSB/HSV347°88.97%53.33%
CMYK0.00%88.97%69.85%
46.67%

Color #880F29 in popluar number systems.

HEX880F29
Decimal1361541
Binary100010001111101001
Octal2101751

Shades and tints

Shades of #880F29

#880F29
(136,15,41)
#7C0E26
(124,14,38)
#700D23
(112,13,35)
#640C20
(100,12,32)
#580B1D
(88,11,29)
#4C0A1A
(76,10,26)
#400917
(64,9,23)
#340814
(52,8,20)
#280711
(40,7,17)
#1C060E
(28,6,14)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #880F29

#880F29
(136,15,41)
#92243C
(146,36,60)
#9C394F
(156,57,79)
#A64E62
(166,78,98)
#B06375
(176,99,117)
#BA7888
(186,120,136)
#C48D9B
(196,141,155)
#CEA2AE
(206,162,174)
#D8B7C1
(216,183,193)
#E2CCD4
(226,204,212)
#ECE1E7
(236,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #880F29; }

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

This text font color is #880F29.


Background Color

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

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

This div background color is #880F29.


Border color

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

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

This div border color is #880F29.


Opacity

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

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

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

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

This text has shadow with #880F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880F29 on black background.


Color preview on white background

This text has color #880F29 on white background.



Black color preview on #880F29 background

This text has black color on #880F29 background.


White color preview on #880F29 background

This text has white color on #880F29 background.