COLOR #885D4E

HEX: #885D4E
RGB: (136,93,78)

Color info

#885D4E contains red, green and blue colors in about the same proportion. Web safe color of #885D4E is #996666 (or #966).

RGB color model

#885D4E color RGB value is (136,93,78).

  • red value is 136;
  • green value is 93;
  • blue value is 78.
RGB:
(136,93,78)
(53%,36%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 78 of 255 = 31%

136
93
78

R + G + B ~ 40%. #885D4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 78 = 307 (100%)
R 136 of 307 ~ 44.3%
G 93 of 307 ~ 30.29%
B 78 of 307 ~ 25.41%

%44.3
%30.29
%25.41

CMYK color model

#885D4E color CMYK value is (0,32,43,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(0,32,43,47)
C0M32Y43K47 
(0%,32%,43%,47%)
(0.00/0.32/0.43/0.47)	

CMYK percentages

%0
%31.62
%42.65
%46.67

Codes

Color #885D4E in popluar color models

885D4E
RGB1369378
HSL16°27.10%41.96%
HSB/HSV16°42.65%53.33%
CMYK0.00%31.62%42.65%
46.67%

Color #885D4E in popluar number systems.

HEX885D4E
Decimal1369378
Binary1000100010111011001110
Octal210135116

Shades and tints

Shades of #885D4E

#885D4E
(136,93,78)
#7C5547
(124,85,71)
#704D40
(112,77,64)
#644539
(100,69,57)
#583D32
(88,61,50)
#4C352B
(76,53,43)
#402D24
(64,45,36)
#34251D
(52,37,29)
#281D16
(40,29,22)
#1C150F
(28,21,15)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #885D4E

#885D4E
(136,93,78)
#926B5E
(146,107,94)
#9C796E
(156,121,110)
#A6877E
(166,135,126)
#B0958E
(176,149,142)
#BAA39E
(186,163,158)
#C4B1AE
(196,177,174)
#CEBFBE
(206,191,190)
#D8CDCE
(216,205,206)
#E2DBDE
(226,219,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885D4E color. Also use rgb(136,93,78) instead hex code.

Text Font Color

.myTextColor { color: #885D4E; }

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

This text font color is #885D4E.


Background Color

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

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

This div background color is #885D4E.


Border color

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

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

This div border color is #885D4E.


Opacity

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

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

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

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

This text has shadow with #885D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D4E on black background.


Color preview on white background

This text has color #885D4E on white background.



Black color preview on #885D4E background

This text has black color on #885D4E background.


White color preview on #885D4E background

This text has white color on #885D4E background.