COLOR #885B2A

HEX: #885B2A
RGB: (136,91,42)

Color info

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

RGB color model

#885B2A color RGB value is (136,91,42).

  • red value is 136;
  • green value is 91;
  • blue value is 42.
RGB:
(136,91,42)
(53%,36%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 42 of 255 = 16%

136
91
42

R + G + B ~ 35%. #885B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 91 + 42 = 269 (100%)
R 136 of 269 ~ 50.56%
G 91 of 269 ~ 33.83%
B 42 of 269 ~ 15.61%

%50.56
%33.83
%15.61

CMYK color model

#885B2A color CMYK value is (0,33,69,47).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(0,33,69,47)
C0M33Y69K47 
(0%,33%,69%,47%)
(0.00/0.33/0.69/0.47)	

CMYK percentages

%0
%33.09
%69.12
%46.67

Codes

Color #885B2A in popluar color models

885B2A
RGB1369142
HSL31°52.81%34.90%
HSB/HSV31°69.12%53.33%
CMYK0.00%33.09%69.12%
46.67%

Color #885B2A in popluar number systems.

HEX885B2A
Decimal1369142
Binary100010001011011101010
Octal21013352

Shades and tints

Shades of #885B2A

#885B2A
(136,91,42)
#7C5327
(124,83,39)
#704B24
(112,75,36)
#644321
(100,67,33)
#583B1E
(88,59,30)
#4C331B
(76,51,27)
#402B18
(64,43,24)
#342315
(52,35,21)
#281B12
(40,27,18)
#1C130F
(28,19,15)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #885B2A

#885B2A
(136,91,42)
#92693D
(146,105,61)
#9C7750
(156,119,80)
#A68563
(166,133,99)
#B09376
(176,147,118)
#BAA189
(186,161,137)
#C4AF9C
(196,175,156)
#CEBDAF
(206,189,175)
#D8CBC2
(216,203,194)
#E2D9D5
(226,217,213)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885B2A color. Also use rgb(136,91,42) instead hex code.

Text Font Color

.myTextColor { color: #885B2A; }

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

This text font color is #885B2A.


Background Color

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

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

This div background color is #885B2A.


Border color

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

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

This div border color is #885B2A.


Opacity

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

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

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

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

This text has shadow with #885B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885B2A on black background.


Color preview on white background

This text has color #885B2A on white background.



Black color preview on #885B2A background

This text has black color on #885B2A background.


White color preview on #885B2A background

This text has white color on #885B2A background.