COLOR #885D7B

HEX: #885D7B
RGB: (136,93,123)

Color info

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

RGB color model

#885D7B color RGB value is (136,93,123).

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

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 123 of 255 = 48%

136
93
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 123 = 352 (100%)
R 136 of 352 ~ 38.64%
G 93 of 352 ~ 26.42%
B 123 of 352 ~ 34.94%

%38.64
%26.42
%34.94

CMYK color model

#885D7B color CMYK value is (0,32,10,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK:
(0,32,10,47)
C0M32Y10K47 
(0%,32%,10%,47%)
(0.00/0.32/0.10/0.47)	

CMYK percentages

%0
%31.62
%9.56
%46.67

Codes

Color #885D7B in popluar color models

885D7B
RGB13693123
HSL318°18.78%44.90%
HSB/HSV318°31.62%53.33%
CMYK0.00%31.62%9.56%
46.67%

Color #885D7B in popluar number systems.

HEX885D7B
Decimal13693123
Binary1000100010111011111011
Octal210135173

Shades and tints

Shades of #885D7B

#885D7B
(136,93,123)
#7C5570
(124,85,112)
#704D65
(112,77,101)
#64455A
(100,69,90)
#583D4F
(88,61,79)
#4C3544
(76,53,68)
#402D39
(64,45,57)
#34252E
(52,37,46)
#281D23
(40,29,35)
#1C1518
(28,21,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #885D7B

#885D7B
(136,93,123)
#926B87
(146,107,135)
#9C7993
(156,121,147)
#A6879F
(166,135,159)
#B095AB
(176,149,171)
#BAA3B7
(186,163,183)
#C4B1C3
(196,177,195)
#CEBFCF
(206,191,207)
#D8CDDB
(216,205,219)
#E2DBE7
(226,219,231)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885D7B; }

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

This text font color is #885D7B.


Background Color

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

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

This div background color is #885D7B.


Border color

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

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

This div border color is #885D7B.


Opacity

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

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

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

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

This text has shadow with #885D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D7B on black background.


Color preview on white background

This text has color #885D7B on white background.



Black color preview on #885D7B background

This text has black color on #885D7B background.


White color preview on #885D7B background

This text has white color on #885D7B background.