COLOR #886E2E

HEX: #886E2E
RGB: (136,110,46)

Color info

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

RGB color model

#886E2E color RGB value is (136,110,46).

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

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 46 of 255 = 18%

136
110
46

R + G + B ~ 38%. #886E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 46 = 292 (100%)
R 136 of 292 ~ 46.58%
G 110 of 292 ~ 37.67%
B 46 of 292 ~ 15.75%

%46.58
%37.67
%15.75

CMYK color model

#886E2E color CMYK value is (0,19,66,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 66.18%
  • key color value is 46.67%
CMYK:
(0,19,66,47)
C0M19Y66K47 
(0%,19%,66%,47%)
(0.00/0.19/0.66/0.47)	

CMYK percentages

%0
%19.12
%66.18
%46.67

Codes

Color #886E2E in popluar color models

886E2E
RGB13611046
HSL43°49.45%35.69%
HSB/HSV43°66.18%53.33%
CMYK0.00%19.12%66.18%
46.67%

Color #886E2E in popluar number systems.

HEX886E2E
Decimal13611046
Binary100010001101110101110
Octal21015656

Shades and tints

Shades of #886E2E

#886E2E
(136,110,46)
#7C642A
(124,100,42)
#705A26
(112,90,38)
#645022
(100,80,34)
#58461E
(88,70,30)
#4C3C1A
(76,60,26)
#403216
(64,50,22)
#342812
(52,40,18)
#281E0E
(40,30,14)
#1C140A
(28,20,10)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #886E2E

#886E2E
(136,110,46)
#927B41
(146,123,65)
#9C8854
(156,136,84)
#A69567
(166,149,103)
#B0A27A
(176,162,122)
#BAAF8D
(186,175,141)
#C4BCA0
(196,188,160)
#CEC9B3
(206,201,179)
#D8D6C6
(216,214,198)
#E2E3D9
(226,227,217)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886E2E; }

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

This text font color is #886E2E.


Background Color

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

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

This div background color is #886E2E.


Border color

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

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

This div border color is #886E2E.


Opacity

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

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

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

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

This text has shadow with #886E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E2E on black background.


Color preview on white background

This text has color #886E2E on white background.



Black color preview on #886E2E background

This text has black color on #886E2E background.


White color preview on #886E2E background

This text has white color on #886E2E background.