COLOR #886208

HEX: #886208
RGB: (136,98,8)

Color info

#886208 contains mainly red and green colors. Web safe color of #886208 is #996600 (or #960).

RGB color model

#886208 color RGB value is (136,98,8).

  • red value is 136;
  • green value is 98;
  • blue value is 8.
RGB:
(136,98,8)
(53%,38%,3%)

RGB channels and saturation

R 136 of 255 = 53%
G 98 of 255 = 38%
B 8 of 255 = 3%

136
98
8

R + G + B ~ 31%. #886208 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 98 + 8 = 242 (100%)
R 136 of 242 ~ 56.2%
G 98 of 242 ~ 40.5%
B 8 of 242 ~ 3.31%

%56.2
%40.5

CMYK color model

#886208 color CMYK value is (0,28,94,47).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 94.12%
  • key color value is 46.67%
CMYK:
(0,28,94,47)
C0M28Y94K47 
(0%,28%,94%,47%)
(0.00/0.28/0.94/0.47)	

CMYK percentages

%0
%27.94
%94.12
%46.67

Codes

Color #886208 in popluar color models

886208
RGB136988
HSL42°88.89%28.24%
HSB/HSV42°94.12%53.33%
CMYK0.00%27.94%94.12%
46.67%

Color #886208 in popluar number systems.

HEX886208
Decimal136988
Binary1000100011000101000
Octal21014210

Shades and tints

Shades of #886208

#886208
(136,98,8)
#7C5A08
(124,90,8)
#705208
(112,82,8)
#644A08
(100,74,8)
#584208
(88,66,8)
#4C3A08
(76,58,8)
#403208
(64,50,8)
#342A08
(52,42,8)
#282208
(40,34,8)
#1C1A08
(28,26,8)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #886208

#886208
(136,98,8)
#92701E
(146,112,30)
#9C7E34
(156,126,52)
#A68C4A
(166,140,74)
#B09A60
(176,154,96)
#BAA876
(186,168,118)
#C4B68C
(196,182,140)
#CEC4A2
(206,196,162)
#D8D2B8
(216,210,184)
#E2E0CE
(226,224,206)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886208 color. Also use rgb(136,98,8) instead hex code.

Text Font Color

.myTextColor { color: #886208; }

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

This text font color is #886208.


Background Color

.myBgColor { background-color: #886208; }

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

This div background color is #886208.


Border color

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

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

This div border color is #886208.


Opacity

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

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

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

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

This text has shadow with #886208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886208 on black background.


Color preview on white background

This text has color #886208 on white background.



Black color preview on #886208 background

This text has black color on #886208 background.


White color preview on #886208 background

This text has white color on #886208 background.