COLOR #885B64

HEX: #885B64
RGB: (136,91,100)

Color info

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

RGB color model

#885B64 color RGB value is (136,91,100).

  • red value is 136;
  • green value is 91;
  • blue value is 100.
RGB:
(136,91,100)
(53%,36%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 100 of 255 = 39%

136
91
100

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

Portions of RGB colors in percentages

R + G + B =
136 + 91 + 100 = 327 (100%)
R 136 of 327 ~ 41.59%
G 91 of 327 ~ 27.83%
B 100 of 327 ~ 30.58%

%41.59
%27.83
%30.58

CMYK color model

#885B64 color CMYK value is (0,33,26,47).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(0,33,26,47)
C0M33Y26K47 
(0%,33%,26%,47%)
(0.00/0.33/0.26/0.47)	

CMYK percentages

%0
%33.09
%26.47
%46.67

Codes

Color #885B64 in popluar color models

885B64
RGB13691100
HSL348°19.82%44.51%
HSB/HSV348°33.09%53.33%
CMYK0.00%33.09%26.47%
46.67%

Color #885B64 in popluar number systems.

HEX885B64
Decimal13691100
Binary1000100010110111100100
Octal210133144

Shades and tints

Shades of #885B64

#885B64
(136,91,100)
#7C535B
(124,83,91)
#704B52
(112,75,82)
#644349
(100,67,73)
#583B40
(88,59,64)
#4C3337
(76,51,55)
#402B2E
(64,43,46)
#342325
(52,35,37)
#281B1C
(40,27,28)
#1C1313
(28,19,19)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #885B64

#885B64
(136,91,100)
#926972
(146,105,114)
#9C7780
(156,119,128)
#A6858E
(166,133,142)
#B0939C
(176,147,156)
#BAA1AA
(186,161,170)
#C4AFB8
(196,175,184)
#CEBDC6
(206,189,198)
#D8CBD4
(216,203,212)
#E2D9E2
(226,217,226)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885B64 color. Also use rgb(136,91,100) instead hex code.

Text Font Color

.myTextColor { color: #885B64; }

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

This text font color is #885B64.


Background Color

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

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

This div background color is #885B64.


Border color

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

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

This div border color is #885B64.


Opacity

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

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

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

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

This text has shadow with #885B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885B64 on black background.


Color preview on white background

This text has color #885B64 on white background.



Black color preview on #885B64 background

This text has black color on #885B64 background.


White color preview on #885B64 background

This text has white color on #885B64 background.