COLOR #882E04

HEX: #882E04
RGB: (136,46,4)

Color info

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

RGB color model

#882E04 color RGB value is (136,46,4).

  • red value is 136;
  • green value is 46;
  • blue value is 4.
RGB:
(136,46,4)
(53%,18%,2%)

RGB channels and saturation

R 136 of 255 = 53%
G 46 of 255 = 18%
B 4 of 255 = 2%

136
46
4

R + G + B ~ 24%. #882E04 is dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 46 + 4 = 186 (100%)
R 136 of 186 ~ 73.12%
G 46 of 186 ~ 24.73%
B 4 of 186 ~ 2.15%

%73.12
%24.73

CMYK color model

#882E04 color CMYK value is (0,66,97,47).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 97.06%
  • key color value is 46.67%
CMYK:
(0,66,97,47)
C0M66Y97K47 
(0%,66%,97%,47%)
(0.00/0.66/0.97/0.47)	

CMYK percentages

%0
%66.18
%97.06
%46.67

Codes

Color #882E04 in popluar color models

882E04
RGB136464
HSL19°94.29%27.45%
HSB/HSV19°97.06%53.33%
CMYK0.00%66.18%97.06%
46.67%

Color #882E04 in popluar number systems.

HEX882E04
Decimal136464
Binary10001000101110100
Octal210564

Shades and tints

Shades of #882E04

#882E04
(136,46,4)
#7C2A04
(124,42,4)
#702604
(112,38,4)
#642204
(100,34,4)
#581E04
(88,30,4)
#4C1A04
(76,26,4)
#401604
(64,22,4)
#341204
(52,18,4)
#280E04
(40,14,4)
#1C0A04
(28,10,4)
#100604
(16,6,4)
#000000
(0,0,0)

Tints of #882E04

#882E04
(136,46,4)
#92411A
(146,65,26)
#9C5430
(156,84,48)
#A66746
(166,103,70)
#B07A5C
(176,122,92)
#BA8D72
(186,141,114)
#C4A088
(196,160,136)
#CEB39E
(206,179,158)
#D8C6B4
(216,198,180)
#E2D9CA
(226,217,202)
#ECECE0
(236,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882E04 color. Also use rgb(136,46,4) instead hex code.

Text Font Color

.myTextColor { color: #882E04; }

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

This text font color is #882E04.


Background Color

.myBgColor { background-color: #882E04; }

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

This div background color is #882E04.


Border color

.myBorderColor { border: 1px solid #882E04; }

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

This div border color is #882E04.


Opacity

.myOpacity80 { color: #882E04; opacity: 0.8; }

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

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

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

This text has shadow with #882E04 color.

.textShadow {text-shadow: 3px 3px 1px #882E04, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882E04 on black background.


Color preview on white background

This text has color #882E04 on white background.



Black color preview on #882E04 background

This text has black color on #882E04 background.


White color preview on #882E04 background

This text has white color on #882E04 background.