COLOR #888491

HEX: #888491
RGB: (136,132,145)

Color info

#888491 contains red, green and blue colors in about the same proportion. Web safe color of #888491 is #999999 (or #999).

RGB color model

#888491 color RGB value is (136,132,145).

  • red value is 136;
  • green value is 132;
  • blue value is 145.
RGB:
(136,132,145)
(53%,52%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 145 of 255 = 57%

136
132
145

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

Portions of RGB colors in percentages

R + G + B =
136 + 132 + 145 = 413 (100%)
R 136 of 413 ~ 32.93%
G 132 of 413 ~ 31.96%
B 145 of 413 ~ 35.11%

%32.93
%31.96
%35.11

CMYK color model

#888491 color CMYK value is (6,9,0,43).

  • cyan value is 6.21%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(6,9,0,43)
C6M9Y0K43 
(6%,9%,0%,43%)
(0.06/0.09/0.00/0.43)	

CMYK percentages

%6.21
%8.97
%0
%43.14

Codes

Color #888491 in popluar color models

888491
RGB136132145
HSL258°5.58%54.31%
HSB/HSV258°8.97%56.86%
CMYK6.21%8.97%0.00%
43.14%

Color #888491 in popluar number systems.

HEX888491
Decimal136132145
Binary100010001000010010010001
Octal210204221

Shades and tints

Shades of #888491

#888491
(136,132,145)
#7C7884
(124,120,132)
#706C77
(112,108,119)
#64606A
(100,96,106)
#58545D
(88,84,93)
#4C4850
(76,72,80)
#403C43
(64,60,67)
#343036
(52,48,54)
#282429
(40,36,41)
#1C181C
(28,24,28)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #888491

#888491
(136,132,145)
#928F9B
(146,143,155)
#9C9AA5
(156,154,165)
#A6A5AF
(166,165,175)
#B0B0B9
(176,176,185)
#BABBC3
(186,187,195)
#C4C6CD
(196,198,205)
#CED1D7
(206,209,215)
#D8DCE1
(216,220,225)
#E2E7EB
(226,231,235)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888491 color. Also use rgb(136,132,145) instead hex code.

Text Font Color

.myTextColor { color: #888491; }

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

This text font color is #888491.


Background Color

.myBgColor { background-color: #888491; }

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

This div background color is #888491.


Border color

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

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

This div border color is #888491.


Opacity

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

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

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

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

This text has shadow with #888491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888491 on black background.


Color preview on white background

This text has color #888491 on white background.



Black color preview on #888491 background

This text has black color on #888491 background.


White color preview on #888491 background

This text has white color on #888491 background.