COLOR #882014

HEX: #882014 RGB: (136,32,20)

Color info

#882014 contains mainly red color. Web safe color of #882014 is #993300 (or #930).

RGB color model

#882014 color RGB value is (136,32,20).

RGB: (136,32,20) (53%, 13%, 8%)

RGB channels and saturation

R 136 of 255 = 53%
G 32 of 255 = 13%
B 20 of 255 = 8%

136
32
20

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

Portions of RGB colors in percentages

R + G + B = 136 + 32 + 20 = 188 (100%)
R 136 of 188 ~ 72.34%
G 32 of 188 ~ 17.02%
B 20 of 188 ~ 10.64'%

%72.34
%17.02
%10.64

CMYK color model

#882014 color CMYK value is (0,76,85,47).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 85.29%
  • key color value is 46.67%
CMYK: (0,76,85,47) C0M76Y85K47 (0%,76%,85%,47%) (0.00/0.76/0.85/0.47) 

CMYK percentages

%0
%76.47
%85.29
%46.67

Codes

Color #882014 in popluar color models

88 20 14
RGB 136 32 20
HSL 74.36% 30.59%
HSB/HSV 85.29% 53.33%
CMYK 0.00% 76.47% 85.29%
46.67%

Color #882014 in popluar number systems.

HEX 88 20 14
Decimal 136 32 20
Binary 10001000 100000 10100
Octal 210 40 24

Shades and tints

Shades of #882014

#882014
(136,32,20)
#7C1E13
(124,30,19)
#701C12
(112,28,18)
#641A11
(100,26,17)
#581810
(88,24,16)
#4C160F
(76,22,15)
#40140E
(64,20,14)
#34120D
(52,18,13)
#28100C
(40,16,12)
#1C0E0B
(28,14,11)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #882014

#882014
(136,32,20)
#923429
(146,52,41)
#9C483E
(156,72,62)
#A65C53
(166,92,83)
#B07068
(176,112,104)
#BA847D
(186,132,125)
#C49892
(196,152,146)
#CEACA7
(206,172,167)
#D8C0BC
(216,192,188)
#E2D4D1
(226,212,209)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882014; }

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

This text font color is #882014.

Background Color

.myBgColor { background-color: #882014; }

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

This div background color is #882014.

Border color

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

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

This div border color is #882014.

Opacity

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

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

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

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

This text has shadow with #882014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882014.

Preview

Color preview on black background

This text has color #882014 on black background.


Color preview on white background

This text has color #882014 on white background.


Black color preview on #882014 background

This text has black color on #882014 background.


White color preview on #882014 background

This text has white color on #882014 background.


Related colors

Complementary color

Complementary color for #hex is #77DFEB.


I love getcolorcode.com

Triadic colors

1 #148820 and #201488 with #882014 are triadic colors.

2 #142088 and #208814 with #882014 are triadic colors.