COLOR #89958A

HEX: #89958A
RGB: (137,149,138)

Color info

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

RGB color model

#89958A color RGB value is (137,149,138).

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

RGB channels and saturation

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

137
149
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 138 = 424 (100%)
R 137 of 424 ~ 32.31%
G 149 of 424 ~ 35.14%
B 138 of 424 ~ 32.55%

%32.31
%35.14
%32.55

CMYK color model

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

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(8,0,7,42)
C8M0Y7K42 
(8%,0%,7%,42%)
(0.08/0.00/0.07/0.42)	

CMYK percentages

%8.05
%0
%7.38
%41.57

Codes

Color #89958A in popluar color models

89958A
RGB137149138
HSL125°5.36%56.08%
HSB/HSV125°8.05%58.43%
CMYK8.05%0.00%7.38%
41.57%

Color #89958A in popluar number systems.

HEX89958A
Decimal137149138
Binary100010011001010110001010
Octal211225212

Shades and tints

Shades of #89958A

#89958A
(137,149,138)
#7D887E
(125,136,126)
#717B72
(113,123,114)
#656E66
(101,110,102)
#59615A
(89,97,90)
#4D544E
(77,84,78)
#414742
(65,71,66)
#353A36
(53,58,54)
#292D2A
(41,45,42)
#1D201E
(29,32,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #89958A

#89958A
(137,149,138)
#939E94
(147,158,148)
#9DA79E
(157,167,158)
#A7B0A8
(167,176,168)
#B1B9B2
(177,185,178)
#BBC2BC
(187,194,188)
#C5CBC6
(197,203,198)
#CFD4D0
(207,212,208)
#D9DDDA
(217,221,218)
#E3E6E4
(227,230,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89958A color. Also use rgb(137,149,138) instead hex code.

Text Font Color

.myTextColor { color: #89958A; }

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

This text font color is #89958A.


Background Color

.myBgColor { background-color: #89958A; }

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

This div background color is #89958A.


Border color

.myBorderColor { border: 1px solid #89958A; }

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

This div border color is #89958A.


Opacity

.myOpacity80 { color: #89958A; opacity: 0.8; }

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

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

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

This text has shadow with #89958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89958A on black background.


Color preview on white background

This text has color #89958A on white background.



Black color preview on #89958A background

This text has black color on #89958A background.


White color preview on #89958A background

This text has white color on #89958A background.