COLOR #885058

HEX: #885058
RGB: (136,80,88)

Color info

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

RGB color model

#885058 color RGB value is (136,80,88).

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

RGB channels and saturation

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

136
80
88

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

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 88 = 304 (100%)
R 136 of 304 ~ 44.74%
G 80 of 304 ~ 26.32%
B 88 of 304 ~ 28.95%

%44.74
%26.32
%28.95

CMYK color model

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

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

CMYK percentages

%0
%41.18
%35.29
%46.67

Codes

Color #885058 in popluar color models

885058
RGB1368088
HSL351°25.93%42.35%
HSB/HSV351°41.18%53.33%
CMYK0.00%41.18%35.29%
46.67%

Color #885058 in popluar number systems.

HEX885058
Decimal1368088
Binary1000100010100001011000
Octal210120130

Shades and tints

Shades of #885058

#885058
(136,80,88)
#7C4950
(124,73,80)
#704248
(112,66,72)
#643B40
(100,59,64)
#583438
(88,52,56)
#4C2D30
(76,45,48)
#402628
(64,38,40)
#341F20
(52,31,32)
#281818
(40,24,24)
#1C1110
(28,17,16)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #885058

#885058
(136,80,88)
#925F67
(146,95,103)
#9C6E76
(156,110,118)
#A67D85
(166,125,133)
#B08C94
(176,140,148)
#BA9BA3
(186,155,163)
#C4AAB2
(196,170,178)
#CEB9C1
(206,185,193)
#D8C8D0
(216,200,208)
#E2D7DF
(226,215,223)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885058; }

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

This text font color is #885058.


Background Color

.myBgColor { background-color: #885058; }

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

This div background color is #885058.


Border color

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

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

This div border color is #885058.


Opacity

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

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

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

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

This text has shadow with #885058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885058 on black background.


Color preview on white background

This text has color #885058 on white background.



Black color preview on #885058 background

This text has black color on #885058 background.


White color preview on #885058 background

This text has white color on #885058 background.