COLOR #885457

HEX: #885457
RGB: (136,84,87)

Color info

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

RGB color model

#885457 color RGB value is (136,84,87).

  • red value is 136;
  • green value is 84;
  • blue value is 87.
RGB:
(136,84,87)
(53%,33%,34%)

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 87 of 255 = 34%

136
84
87

R + G + B ~ 40%. #885457 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 87 = 307 (100%)
R 136 of 307 ~ 44.3%
G 84 of 307 ~ 27.36%
B 87 of 307 ~ 28.34%

%44.3
%27.36
%28.34

CMYK color model

#885457 color CMYK value is (0,38,36,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 36.03%
  • key color value is 46.67%
CMYK:
(0,38,36,47)
C0M38Y36K47 
(0%,38%,36%,47%)
(0.00/0.38/0.36/0.47)	

CMYK percentages

%0
%38.24
%36.03
%46.67

Codes

Color #885457 in popluar color models

885457
RGB1368487
HSL357°23.64%43.14%
HSB/HSV357°38.24%53.33%
CMYK0.00%38.24%36.03%
46.67%

Color #885457 in popluar number systems.

HEX885457
Decimal1368487
Binary1000100010101001010111
Octal210124127

Shades and tints

Shades of #885457

#885457
(136,84,87)
#7C4D50
(124,77,80)
#704649
(112,70,73)
#643F42
(100,63,66)
#58383B
(88,56,59)
#4C3134
(76,49,52)
#402A2D
(64,42,45)
#342326
(52,35,38)
#281C1F
(40,28,31)
#1C1518
(28,21,24)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #885457

#885457
(136,84,87)
#926366
(146,99,102)
#9C7275
(156,114,117)
#A68184
(166,129,132)
#B09093
(176,144,147)
#BA9FA2
(186,159,162)
#C4AEB1
(196,174,177)
#CEBDC0
(206,189,192)
#D8CCCF
(216,204,207)
#E2DBDE
(226,219,222)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885457 color. Also use rgb(136,84,87) instead hex code.

Text Font Color

.myTextColor { color: #885457; }

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

This text font color is #885457.


Background Color

.myBgColor { background-color: #885457; }

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

This div background color is #885457.


Border color

.myBorderColor { border: 1px solid #885457; }

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

This div border color is #885457.


Opacity

.myOpacity80 { color: #885457; opacity: 0.8; }

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

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

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

This text has shadow with #885457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885457 on black background.


Color preview on white background

This text has color #885457 on white background.



Black color preview on #885457 background

This text has black color on #885457 background.


White color preview on #885457 background

This text has white color on #885457 background.