COLOR #885F72

HEX: #885F72
RGB: (136,95,114)

Color info

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

RGB color model

#885F72 color RGB value is (136,95,114).

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

RGB channels and saturation

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

136
95
114

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

Portions of RGB colors in percentages

R + G + B =
136 + 95 + 114 = 345 (100%)
R 136 of 345 ~ 39.42%
G 95 of 345 ~ 27.54%
B 114 of 345 ~ 33.04%

%39.42
%27.54
%33.04

CMYK color model

#885F72 color CMYK value is (0,30,16,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(0,30,16,47)
C0M30Y16K47 
(0%,30%,16%,47%)
(0.00/0.30/0.16/0.47)	

CMYK percentages

%0
%30.15
%16.18
%46.67

Codes

Color #885F72 in popluar color models

885F72
RGB13695114
HSL332°17.75%45.29%
HSB/HSV332°30.15%53.33%
CMYK0.00%30.15%16.18%
46.67%

Color #885F72 in popluar number systems.

HEX885F72
Decimal13695114
Binary1000100010111111110010
Octal210137162

Shades and tints

Shades of #885F72

#885F72
(136,95,114)
#7C5768
(124,87,104)
#704F5E
(112,79,94)
#644754
(100,71,84)
#583F4A
(88,63,74)
#4C3740
(76,55,64)
#402F36
(64,47,54)
#34272C
(52,39,44)
#281F22
(40,31,34)
#1C1718
(28,23,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #885F72

#885F72
(136,95,114)
#926D7E
(146,109,126)
#9C7B8A
(156,123,138)
#A68996
(166,137,150)
#B097A2
(176,151,162)
#BAA5AE
(186,165,174)
#C4B3BA
(196,179,186)
#CEC1C6
(206,193,198)
#D8CFD2
(216,207,210)
#E2DDDE
(226,221,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885F72; }

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

This text font color is #885F72.


Background Color

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

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

This div background color is #885F72.


Border color

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

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

This div border color is #885F72.


Opacity

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

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

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

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

This text has shadow with #885F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885F72 on black background.


Color preview on white background

This text has color #885F72 on white background.



Black color preview on #885F72 background

This text has black color on #885F72 background.


White color preview on #885F72 background

This text has white color on #885F72 background.