COLOR #89937B

HEX: #89937B
RGB: (137,147,123)

Color info

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

RGB color model

#89937B color RGB value is (137,147,123).

  • red value is 137;
  • green value is 147;
  • blue value is 123.
RGB:
(137,147,123)
(54%,58%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 123 of 255 = 48%

137
147
123

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 123 = 407 (100%)
R 137 of 407 ~ 33.66%
G 147 of 407 ~ 36.12%
B 123 of 407 ~ 30.22%

%33.66
%36.12
%30.22

CMYK color model

#89937B color CMYK value is (7,0,16,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 42.35%
CMYK:
(7,0,16,42)
C7M0Y16K42 
(7%,0%,16%,42%)
(0.07/0.00/0.16/0.42)	

CMYK percentages

%6.8
%0
%16.33
%42.35

Codes

Color #89937B in popluar color models

89937B
RGB137147123
HSL85°10.00%52.94%
HSB/HSV85°16.33%57.65%
CMYK6.80%0.00%16.33%
42.35%

Color #89937B in popluar number systems.

HEX89937B
Decimal137147123
Binary10001001100100111111011
Octal211223173

Shades and tints

Shades of #89937B

#89937B
(137,147,123)
#7D8670
(125,134,112)
#717965
(113,121,101)
#656C5A
(101,108,90)
#595F4F
(89,95,79)
#4D5244
(77,82,68)
#414539
(65,69,57)
#35382E
(53,56,46)
#292B23
(41,43,35)
#1D1E18
(29,30,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #89937B

#89937B
(137,147,123)
#939C87
(147,156,135)
#9DA593
(157,165,147)
#A7AE9F
(167,174,159)
#B1B7AB
(177,183,171)
#BBC0B7
(187,192,183)
#C5C9C3
(197,201,195)
#CFD2CF
(207,210,207)
#D9DBDB
(217,219,219)
#E3E4E7
(227,228,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89937B; }

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

This text font color is #89937B.


Background Color

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

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

This div background color is #89937B.


Border color

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

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

This div border color is #89937B.


Opacity

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

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

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

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

This text has shadow with #89937B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89937B on black background.


Color preview on white background

This text has color #89937B on white background.



Black color preview on #89937B background

This text has black color on #89937B background.


White color preview on #89937B background

This text has white color on #89937B background.