COLOR #885431

HEX: #885431
RGB: (136,84,49)

Color info

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

RGB color model

#885431 color RGB value is (136,84,49).

  • red value is 136;
  • green value is 84;
  • blue value is 49.
RGB:
(136,84,49)
(53%,33%,19%)

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 49 of 255 = 19%

136
84
49

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

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 49 = 269 (100%)
R 136 of 269 ~ 50.56%
G 84 of 269 ~ 31.23%
B 49 of 269 ~ 18.22%

%50.56
%31.23
%18.22

CMYK color model

#885431 color CMYK value is (0,38,64,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 63.97%
  • key color value is 46.67%
CMYK:
(0,38,64,47)
C0M38Y64K47 
(0%,38%,64%,47%)
(0.00/0.38/0.64/0.47)	

CMYK percentages

%0
%38.24
%63.97
%46.67

Codes

Color #885431 in popluar color models

885431
RGB1368449
HSL24°47.03%36.27%
HSB/HSV24°63.97%53.33%
CMYK0.00%38.24%63.97%
46.67%

Color #885431 in popluar number systems.

HEX885431
Decimal1368449
Binary100010001010100110001
Octal21012461

Shades and tints

Shades of #885431

#885431
(136,84,49)
#7C4D2D
(124,77,45)
#704629
(112,70,41)
#643F25
(100,63,37)
#583821
(88,56,33)
#4C311D
(76,49,29)
#402A19
(64,42,25)
#342315
(52,35,21)
#281C11
(40,28,17)
#1C150D
(28,21,13)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #885431

#885431
(136,84,49)
#926343
(146,99,67)
#9C7255
(156,114,85)
#A68167
(166,129,103)
#B09079
(176,144,121)
#BA9F8B
(186,159,139)
#C4AE9D
(196,174,157)
#CEBDAF
(206,189,175)
#D8CCC1
(216,204,193)
#E2DBD3
(226,219,211)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885431 color. Also use rgb(136,84,49) instead hex code.

Text Font Color

.myTextColor { color: #885431; }

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

This text font color is #885431.


Background Color

.myBgColor { background-color: #885431; }

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

This div background color is #885431.


Border color

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

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

This div border color is #885431.


Opacity

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

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

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

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

This text has shadow with #885431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885431 on black background.


Color preview on white background

This text has color #885431 on white background.



Black color preview on #885431 background

This text has black color on #885431 background.


White color preview on #885431 background

This text has white color on #885431 background.