COLOR #885D75

HEX: #885D75
RGB: (136,93,117)

Color info

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

RGB color model

#885D75 color RGB value is (136,93,117).

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

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 117 of 255 = 46%

136
93
117

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

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 117 = 346 (100%)
R 136 of 346 ~ 39.31%
G 93 of 346 ~ 26.88%
B 117 of 346 ~ 33.82%

%39.31
%26.88
%33.82

CMYK color model

#885D75 color CMYK value is (0,32,14,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(0,32,14,47)
C0M32Y14K47 
(0%,32%,14%,47%)
(0.00/0.32/0.14/0.47)	

CMYK percentages

%0
%31.62
%13.97
%46.67

Codes

Color #885D75 in popluar color models

885D75
RGB13693117
HSL327°18.78%44.90%
HSB/HSV327°31.62%53.33%
CMYK0.00%31.62%13.97%
46.67%

Color #885D75 in popluar number systems.

HEX885D75
Decimal13693117
Binary1000100010111011110101
Octal210135165

Shades and tints

Shades of #885D75

#885D75
(136,93,117)
#7C556B
(124,85,107)
#704D61
(112,77,97)
#644557
(100,69,87)
#583D4D
(88,61,77)
#4C3543
(76,53,67)
#402D39
(64,45,57)
#34252F
(52,37,47)
#281D25
(40,29,37)
#1C151B
(28,21,27)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #885D75

#885D75
(136,93,117)
#926B81
(146,107,129)
#9C798D
(156,121,141)
#A68799
(166,135,153)
#B095A5
(176,149,165)
#BAA3B1
(186,163,177)
#C4B1BD
(196,177,189)
#CEBFC9
(206,191,201)
#D8CDD5
(216,205,213)
#E2DBE1
(226,219,225)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885D75; }

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

This text font color is #885D75.


Background Color

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

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

This div background color is #885D75.


Border color

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

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

This div border color is #885D75.


Opacity

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

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

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

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

This text has shadow with #885D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D75 on black background.


Color preview on white background

This text has color #885D75 on white background.



Black color preview on #885D75 background

This text has black color on #885D75 background.


White color preview on #885D75 background

This text has white color on #885D75 background.