COLOR #8A9489

HEX: #8A9489
RGB: (138,148,137)

Color info

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

RGB color model

#8A9489 color RGB value is (138,148,137).

  • red value is 138;
  • green value is 148;
  • blue value is 137.
RGB:
(138,148,137)
(54%,58%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 137 of 255 = 54%

138
148
137

R + G + B ~ 55%. #8A9489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 148 + 137 = 423 (100%)
R 138 of 423 ~ 32.62%
G 148 of 423 ~ 34.99%
B 137 of 423 ~ 32.39%

%32.62
%34.99
%32.39

CMYK color model

#8A9489 color CMYK value is (7,0,7,42).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(7,0,7,42)
C7M0Y7K42 
(7%,0%,7%,42%)
(0.07/0.00/0.07/0.42)	

CMYK percentages

%6.76
%0
%7.43
%41.96

Codes

Color #8A9489 in popluar color models

8A9489
RGB138148137
HSL115°4.89%55.88%
HSB/HSV115°7.43%58.04%
CMYK6.76%0.00%7.43%
41.96%

Color #8A9489 in popluar number systems.

HEX8A9489
Decimal138148137
Binary100010101001010010001001
Octal212224211

Shades and tints

Shades of #8A9489

#8A9489
(138,148,137)
#7E877D
(126,135,125)
#727A71
(114,122,113)
#666D65
(102,109,101)
#5A6059
(90,96,89)
#4E534D
(78,83,77)
#424641
(66,70,65)
#363935
(54,57,53)
#2A2C29
(42,44,41)
#1E1F1D
(30,31,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A9489

#8A9489
(138,148,137)
#949D93
(148,157,147)
#9EA69D
(158,166,157)
#A8AFA7
(168,175,167)
#B2B8B1
(178,184,177)
#BCC1BB
(188,193,187)
#C6CAC5
(198,202,197)
#D0D3CF
(208,211,207)
#DADCD9
(218,220,217)
#E4E5E3
(228,229,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9489 color. Also use rgb(138,148,137) instead hex code.

Text Font Color

.myTextColor { color: #8A9489; }

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

This text font color is #8A9489.


Background Color

.myBgColor { background-color: #8A9489; }

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

This div background color is #8A9489.


Border color

.myBorderColor { border: 1px solid #8A9489; }

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

This div border color is #8A9489.


Opacity

.myOpacity80 { color: #8A9489; opacity: 0.8; }

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

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

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

This text has shadow with #8A9489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9489 on black background.


Color preview on white background

This text has color #8A9489 on white background.



Black color preview on #8A9489 background

This text has black color on #8A9489 background.


White color preview on #8A9489 background

This text has white color on #8A9489 background.