COLOR #886C20

HEX: #886C20
RGB: (136,108,32)

Color info

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

RGB color model

#886C20 color RGB value is (136,108,32).

  • red value is 136;
  • green value is 108;
  • blue value is 32.
RGB:
(136,108,32)
(53%,42%,13%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 32 of 255 = 13%

136
108
32

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 32 = 276 (100%)
R 136 of 276 ~ 49.28%
G 108 of 276 ~ 39.13%
B 32 of 276 ~ 11.59%

%49.28
%39.13
%11.59

CMYK color model

#886C20 color CMYK value is (0,21,76,47).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 76.47%
  • key color value is 46.67%
CMYK:
(0,21,76,47)
C0M21Y76K47 
(0%,21%,76%,47%)
(0.00/0.21/0.76/0.47)	

CMYK percentages

%0
%20.59
%76.47
%46.67

Codes

Color #886C20 in popluar color models

886C20
RGB13610832
HSL44°61.90%32.94%
HSB/HSV44°76.47%53.33%
CMYK0.00%20.59%76.47%
46.67%

Color #886C20 in popluar number systems.

HEX886C20
Decimal13610832
Binary100010001101100100000
Octal21015440

Shades and tints

Shades of #886C20

#886C20
(136,108,32)
#7C631E
(124,99,30)
#705A1C
(112,90,28)
#64511A
(100,81,26)
#584818
(88,72,24)
#4C3F16
(76,63,22)
#403614
(64,54,20)
#342D12
(52,45,18)
#282410
(40,36,16)
#1C1B0E
(28,27,14)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #886C20

#886C20
(136,108,32)
#927934
(146,121,52)
#9C8648
(156,134,72)
#A6935C
(166,147,92)
#B0A070
(176,160,112)
#BAAD84
(186,173,132)
#C4BA98
(196,186,152)
#CEC7AC
(206,199,172)
#D8D4C0
(216,212,192)
#E2E1D4
(226,225,212)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886C20 color. Also use rgb(136,108,32) instead hex code.

Text Font Color

.myTextColor { color: #886C20; }

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

This text font color is #886C20.


Background Color

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

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

This div background color is #886C20.


Border color

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

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

This div border color is #886C20.


Opacity

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

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

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

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

This text has shadow with #886C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C20 on black background.


Color preview on white background

This text has color #886C20 on white background.



Black color preview on #886C20 background

This text has black color on #886C20 background.


White color preview on #886C20 background

This text has white color on #886C20 background.