COLOR #885932

HEX: #885932
RGB: (136,89,50)

Color info

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

RGB color model

#885932 color RGB value is (136,89,50).

  • red value is 136;
  • green value is 89;
  • blue value is 50.
RGB:
(136,89,50)
(53%,35%,20%)

RGB channels and saturation

R 136 of 255 = 53%
G 89 of 255 = 35%
B 50 of 255 = 20%

136
89
50

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

Portions of RGB colors in percentages

R + G + B =
136 + 89 + 50 = 275 (100%)
R 136 of 275 ~ 49.45%
G 89 of 275 ~ 32.36%
B 50 of 275 ~ 18.18%

%49.45
%32.36
%18.18

CMYK color model

#885932 color CMYK value is (0,35,63,47).

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(0,35,63,47)
C0M35Y63K47 
(0%,35%,63%,47%)
(0.00/0.35/0.63/0.47)	

CMYK percentages

%0
%34.56
%63.24
%46.67

Codes

Color #885932 in popluar color models

885932
RGB1368950
HSL27°46.24%36.47%
HSB/HSV27°63.24%53.33%
CMYK0.00%34.56%63.24%
46.67%

Color #885932 in popluar number systems.

HEX885932
Decimal1368950
Binary100010001011001110010
Octal21013162

Shades and tints

Shades of #885932

#885932
(136,89,50)
#7C512E
(124,81,46)
#70492A
(112,73,42)
#644126
(100,65,38)
#583922
(88,57,34)
#4C311E
(76,49,30)
#40291A
(64,41,26)
#342116
(52,33,22)
#281912
(40,25,18)
#1C110E
(28,17,14)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #885932

#885932
(136,89,50)
#926844
(146,104,68)
#9C7756
(156,119,86)
#A68668
(166,134,104)
#B0957A
(176,149,122)
#BAA48C
(186,164,140)
#C4B39E
(196,179,158)
#CEC2B0
(206,194,176)
#D8D1C2
(216,209,194)
#E2E0D4
(226,224,212)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885932 color. Also use rgb(136,89,50) instead hex code.

Text Font Color

.myTextColor { color: #885932; }

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

This text font color is #885932.


Background Color

.myBgColor { background-color: #885932; }

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

This div background color is #885932.


Border color

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

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

This div border color is #885932.


Opacity

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

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

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

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

This text has shadow with #885932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885932 on black background.


Color preview on white background

This text has color #885932 on white background.



Black color preview on #885932 background

This text has black color on #885932 background.


White color preview on #885932 background

This text has white color on #885932 background.