COLOR #885050

HEX: #885050
RGB: (136,80,80)

Color info

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

RGB color model

#885050 color RGB value is (136,80,80).

  • red value is 136;
  • green value is 80;
  • blue value is 80.
RGB:
(136,80,80)
(53%,31%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 80 of 255 = 31%

136
80
80

R + G + B ~ 38%. #885050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 80 = 296 (100%)
R 136 of 296 ~ 45.95%
G 80 of 296 ~ 27.03%
B 80 of 296 ~ 27.03%

%45.95
%27.03
%27.03

CMYK color model

#885050 color CMYK value is (0,41,41,47).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,41,41,47)
C0M41Y41K47 
(0%,41%,41%,47%)
(0.00/0.41/0.41/0.47)	

CMYK percentages

%0
%41.18
%41.18
%46.67

Codes

Color #885050 in popluar color models

885050
RGB1368080
HSL25.93%42.35%
HSB/HSV41.18%53.33%
CMYK0.00%41.18%41.18%
46.67%

Color #885050 in popluar number systems.

HEX885050
Decimal1368080
Binary1000100010100001010000
Octal210120120

Shades and tints

Shades of #885050

#885050
(136,80,80)
#7C4949
(124,73,73)
#704242
(112,66,66)
#643B3B
(100,59,59)
#583434
(88,52,52)
#4C2D2D
(76,45,45)
#402626
(64,38,38)
#341F1F
(52,31,31)
#281818
(40,24,24)
#1C1111
(28,17,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #885050

#885050
(136,80,80)
#925F5F
(146,95,95)
#9C6E6E
(156,110,110)
#A67D7D
(166,125,125)
#B08C8C
(176,140,140)
#BA9B9B
(186,155,155)
#C4AAAA
(196,170,170)
#CEB9B9
(206,185,185)
#D8C8C8
(216,200,200)
#E2D7D7
(226,215,215)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885050; }

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

This text font color is #885050.


Background Color

.myBgColor { background-color: #885050; }

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

This div background color is #885050.


Border color

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

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

This div border color is #885050.


Opacity

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

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

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

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

This text has shadow with #885050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885050 on black background.


Color preview on white background

This text has color #885050 on white background.



Black color preview on #885050 background

This text has black color on #885050 background.


White color preview on #885050 background

This text has white color on #885050 background.