COLOR #885E12

HEX: #885E12
RGB: (136,94,18)

Color info

#885E12 contains mainly red and green colors. Web safe color of #885E12 is #996600 (or #960).

RGB color model

#885E12 color RGB value is (136,94,18).

  • red value is 136;
  • green value is 94;
  • blue value is 18.
RGB:
(136,94,18)
(53%,37%,7%)

RGB channels and saturation

R 136 of 255 = 53%
G 94 of 255 = 37%
B 18 of 255 = 7%

136
94
18

R + G + B ~ 32%. #885E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 94 + 18 = 248 (100%)
R 136 of 248 ~ 54.84%
G 94 of 248 ~ 37.9%
B 18 of 248 ~ 7.26%

%54.84
%37.9

CMYK color model

#885E12 color CMYK value is (0,31,87,47).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 86.76%
  • key color value is 46.67%
CMYK:
(0,31,87,47)
C0M31Y87K47 
(0%,31%,87%,47%)
(0.00/0.31/0.87/0.47)	

CMYK percentages

%0
%30.88
%86.76
%46.67

Codes

Color #885E12 in popluar color models

885E12
RGB1369418
HSL39°76.62%30.20%
HSB/HSV39°86.76%53.33%
CMYK0.00%30.88%86.76%
46.67%

Color #885E12 in popluar number systems.

HEX885E12
Decimal1369418
Binary10001000101111010010
Octal21013622

Shades and tints

Shades of #885E12

#885E12
(136,94,18)
#7C5611
(124,86,17)
#704E10
(112,78,16)
#64460F
(100,70,15)
#583E0E
(88,62,14)
#4C360D
(76,54,13)
#402E0C
(64,46,12)
#34260B
(52,38,11)
#281E0A
(40,30,10)
#1C1609
(28,22,9)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #885E12

#885E12
(136,94,18)
#926C27
(146,108,39)
#9C7A3C
(156,122,60)
#A68851
(166,136,81)
#B09666
(176,150,102)
#BAA47B
(186,164,123)
#C4B290
(196,178,144)
#CEC0A5
(206,192,165)
#D8CEBA
(216,206,186)
#E2DCCF
(226,220,207)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885E12 color. Also use rgb(136,94,18) instead hex code.

Text Font Color

.myTextColor { color: #885E12; }

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

This text font color is #885E12.


Background Color

.myBgColor { background-color: #885E12; }

<div style="background-color:#885E12">Inner text</div>

This div background color is #885E12.


Border color

.myBorderColor { border: 1px solid #885E12; }

<div style="border:3px solid #885E12">Div</div>

This div border color is #885E12.


Opacity

.myOpacity80 { color: #885E12; opacity: 0.8; }

<p style="color:#885E12;opacity:0.8;">80%</p>

Text with #885E12 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 #885E12;}

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

This text has shadow with #885E12 color.

.textShadow {text-shadow: 3px 3px 1px #885E12, 3px 3px 1px red;}

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

This text has shadow with #885E12 primary color and red secondary color.


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

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

This text has shadow with #885E12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885E12 on black background.


Color preview on white background

This text has color #885E12 on white background.



Black color preview on #885E12 background

This text has black color on #885E12 background.


White color preview on #885E12 background

This text has white color on #885E12 background.