COLOR #882400

HEX: #882400 RGB: (136,36,0)

Color info

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

RGB color model

#882400 color RGB value is (136,36,0).

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

RGB channels and saturation

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

136
36
0

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

Portions of RGB colors in percentages

R + G + B = 136 + 36 + 0 = 172 (100%)
R 136 of 172 ~ 79.07%
G 36 of 172 ~ 20.93%
B 0 of 172 ~ 0'%

%79.07
%20.93

CMYK color model

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

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

CMYK: (0,74,100,47)
C0M74Y100K47 (0%, 74%, 100%, 47%)
(0.00 / 0.74 / 1.00 / 0.47)

CMYK percentages

%0
%73.53
%100
%46.67

Codes

Color #882400 in popluar color models

88 24 00
RGB 136 36 0
HSL 16° 100.00% 26.67%
HSB/HSV 16° 100.00% 53.33%
CMYK 0.00% 73.53% 100.00%
46.67%

Color #882400 in popluar number systems.

HEX 88 24 00
Decimal 136 36 0
Binary 10001000 100100 0
Octal 210 44 0

Shades and tints

Shades of #882400

#882400
(136,36,0)
#7C2100
(124,33,0)
#701E00
(112,30,0)
#641B00
(100,27,0)
#581800
(88,24,0)
#4C1500
(76,21,0)
#401200
(64,18,0)
#340F00
(52,15,0)
#280C00
(40,12,0)
#1C0900
(28,9,0)
#100600
(16,6,0)
#000000
(0,0,0)

Tints of #882400

#882400
(136,36,0)
#923717
(146,55,23)
#9C4A2E
(156,74,46)
#A65D45
(166,93,69)
#B0705C
(176,112,92)
#BA8373
(186,131,115)
#C4968A
(196,150,138)
#CEA9A1
(206,169,161)
#D8BCB8
(216,188,184)
#E2CFCF
(226,207,207)
#ECE2E6
(236,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882400; }

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

This text font color is #882400.

Background Color

.myBgColor { background-color: #882400; }

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

This div background color is #882400.

Border color

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

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

This div border color is #882400.

Opacity

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

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

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

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

This text has shadow with #882400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882400.

Preview

Color preview on black background

This text has color #882400 on black background.


Color preview on white background

This text has color #882400 on white background.


Black color preview on #882400 background

This text has black color on #882400 background.


White color preview on #882400 background

This text has white color on #882400 background.


Related colors

Complementary color

Complementary color for #hex is #77DBFF.


I love getcolorcode.com

Triadic colors

1 #008824 and #240088 with #882400 are triadic colors.

2 #002488 and #248800 with #882400 are triadic colors.