COLOR #882806

HEX: #882806
RGB: (136,40,6)

Color info

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

RGB color model

#882806 color RGB value is (136,40,6).

  • red value is 136;
  • green value is 40;
  • blue value is 6.
RGB:
(136,40,6)
(53%,16%,2%)

RGB channels and saturation

R 136 of 255 = 53%
G 40 of 255 = 16%
B 6 of 255 = 2%

136
40
6

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

Portions of RGB colors in percentages

R + G + B =
136 + 40 + 6 = 182 (100%)
R 136 of 182 ~ 74.73%
G 40 of 182 ~ 21.98%
B 6 of 182 ~ 3.3%

%74.73
%21.98

CMYK color model

#882806 color CMYK value is (0,71,96,47).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 95.59%
  • key color value is 46.67%
CMYK:
(0,71,96,47)
C0M71Y96K47 
(0%,71%,96%,47%)
(0.00/0.71/0.96/0.47)	

CMYK percentages

%0
%70.59
%95.59
%46.67

Codes

Color #882806 in popluar color models

882806
RGB136406
HSL16°91.55%27.84%
HSB/HSV16°95.59%53.33%
CMYK0.00%70.59%95.59%
46.67%

Color #882806 in popluar number systems.

HEX882806
Decimal136406
Binary10001000101000110
Octal210506

Shades and tints

Shades of #882806

#882806
(136,40,6)
#7C2506
(124,37,6)
#702206
(112,34,6)
#641F06
(100,31,6)
#581C06
(88,28,6)
#4C1906
(76,25,6)
#401606
(64,22,6)
#341306
(52,19,6)
#281006
(40,16,6)
#1C0D06
(28,13,6)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #882806

#882806
(136,40,6)
#923B1C
(146,59,28)
#9C4E32
(156,78,50)
#A66148
(166,97,72)
#B0745E
(176,116,94)
#BA8774
(186,135,116)
#C49A8A
(196,154,138)
#CEADA0
(206,173,160)
#D8C0B6
(216,192,182)
#E2D3CC
(226,211,204)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882806; }

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

This text font color is #882806.


Background Color

.myBgColor { background-color: #882806; }

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

This div background color is #882806.


Border color

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

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

This div border color is #882806.


Opacity

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

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

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

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

This text has shadow with #882806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882806 on black background.


Color preview on white background

This text has color #882806 on white background.



Black color preview on #882806 background

This text has black color on #882806 background.


White color preview on #882806 background

This text has white color on #882806 background.