COLOR #880D0E

HEX: #880D0E RGB: (136,13,14)

Color info

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

RGB color model

#880D0E color RGB value is (136,13,14).

RGB: (136,13,14) (53%, 5%, 5%)

RGB channels and saturation

R 136 of 255 = 53%
G 13 of 255 = 5%
B 14 of 255 = 5%

136
13
14

R + G + B ~ 21%. #880D0E is dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 13 + 14 = 163 (100%)
R 136 of 163 ~ 83.44%
G 13 of 163 ~ 7.98%
B 14 of 163 ~ 8.59'%

%83.44

CMYK color model

#880D0E color CMYK value is (0,90,90,47).

  • cyan value is 0.00%
  • magenta value is 90.44%
  • yellow value is 89.71%
  • key color value is 46.67%

CMYK: (0,90,90,47)
C0M90Y90K47 (0%, 90%, 90%, 47%)
(0.00 / 0.90 / 0.90 / 0.47)

CMYK percentages

%0
%90.44
%89.71
%46.67

Codes

Color #880D0E in popluar color models

88 0D 0E
RGB 136 13 14
HSL 360° 82.55% 29.22%
HSB/HSV 360° 90.44% 53.33%
CMYK 0.00% 90.44% 89.71%
46.67%

Color #880D0E in popluar number systems.

HEX 88 0D 0E
Decimal 136 13 14
Binary 10001000 1101 1110
Octal 210 15 16

Shades and tints

Shades of #880D0E

#880D0E
(136,13,14)
#7C0C0D
(124,12,13)
#700B0C
(112,11,12)
#640A0B
(100,10,11)
#58090A
(88,9,10)
#4C0809
(76,8,9)
#400708
(64,7,8)
#340607
(52,6,7)
#280506
(40,5,6)
#1C0405
(28,4,5)
#100304
(16,3,4)
#000000
(0,0,0)

Tints of #880D0E

#880D0E
(136,13,14)
#922323
(146,35,35)
#9C3938
(156,57,56)
#A64F4D
(166,79,77)
#B06562
(176,101,98)
#BA7B77
(186,123,119)
#C4918C
(196,145,140)
#CEA7A1
(206,167,161)
#D8BDB6
(216,189,182)
#E2D3CB
(226,211,203)
#ECE9E0
(236,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880D0E color. Also use rgb(136,13,14) instead hex code.

Text Font Color

.myTextColor { color: #880D0E; }

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

This text font color is #880D0E.

Background Color

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

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

This div background color is #880D0E.

Border color

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

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

This div border color is #880D0E.

Opacity

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

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

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

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

This text has shadow with #880D0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #880D0E.

Preview

Color preview on black background

This text has color #880D0E on black background.


Color preview on white background

This text has color #880D0E on white background.


Black color preview on #880D0E background

This text has black color on #880D0E background.


White color preview on #880D0E background

This text has white color on #880D0E background.


Related colors

Complementary color

Complementary color for #hex is #77F2F1.


I love getcolorcode.com

Triadic colors

1 #0E880D and #0D0E88 with #880D0E are triadic colors.

2 #0E0D88 and #0D880E with #880D0E are triadic colors.