COLOR #885468

HEX: #885468
RGB: (136,84,104)

Color info

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

RGB color model

#885468 color RGB value is (136,84,104).

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

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 104 of 255 = 41%

136
84
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 104 = 324 (100%)
R 136 of 324 ~ 41.98%
G 84 of 324 ~ 25.93%
B 104 of 324 ~ 32.1%

%41.98
%25.93
%32.1

CMYK color model

#885468 color CMYK value is (0,38,24,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,38,24,47)
C0M38Y24K47 
(0%,38%,24%,47%)
(0.00/0.38/0.24/0.47)	

CMYK percentages

%0
%38.24
%23.53
%46.67

Codes

Color #885468 in popluar color models

885468
RGB13684104
HSL337°23.64%43.14%
HSB/HSV337°38.24%53.33%
CMYK0.00%38.24%23.53%
46.67%

Color #885468 in popluar number systems.

HEX885468
Decimal13684104
Binary1000100010101001101000
Octal210124150

Shades and tints

Shades of #885468

#885468
(136,84,104)
#7C4D5F
(124,77,95)
#704656
(112,70,86)
#643F4D
(100,63,77)
#583844
(88,56,68)
#4C313B
(76,49,59)
#402A32
(64,42,50)
#342329
(52,35,41)
#281C20
(40,28,32)
#1C1517
(28,21,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #885468

#885468
(136,84,104)
#926375
(146,99,117)
#9C7282
(156,114,130)
#A6818F
(166,129,143)
#B0909C
(176,144,156)
#BA9FA9
(186,159,169)
#C4AEB6
(196,174,182)
#CEBDC3
(206,189,195)
#D8CCD0
(216,204,208)
#E2DBDD
(226,219,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885468; }

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

This text font color is #885468.


Background Color

.myBgColor { background-color: #885468; }

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

This div background color is #885468.


Border color

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

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

This div border color is #885468.


Opacity

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

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

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

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

This text has shadow with #885468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885468 on black background.


Color preview on white background

This text has color #885468 on white background.



Black color preview on #885468 background

This text has black color on #885468 background.


White color preview on #885468 background

This text has white color on #885468 background.