COLOR #885E47

HEX: #885E47
RGB: (136,94,71)

Color info

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

RGB color model

#885E47 color RGB value is (136,94,71).

  • red value is 136;
  • green value is 94;
  • blue value is 71.
RGB:
(136,94,71)
(53%,37%,28%)

RGB channels and saturation

R 136 of 255 = 53%
G 94 of 255 = 37%
B 71 of 255 = 28%

136
94
71

R + G + B ~ 39%. #885E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 94 + 71 = 301 (100%)
R 136 of 301 ~ 45.18%
G 94 of 301 ~ 31.23%
B 71 of 301 ~ 23.59%

%45.18
%31.23
%23.59

CMYK color model

#885E47 color CMYK value is (0,31,48,47).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 47.79%
  • key color value is 46.67%
CMYK:
(0,31,48,47)
C0M31Y48K47 
(0%,31%,48%,47%)
(0.00/0.31/0.48/0.47)	

CMYK percentages

%0
%30.88
%47.79
%46.67

Codes

Color #885E47 in popluar color models

885E47
RGB1369471
HSL21°31.40%40.59%
HSB/HSV21°47.79%53.33%
CMYK0.00%30.88%47.79%
46.67%

Color #885E47 in popluar number systems.

HEX885E47
Decimal1369471
Binary1000100010111101000111
Octal210136107

Shades and tints

Shades of #885E47

#885E47
(136,94,71)
#7C5641
(124,86,65)
#704E3B
(112,78,59)
#644635
(100,70,53)
#583E2F
(88,62,47)
#4C3629
(76,54,41)
#402E23
(64,46,35)
#34261D
(52,38,29)
#281E17
(40,30,23)
#1C1611
(28,22,17)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #885E47

#885E47
(136,94,71)
#926C57
(146,108,87)
#9C7A67
(156,122,103)
#A68877
(166,136,119)
#B09687
(176,150,135)
#BAA497
(186,164,151)
#C4B2A7
(196,178,167)
#CEC0B7
(206,192,183)
#D8CEC7
(216,206,199)
#E2DCD7
(226,220,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885E47 color. Also use rgb(136,94,71) instead hex code.

Text Font Color

.myTextColor { color: #885E47; }

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

This text font color is #885E47.


Background Color

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

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

This div background color is #885E47.


Border color

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

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

This div border color is #885E47.


Opacity

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

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

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

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

This text has shadow with #885E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885E47 on black background.


Color preview on white background

This text has color #885E47 on white background.



Black color preview on #885E47 background

This text has black color on #885E47 background.


White color preview on #885E47 background

This text has white color on #885E47 background.