COLOR #889491

HEX: #889491
RGB: (136,148,145)

Color info

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

RGB color model

#889491 color RGB value is (136,148,145).

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

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 145 of 255 = 57%

136
148
145

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

Portions of RGB colors in percentages

R + G + B =
136 + 148 + 145 = 429 (100%)
R 136 of 429 ~ 31.7%
G 148 of 429 ~ 34.5%
B 145 of 429 ~ 33.8%

%31.7
%34.5
%33.8

CMYK color model

#889491 color CMYK value is (8,0,2,42).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(8,0,2,42)
C8M0Y2K42 
(8%,0%,2%,42%)
(0.08/0.00/0.02/0.42)	

CMYK percentages

%8.11
%0
%2.03
%41.96

Codes

Color #889491 in popluar color models

889491
RGB136148145
HSL165°5.31%55.69%
HSB/HSV165°8.11%58.04%
CMYK8.11%0.00%2.03%
41.96%

Color #889491 in popluar number systems.

HEX889491
Decimal136148145
Binary100010001001010010010001
Octal210224221

Shades and tints

Shades of #889491

#889491
(136,148,145)
#7C8784
(124,135,132)
#707A77
(112,122,119)
#646D6A
(100,109,106)
#58605D
(88,96,93)
#4C5350
(76,83,80)
#404643
(64,70,67)
#343936
(52,57,54)
#282C29
(40,44,41)
#1C1F1C
(28,31,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #889491

#889491
(136,148,145)
#929D9B
(146,157,155)
#9CA6A5
(156,166,165)
#A6AFAF
(166,175,175)
#B0B8B9
(176,184,185)
#BAC1C3
(186,193,195)
#C4CACD
(196,202,205)
#CED3D7
(206,211,215)
#D8DCE1
(216,220,225)
#E2E5EB
(226,229,235)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889491; }

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

This text font color is #889491.


Background Color

.myBgColor { background-color: #889491; }

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

This div background color is #889491.


Border color

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

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

This div border color is #889491.


Opacity

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

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

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

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

This text has shadow with #889491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889491 on black background.


Color preview on white background

This text has color #889491 on white background.



Black color preview on #889491 background

This text has black color on #889491 background.


White color preview on #889491 background

This text has white color on #889491 background.