COLOR #885464

HEX: #885464
RGB: (136,84,100)

Color info

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

RGB color model

#885464 color RGB value is (136,84,100).

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

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 100 of 255 = 39%

136
84
100

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

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 100 = 320 (100%)
R 136 of 320 ~ 42.5%
G 84 of 320 ~ 26.25%
B 100 of 320 ~ 31.25%

%42.5
%26.25
%31.25

CMYK color model

#885464 color CMYK value is (0,38,26,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(0,38,26,47)
C0M38Y26K47 
(0%,38%,26%,47%)
(0.00/0.38/0.26/0.47)	

CMYK percentages

%0
%38.24
%26.47
%46.67

Codes

Color #885464 in popluar color models

885464
RGB13684100
HSL342°23.64%43.14%
HSB/HSV342°38.24%53.33%
CMYK0.00%38.24%26.47%
46.67%

Color #885464 in popluar number systems.

HEX885464
Decimal13684100
Binary1000100010101001100100
Octal210124144

Shades and tints

Shades of #885464

#885464
(136,84,100)
#7C4D5B
(124,77,91)
#704652
(112,70,82)
#643F49
(100,63,73)
#583840
(88,56,64)
#4C3137
(76,49,55)
#402A2E
(64,42,46)
#342325
(52,35,37)
#281C1C
(40,28,28)
#1C1513
(28,21,19)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #885464

#885464
(136,84,100)
#926372
(146,99,114)
#9C7280
(156,114,128)
#A6818E
(166,129,142)
#B0909C
(176,144,156)
#BA9FAA
(186,159,170)
#C4AEB8
(196,174,184)
#CEBDC6
(206,189,198)
#D8CCD4
(216,204,212)
#E2DBE2
(226,219,226)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885464; }

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

This text font color is #885464.


Background Color

.myBgColor { background-color: #885464; }

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

This div background color is #885464.


Border color

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

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

This div border color is #885464.


Opacity

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

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

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

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

This text has shadow with #885464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885464 on black background.


Color preview on white background

This text has color #885464 on white background.



Black color preview on #885464 background

This text has black color on #885464 background.


White color preview on #885464 background

This text has white color on #885464 background.