COLOR #89957C

HEX: #89957C
RGB: (137,149,124)

Color info

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

RGB color model

#89957C color RGB value is (137,149,124).

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

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 124 of 255 = 49%

137
149
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 124 = 410 (100%)
R 137 of 410 ~ 33.41%
G 149 of 410 ~ 36.34%
B 124 of 410 ~ 30.24%

%33.41
%36.34
%30.24

CMYK color model

#89957C color CMYK value is (8,0,17,42).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(8,0,17,42)
C8M0Y17K42 
(8%,0%,17%,42%)
(0.08/0.00/0.17/0.42)	

CMYK percentages

%8.05
%0
%16.78
%41.57

Codes

Color #89957C in popluar color models

89957C
RGB137149124
HSL89°10.55%53.53%
HSB/HSV89°16.78%58.43%
CMYK8.05%0.00%16.78%
41.57%

Color #89957C in popluar number systems.

HEX89957C
Decimal137149124
Binary10001001100101011111100
Octal211225174

Shades and tints

Shades of #89957C

#89957C
(137,149,124)
#7D8871
(125,136,113)
#717B66
(113,123,102)
#656E5B
(101,110,91)
#596150
(89,97,80)
#4D5445
(77,84,69)
#41473A
(65,71,58)
#353A2F
(53,58,47)
#292D24
(41,45,36)
#1D2019
(29,32,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #89957C

#89957C
(137,149,124)
#939E87
(147,158,135)
#9DA792
(157,167,146)
#A7B09D
(167,176,157)
#B1B9A8
(177,185,168)
#BBC2B3
(187,194,179)
#C5CBBE
(197,203,190)
#CFD4C9
(207,212,201)
#D9DDD4
(217,221,212)
#E3E6DF
(227,230,223)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89957C color. Also use rgb(137,149,124) instead hex code.

Text Font Color

.myTextColor { color: #89957C; }

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

This text font color is #89957C.


Background Color

.myBgColor { background-color: #89957C; }

<div style="background-color:#89957C">Inner text</div>

This div background color is #89957C.


Border color

.myBorderColor { border: 1px solid #89957C; }

<div style="border:3px solid #89957C">Div</div>

This div border color is #89957C.


Opacity

.myOpacity80 { color: #89957C; opacity: 0.8; }

<p style="color:#89957C;opacity:0.8;">80%</p>

Text with #89957C 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 #89957C;}

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

This text has shadow with #89957C color.

.textShadow {text-shadow: 3px 3px 1px #89957C, 3px 3px 1px red;}

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

This text has shadow with #89957C primary color and red secondary color.


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

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

This text has shadow with #89957C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89957C on black background.


Color preview on white background

This text has color #89957C on white background.



Black color preview on #89957C background

This text has black color on #89957C background.


White color preview on #89957C background

This text has white color on #89957C background.