COLOR #886A31

HEX: #886A31
RGB: (136,106,49)

Color info

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

RGB color model

#886A31 color RGB value is (136,106,49).

  • red value is 136;
  • green value is 106;
  • blue value is 49.
RGB:
(136,106,49)
(53%,42%,19%)

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 49 of 255 = 19%

136
106
49

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 49 = 291 (100%)
R 136 of 291 ~ 46.74%
G 106 of 291 ~ 36.43%
B 49 of 291 ~ 16.84%

%46.74
%36.43
%16.84

CMYK color model

#886A31 color CMYK value is (0,22,64,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 63.97%
  • key color value is 46.67%
CMYK:
(0,22,64,47)
C0M22Y64K47 
(0%,22%,64%,47%)
(0.00/0.22/0.64/0.47)	

CMYK percentages

%0
%22.06
%63.97
%46.67

Codes

Color #886A31 in popluar color models

886A31
RGB13610649
HSL39°47.03%36.27%
HSB/HSV39°63.97%53.33%
CMYK0.00%22.06%63.97%
46.67%

Color #886A31 in popluar number systems.

HEX886A31
Decimal13610649
Binary100010001101010110001
Octal21015261

Shades and tints

Shades of #886A31

#886A31
(136,106,49)
#7C612D
(124,97,45)
#705829
(112,88,41)
#644F25
(100,79,37)
#584621
(88,70,33)
#4C3D1D
(76,61,29)
#403419
(64,52,25)
#342B15
(52,43,21)
#282211
(40,34,17)
#1C190D
(28,25,13)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #886A31

#886A31
(136,106,49)
#927743
(146,119,67)
#9C8455
(156,132,85)
#A69167
(166,145,103)
#B09E79
(176,158,121)
#BAAB8B
(186,171,139)
#C4B89D
(196,184,157)
#CEC5AF
(206,197,175)
#D8D2C1
(216,210,193)
#E2DFD3
(226,223,211)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886A31 color. Also use rgb(136,106,49) instead hex code.

Text Font Color

.myTextColor { color: #886A31; }

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

This text font color is #886A31.


Background Color

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

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

This div background color is #886A31.


Border color

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

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

This div border color is #886A31.


Opacity

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

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

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

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

This text has shadow with #886A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A31 on black background.


Color preview on white background

This text has color #886A31 on white background.



Black color preview on #886A31 background

This text has black color on #886A31 background.


White color preview on #886A31 background

This text has white color on #886A31 background.