COLOR #885074

HEX: #885074
RGB: (136,80,116)

Color info

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

RGB color model

#885074 color RGB value is (136,80,116).

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

RGB channels and saturation

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

136
80
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 116 = 332 (100%)
R 136 of 332 ~ 40.96%
G 80 of 332 ~ 24.1%
B 116 of 332 ~ 34.94%

%40.96
%24.1
%34.94

CMYK color model

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

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

CMYK percentages

%0
%41.18
%14.71
%46.67

Codes

Color #885074 in popluar color models

885074
RGB13680116
HSL321°25.93%42.35%
HSB/HSV321°41.18%53.33%
CMYK0.00%41.18%14.71%
46.67%

Color #885074 in popluar number systems.

HEX885074
Decimal13680116
Binary1000100010100001110100
Octal210120164

Shades and tints

Shades of #885074

#885074
(136,80,116)
#7C496A
(124,73,106)
#704260
(112,66,96)
#643B56
(100,59,86)
#58344C
(88,52,76)
#4C2D42
(76,45,66)
#402638
(64,38,56)
#341F2E
(52,31,46)
#281824
(40,24,36)
#1C111A
(28,17,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #885074

#885074
(136,80,116)
#925F80
(146,95,128)
#9C6E8C
(156,110,140)
#A67D98
(166,125,152)
#B08CA4
(176,140,164)
#BA9BB0
(186,155,176)
#C4AABC
(196,170,188)
#CEB9C8
(206,185,200)
#D8C8D4
(216,200,212)
#E2D7E0
(226,215,224)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885074; }

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

This text font color is #885074.


Background Color

.myBgColor { background-color: #885074; }

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

This div background color is #885074.


Border color

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

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

This div border color is #885074.


Opacity

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

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

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

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

This text has shadow with #885074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885074 on black background.


Color preview on white background

This text has color #885074 on white background.



Black color preview on #885074 background

This text has black color on #885074 background.


White color preview on #885074 background

This text has white color on #885074 background.