COLOR #89937E

HEX: #89937E RGB: (137,147,126)

Color info

#89937E contains red, green and blue colors in about the same proportion. Web safe color of #89937E is #999966 (or #996).

RGB color model

#89937E color RGB value is (137,147,126).

RGB: (137,147,126) (54%, 58%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 126 of 255 = 49%

137
147
126

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

Portions of RGB colors in percentages

R + G + B = 137 + 147 + 126 = 410 (100%)
R 137 of 410 ~ 33.41%
G 147 of 410 ~ 35.85%
B 126 of 410 ~ 30.73'%

%33.41
%35.85
%30.73

CMYK color model

#89937E color CMYK value is (7,0,14,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%

CMYK: (7,0,14,42)
C7M0Y14K42 (7%, 0%, 14%, 42%)
(0.07 / 0.00 / 0.14 / 0.42)

CMYK percentages

%6.8
%0
%14.29
%42.35

Codes

Color #89937E in popluar color models

89 93 7E
RGB 137 147 126
HSL 89° 8.86% 53.53%
HSB/HSV 89° 14.29% 57.65%
CMYK 6.80% 0.00% 14.29%
42.35%

Color #89937E in popluar number systems.

HEX 89 93 7E
Decimal 137 147 126
Binary 10001001 10010011 1111110
Octal 211 223 176

Shades and tints

Shades of #89937E

#89937E
(137,147,126)
#7D8673
(125,134,115)
#717968
(113,121,104)
#656C5D
(101,108,93)
#595F52
(89,95,82)
#4D5247
(77,82,71)
#41453C
(65,69,60)
#353831
(53,56,49)
#292B26
(41,43,38)
#1D1E1B
(29,30,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #89937E

#89937E
(137,147,126)
#939C89
(147,156,137)
#9DA594
(157,165,148)
#A7AE9F
(167,174,159)
#B1B7AA
(177,183,170)
#BBC0B5
(187,192,181)
#C5C9C0
(197,201,192)
#CFD2CB
(207,210,203)
#D9DBD6
(217,219,214)
#E3E4E1
(227,228,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89937E color. Also use rgb(137,147,126) instead hex code.

Text Font Color

.myTextColor { color: #89937E; }

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

This text font color is #89937E.

Background Color

.myBgColor { background-color: #89937E; }

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

This div background color is #89937E.

Border color

.myBorderColor { border: 1px solid #89937E; }

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

This div border color is #89937E.

Opacity

.myOpacity80 { color: #89937E; opacity: 0.8; }

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

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

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

This text has shadow with #89937E color.


.textShadow {text-shadow: 3px 3px 1px #89937E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89937E; -webkit-box-shadow: 1px 1px 3px 2px #89937E; box-shadow:1px 1px 3px 2px #89937E;">
Div content here
</div>

This div box has shadow with color #89937E.

Preview

Color preview on black background

This text has color #89937E on black background.


Color preview on white background

This text has color #89937E on white background.


Black color preview on #89937E background

This text has black color on #89937E background.


White color preview on #89937E background

This text has white color on #89937E background.


Related colors

Complementary color

Complementary color for #hex is #766C81.


I love getcolorcode.com

Triadic colors

1 #7E8993 and #937E89 with #89937E are triadic colors.

2 #7E9389 and #93897E with #89937E are triadic colors.