COLOR #885F73

HEX: #885F73
RGB: (136,95,115)

Color info

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

RGB color model

#885F73 color RGB value is (136,95,115).

  • red value is 136;
  • green value is 95;
  • blue value is 115.
RGB:
(136,95,115)
(53%,37%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 115 of 255 = 45%

136
95
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 95 + 115 = 346 (100%)
R 136 of 346 ~ 39.31%
G 95 of 346 ~ 27.46%
B 115 of 346 ~ 33.24%

%39.31
%27.46
%33.24

CMYK color model

#885F73 color CMYK value is (0,30,15,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(0,30,15,47)
C0M30Y15K47 
(0%,30%,15%,47%)
(0.00/0.30/0.15/0.47)	

CMYK percentages

%0
%30.15
%15.44
%46.67

Codes

Color #885F73 in popluar color models

885F73
RGB13695115
HSL331°17.75%45.29%
HSB/HSV331°30.15%53.33%
CMYK0.00%30.15%15.44%
46.67%

Color #885F73 in popluar number systems.

HEX885F73
Decimal13695115
Binary1000100010111111110011
Octal210137163

Shades and tints

Shades of #885F73

#885F73
(136,95,115)
#7C5769
(124,87,105)
#704F5F
(112,79,95)
#644755
(100,71,85)
#583F4B
(88,63,75)
#4C3741
(76,55,65)
#402F37
(64,47,55)
#34272D
(52,39,45)
#281F23
(40,31,35)
#1C1719
(28,23,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #885F73

#885F73
(136,95,115)
#926D7F
(146,109,127)
#9C7B8B
(156,123,139)
#A68997
(166,137,151)
#B097A3
(176,151,163)
#BAA5AF
(186,165,175)
#C4B3BB
(196,179,187)
#CEC1C7
(206,193,199)
#D8CFD3
(216,207,211)
#E2DDDF
(226,221,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885F73 color. Also use rgb(136,95,115) instead hex code.

Text Font Color

.myTextColor { color: #885F73; }

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

This text font color is #885F73.


Background Color

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

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

This div background color is #885F73.


Border color

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

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

This div border color is #885F73.


Opacity

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

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

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

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

This text has shadow with #885F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885F73 on black background.


Color preview on white background

This text has color #885F73 on white background.



Black color preview on #885F73 background

This text has black color on #885F73 background.


White color preview on #885F73 background

This text has white color on #885F73 background.