COLOR #885612

HEX: #885612
RGB: (136,86,18)

Color info

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

RGB color model

#885612 color RGB value is (136,86,18).

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

RGB channels and saturation

R 136 of 255 = 53%
G 86 of 255 = 34%
B 18 of 255 = 7%

136
86
18

R + G + B ~ 31%. #885612 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 86 + 18 = 240 (100%)
R 136 of 240 ~ 56.67%
G 86 of 240 ~ 35.83%
B 18 of 240 ~ 7.5%

%56.67
%35.83

CMYK color model

#885612 color CMYK value is (0,37,87,47).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 86.76%
  • key color value is 46.67%
CMYK:
(0,37,87,47)
C0M37Y87K47 
(0%,37%,87%,47%)
(0.00/0.37/0.87/0.47)	

CMYK percentages

%0
%36.76
%86.76
%46.67

Codes

Color #885612 in popluar color models

885612
RGB1368618
HSL35°76.62%30.20%
HSB/HSV35°86.76%53.33%
CMYK0.00%36.76%86.76%
46.67%

Color #885612 in popluar number systems.

HEX885612
Decimal1368618
Binary10001000101011010010
Octal21012622

Shades and tints

Shades of #885612

#885612
(136,86,18)
#7C4F11
(124,79,17)
#704810
(112,72,16)
#64410F
(100,65,15)
#583A0E
(88,58,14)
#4C330D
(76,51,13)
#402C0C
(64,44,12)
#34250B
(52,37,11)
#281E0A
(40,30,10)
#1C1709
(28,23,9)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #885612

#885612
(136,86,18)
#926527
(146,101,39)
#9C743C
(156,116,60)
#A68351
(166,131,81)
#B09266
(176,146,102)
#BAA17B
(186,161,123)
#C4B090
(196,176,144)
#CEBFA5
(206,191,165)
#D8CEBA
(216,206,186)
#E2DDCF
(226,221,207)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885612; }

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

This text font color is #885612.


Background Color

.myBgColor { background-color: #885612; }

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

This div background color is #885612.


Border color

.myBorderColor { border: 1px solid #885612; }

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

This div border color is #885612.


Opacity

.myOpacity80 { color: #885612; opacity: 0.8; }

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

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

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

This text has shadow with #885612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885612 on black background.


Color preview on white background

This text has color #885612 on white background.



Black color preview on #885612 background

This text has black color on #885612 background.


White color preview on #885612 background

This text has white color on #885612 background.