COLOR #886C21

HEX: #886C21
RGB: (136,108,33)

Color info

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

RGB color model

#886C21 color RGB value is (136,108,33).

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

RGB channels and saturation

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

136
108
33

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 33 = 277 (100%)
R 136 of 277 ~ 49.1%
G 108 of 277 ~ 38.99%
B 33 of 277 ~ 11.91%

%49.1
%38.99
%11.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 75.74%
  • 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
%75.74
%46.67

Codes

Color #886C21 in popluar color models

886C21
RGB13610833
HSL44°60.95%33.14%
HSB/HSV44°75.74%53.33%
CMYK0.00%20.59%75.74%
46.67%

Color #886C21 in popluar number systems.

HEX886C21
Decimal13610833
Binary100010001101100100001
Octal21015441

Shades and tints

Shades of #886C21

#886C21
(136,108,33)
#7C631E
(124,99,30)
#705A1B
(112,90,27)
#645118
(100,81,24)
#584815
(88,72,21)
#4C3F12
(76,63,18)
#40360F
(64,54,15)
#342D0C
(52,45,12)
#282409
(40,36,9)
#1C1B06
(28,27,6)
#101203
(16,18,3)
#000000
(0,0,0)

Tints of #886C21

#886C21
(136,108,33)
#927935
(146,121,53)
#9C8649
(156,134,73)
#A6935D
(166,147,93)
#B0A071
(176,160,113)
#BAAD85
(186,173,133)
#C4BA99
(196,186,153)
#CEC7AD
(206,199,173)
#D8D4C1
(216,212,193)
#E2E1D5
(226,225,213)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C21; }

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

This text font color is #886C21.


Background Color

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

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

This div background color is #886C21.


Border color

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

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

This div border color is #886C21.


Opacity

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

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

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

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

This text has shadow with #886C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C21 on black background.


Color preview on white background

This text has color #886C21 on white background.



Black color preview on #886C21 background

This text has black color on #886C21 background.


White color preview on #886C21 background

This text has white color on #886C21 background.