COLOR #89737B

HEX: #89737B
RGB: (137,115,123)

Color info

#89737B contains red, green and blue colors in about the same proportion. Web safe color of #89737B is #996666 (or #966).

RGB color model

#89737B color RGB value is (137,115,123).

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

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 123 of 255 = 48%

137
115
123

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 123 = 375 (100%)
R 137 of 375 ~ 36.53%
G 115 of 375 ~ 30.67%
B 123 of 375 ~ 32.8%

%36.53
%30.67
%32.8

CMYK color model

#89737B color CMYK value is (0,16,10,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 10.22%
  • key color value is 46.27%
CMYK:
(0,16,10,46)
C0M16Y10K46 
(0%,16%,10%,46%)
(0.00/0.16/0.10/0.46)	

CMYK percentages

%0
%16.06
%10.22
%46.27

Codes

Color #89737B in popluar color models

89737B
RGB137115123
HSL338°8.73%49.41%
HSB/HSV338°16.06%53.73%
CMYK0.00%16.06%10.22%
46.27%

Color #89737B in popluar number systems.

HEX89737B
Decimal137115123
Binary1000100111100111111011
Octal211163173

Shades and tints

Shades of #89737B

#89737B
(137,115,123)
#7D6970
(125,105,112)
#715F65
(113,95,101)
#65555A
(101,85,90)
#594B4F
(89,75,79)
#4D4144
(77,65,68)
#413739
(65,55,57)
#352D2E
(53,45,46)
#292323
(41,35,35)
#1D1918
(29,25,24)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #89737B

#89737B
(137,115,123)
#937F87
(147,127,135)
#9D8B93
(157,139,147)
#A7979F
(167,151,159)
#B1A3AB
(177,163,171)
#BBAFB7
(187,175,183)
#C5BBC3
(197,187,195)
#CFC7CF
(207,199,207)
#D9D3DB
(217,211,219)
#E3DFE7
(227,223,231)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89737B; }

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

This text font color is #89737B.


Background Color

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

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

This div background color is #89737B.


Border color

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

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

This div border color is #89737B.


Opacity

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

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

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

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

This text has shadow with #89737B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89737B on black background.


Color preview on white background

This text has color #89737B on white background.



Black color preview on #89737B background

This text has black color on #89737B background.


White color preview on #89737B background

This text has white color on #89737B background.