COLOR #886E1E

HEX: #886E1E
RGB: (136,110,30)

Color info

#886E1E contains mainly red and green colors. Web safe color of #886E1E is #996633 (or #963).

RGB color model

#886E1E color RGB value is (136,110,30).

  • red value is 136;
  • green value is 110;
  • blue value is 30.
RGB:
(136,110,30)
(53%,43%,12%)

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 30 of 255 = 12%

136
110
30

R + G + B ~ 36%. #886E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 30 = 276 (100%)
R 136 of 276 ~ 49.28%
G 110 of 276 ~ 39.86%
B 30 of 276 ~ 10.87%

%49.28
%39.86
%10.87

CMYK color model

#886E1E color CMYK value is (0,19,78,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 77.94%
  • key color value is 46.67%
CMYK:
(0,19,78,47)
C0M19Y78K47 
(0%,19%,78%,47%)
(0.00/0.19/0.78/0.47)	

CMYK percentages

%0
%19.12
%77.94
%46.67

Codes

Color #886E1E in popluar color models

886E1E
RGB13611030
HSL45°63.86%32.55%
HSB/HSV45°77.94%53.33%
CMYK0.00%19.12%77.94%
46.67%

Color #886E1E in popluar number systems.

HEX886E1E
Decimal13611030
Binary10001000110111011110
Octal21015636

Shades and tints

Shades of #886E1E

#886E1E
(136,110,30)
#7C641C
(124,100,28)
#705A1A
(112,90,26)
#645018
(100,80,24)
#584616
(88,70,22)
#4C3C14
(76,60,20)
#403212
(64,50,18)
#342810
(52,40,16)
#281E0E
(40,30,14)
#1C140C
(28,20,12)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #886E1E

#886E1E
(136,110,30)
#927B32
(146,123,50)
#9C8846
(156,136,70)
#A6955A
(166,149,90)
#B0A26E
(176,162,110)
#BAAF82
(186,175,130)
#C4BC96
(196,188,150)
#CEC9AA
(206,201,170)
#D8D6BE
(216,214,190)
#E2E3D2
(226,227,210)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886E1E color. Also use rgb(136,110,30) instead hex code.

Text Font Color

.myTextColor { color: #886E1E; }

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

This text font color is #886E1E.


Background Color

.myBgColor { background-color: #886E1E; }

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

This div background color is #886E1E.


Border color

.myBorderColor { border: 1px solid #886E1E; }

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

This div border color is #886E1E.


Opacity

.myOpacity80 { color: #886E1E; opacity: 0.8; }

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

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

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

This text has shadow with #886E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E1E on black background.


Color preview on white background

This text has color #886E1E on white background.



Black color preview on #886E1E background

This text has black color on #886E1E background.


White color preview on #886E1E background

This text has white color on #886E1E background.