COLOR #885A36

HEX: #885A36
RGB: (136,90,54)

Color info

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

RGB color model

#885A36 color RGB value is (136,90,54).

  • red value is 136;
  • green value is 90;
  • blue value is 54.
RGB:
(136,90,54)
(53%,35%,21%)

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 54 of 255 = 21%

136
90
54

R + G + B ~ 36%. #885A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 54 = 280 (100%)
R 136 of 280 ~ 48.57%
G 90 of 280 ~ 32.14%
B 54 of 280 ~ 19.29%

%48.57
%32.14
%19.29

CMYK color model

#885A36 color CMYK value is (0,34,60,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 60.29%
  • key color value is 46.67%
CMYK:
(0,34,60,47)
C0M34Y60K47 
(0%,34%,60%,47%)
(0.00/0.34/0.60/0.47)	

CMYK percentages

%0
%33.82
%60.29
%46.67

Codes

Color #885A36 in popluar color models

885A36
RGB1369054
HSL26°43.16%37.25%
HSB/HSV26°60.29%53.33%
CMYK0.00%33.82%60.29%
46.67%

Color #885A36 in popluar number systems.

HEX885A36
Decimal1369054
Binary100010001011010110110
Octal21013266

Shades and tints

Shades of #885A36

#885A36
(136,90,54)
#7C5232
(124,82,50)
#704A2E
(112,74,46)
#64422A
(100,66,42)
#583A26
(88,58,38)
#4C3222
(76,50,34)
#402A1E
(64,42,30)
#34221A
(52,34,26)
#281A16
(40,26,22)
#1C1212
(28,18,18)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #885A36

#885A36
(136,90,54)
#926948
(146,105,72)
#9C785A
(156,120,90)
#A6876C
(166,135,108)
#B0967E
(176,150,126)
#BAA590
(186,165,144)
#C4B4A2
(196,180,162)
#CEC3B4
(206,195,180)
#D8D2C6
(216,210,198)
#E2E1D8
(226,225,216)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885A36 color. Also use rgb(136,90,54) instead hex code.

Text Font Color

.myTextColor { color: #885A36; }

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

This text font color is #885A36.


Background Color

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

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

This div background color is #885A36.


Border color

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

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

This div border color is #885A36.


Opacity

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

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

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

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

This text has shadow with #885A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A36 on black background.


Color preview on white background

This text has color #885A36 on white background.



Black color preview on #885A36 background

This text has black color on #885A36 background.


White color preview on #885A36 background

This text has white color on #885A36 background.