COLOR #880000

HEX: #880000 RGB: (136,0,0)

Color info

#880000 contains only red color. Web safe color of #880000 is #990000 (or #900).

RGB color model

#880000 color RGB value is (136,0,0).

RGB: (136,0,0) (53%, 0%, 0%)

RGB channels and saturation

R 136 of 255 = 53%
G 0 of 255 = 0%
B 0 of 255 = 0%

136
0
0

R + G + B ~ 18%. #880000 is dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 0 + 0 = 136 (100%)
R 136 of 136 ~ 100%
G 0 of 136 ~ 0%
B 0 of 136 ~ 0'%

%100

CMYK color model

#880000 color CMYK value is (0,100,100,47).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 46.67%

CMYK: (0,100,100,47)
C0M100Y100K47 (0%, 100%, 100%, 47%)
(0.00 / 1.00 / 1.00 / 0.47)

CMYK percentages

%0
%100
%100
%46.67

Codes

Color #880000 in popluar color models

88 00 00
RGB 136 0 0
HSL 100.00% 26.67%
HSB/HSV 100.00% 53.33%
CMYK 0.00% 100.00% 100.00%
46.67%

Color #880000 in popluar number systems.

HEX 88 00 00
Decimal 136 0 0
Binary 10001000 0 0
Octal 210 0 0

Shades and tints

Shades of #880000

#880000
(136,0,0)
#7C0000
(124,0,0)
#700000
(112,0,0)
#640000
(100,0,0)
#580000
(88,0,0)
#4C0000
(76,0,0)
#400000
(64,0,0)
#340000
(52,0,0)
#280000
(40,0,0)
#1C0000
(28,0,0)
#100000
(16,0,0)
#000000
(0,0,0)

Tints of #880000

#880000
(136,0,0)
#921717
(146,23,23)
#9C2E2E
(156,46,46)
#A64545
(166,69,69)
#B05C5C
(176,92,92)
#BA7373
(186,115,115)
#C48A8A
(196,138,138)
#CEA1A1
(206,161,161)
#D8B8B8
(216,184,184)
#E2CFCF
(226,207,207)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880000 color. Also use rgb(136,0,0) instead hex code.

Text Font Color

.myTextColor { color: #880000; }

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

This text font color is #880000.

Background Color

.myBgColor { background-color: #880000; }

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

This div background color is #880000.

Border color

.myBorderColor { border: 1px solid #880000; }

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

This div border color is #880000.

Opacity

.myOpacity80 { color: #880000; opacity: 0.8; }

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

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

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

This text has shadow with #880000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #880000.

Preview

Color preview on black background

This text has color #880000 on black background.


Color preview on white background

This text has color #880000 on white background.


Black color preview on #880000 background

This text has black color on #880000 background.


White color preview on #880000 background

This text has white color on #880000 background.


Related colors

Complementary color

Complementary color for #hex is #77FFFF.


I love getcolorcode.com