COLOR #885076

HEX: #885076
RGB: (136,80,118)

Color info

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

RGB color model

#885076 color RGB value is (136,80,118).

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

RGB channels and saturation

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

136
80
118

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

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 118 = 334 (100%)
R 136 of 334 ~ 40.72%
G 80 of 334 ~ 23.95%
B 118 of 334 ~ 35.33%

%40.72
%23.95
%35.33

CMYK color model

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

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

CMYK percentages

%0
%41.18
%13.24
%46.67

Codes

Color #885076 in popluar color models

885076
RGB13680118
HSL319°25.93%42.35%
HSB/HSV319°41.18%53.33%
CMYK0.00%41.18%13.24%
46.67%

Color #885076 in popluar number systems.

HEX885076
Decimal13680118
Binary1000100010100001110110
Octal210120166

Shades and tints

Shades of #885076

#885076
(136,80,118)
#7C496C
(124,73,108)
#704262
(112,66,98)
#643B58
(100,59,88)
#58344E
(88,52,78)
#4C2D44
(76,45,68)
#40263A
(64,38,58)
#341F30
(52,31,48)
#281826
(40,24,38)
#1C111C
(28,17,28)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #885076

#885076
(136,80,118)
#925F82
(146,95,130)
#9C6E8E
(156,110,142)
#A67D9A
(166,125,154)
#B08CA6
(176,140,166)
#BA9BB2
(186,155,178)
#C4AABE
(196,170,190)
#CEB9CA
(206,185,202)
#D8C8D6
(216,200,214)
#E2D7E2
(226,215,226)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885076; }

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

This text font color is #885076.


Background Color

.myBgColor { background-color: #885076; }

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

This div background color is #885076.


Border color

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

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

This div border color is #885076.


Opacity

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

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

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

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

This text has shadow with #885076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885076 on black background.


Color preview on white background

This text has color #885076 on white background.



Black color preview on #885076 background

This text has black color on #885076 background.


White color preview on #885076 background

This text has white color on #885076 background.