COLOR #885A4E

HEX: #885A4E
RGB: (136,90,78)

Color info

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

RGB color model

#885A4E color RGB value is (136,90,78).

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

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 78 of 255 = 31%

136
90
78

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

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 78 = 304 (100%)
R 136 of 304 ~ 44.74%
G 90 of 304 ~ 29.61%
B 78 of 304 ~ 25.66%

%44.74
%29.61
%25.66

CMYK color model

#885A4E color CMYK value is (0,34,43,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(0,34,43,47)
C0M34Y43K47 
(0%,34%,43%,47%)
(0.00/0.34/0.43/0.47)	

CMYK percentages

%0
%33.82
%42.65
%46.67

Codes

Color #885A4E in popluar color models

885A4E
RGB1369078
HSL12°27.10%41.96%
HSB/HSV12°42.65%53.33%
CMYK0.00%33.82%42.65%
46.67%

Color #885A4E in popluar number systems.

HEX885A4E
Decimal1369078
Binary1000100010110101001110
Octal210132116

Shades and tints

Shades of #885A4E

#885A4E
(136,90,78)
#7C5247
(124,82,71)
#704A40
(112,74,64)
#644239
(100,66,57)
#583A32
(88,58,50)
#4C322B
(76,50,43)
#402A24
(64,42,36)
#34221D
(52,34,29)
#281A16
(40,26,22)
#1C120F
(28,18,15)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #885A4E

#885A4E
(136,90,78)
#92695E
(146,105,94)
#9C786E
(156,120,110)
#A6877E
(166,135,126)
#B0968E
(176,150,142)
#BAA59E
(186,165,158)
#C4B4AE
(196,180,174)
#CEC3BE
(206,195,190)
#D8D2CE
(216,210,206)
#E2E1DE
(226,225,222)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885A4E; }

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

This text font color is #885A4E.


Background Color

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

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

This div background color is #885A4E.


Border color

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

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

This div border color is #885A4E.


Opacity

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

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

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

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

This text has shadow with #885A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A4E on black background.


Color preview on white background

This text has color #885A4E on white background.



Black color preview on #885A4E background

This text has black color on #885A4E background.


White color preview on #885A4E background

This text has white color on #885A4E background.