COLOR #89975D

HEX: #89975D RGB: (137,151,93)

Color info

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

RGB color model

#89975D color RGB value is (137,151,93).

RGB: (137,151,93) (54%, 59%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 93 of 255 = 36%

137
151
93

R + G + B ~ 50%. #89975D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 151 + 93 = 381 (100%)
R 137 of 381 ~ 35.96%
G 151 of 381 ~ 39.63%
B 93 of 381 ~ 24.41'%

%35.96
%39.63
%24.41

CMYK color model

#89975D color CMYK value is (9,0,38,41).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 40.78%

CMYK: (9,0,38,41)
C9M0Y38K41 (9%, 0%, 38%, 41%)
(0.09 / 0.00 / 0.38 / 0.41)

CMYK percentages

%9.27
%0
%38.41
%40.78

Codes

Color #89975D in popluar color models

89 97 5D
RGB 137 151 93
HSL 74° 23.77% 47.84%
HSB/HSV 74° 38.41% 59.22%
CMYK 9.27% 0.00% 38.41%
40.78%

Color #89975D in popluar number systems.

HEX 89 97 5D
Decimal 137 151 93
Binary 10001001 10010111 1011101
Octal 211 227 135

Shades and tints

Shades of #89975D

#89975D
(137,151,93)
#7D8A55
(125,138,85)
#717D4D
(113,125,77)
#657045
(101,112,69)
#59633D
(89,99,61)
#4D5635
(77,86,53)
#41492D
(65,73,45)
#353C25
(53,60,37)
#292F1D
(41,47,29)
#1D2215
(29,34,21)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #89975D

#89975D
(137,151,93)
#93A06B
(147,160,107)
#9DA979
(157,169,121)
#A7B287
(167,178,135)
#B1BB95
(177,187,149)
#BBC4A3
(187,196,163)
#C5CDB1
(197,205,177)
#CFD6BF
(207,214,191)
#D9DFCD
(217,223,205)
#E3E8DB
(227,232,219)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89975D color. Also use rgb(137,151,93) instead hex code.

Text Font Color

.myTextColor { color: #89975D; }

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

This text font color is #89975D.

Background Color

.myBgColor { background-color: #89975D; }

<div style="background-color:#89975D">Inner text</div>

This div background color is #89975D.

Border color

.myBorderColor { border: 1px solid #89975D; }

<div style="border:3px solid #89975D">Div</div>

This div border color is #89975D.

Opacity

.myOpacity80 { color: #89975D; opacity: 0.8; }

<p style="color:#89975D;opacity:0.8;">80%</p>

Text with #89975D 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 #89975D;}

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

This text has shadow with #89975D color.


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

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

This text has shadow with #89975D primary color and red secondary color.


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

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

This text has shadow with #89975D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89975D.

Preview

Color preview on black background

This text has color #89975D on black background.


Color preview on white background

This text has color #89975D on white background.


Black color preview on #89975D background

This text has black color on #89975D background.


White color preview on #89975D background

This text has white color on #89975D background.


Related colors

Complementary color

Complementary color for #hex is #7668A2.


I love getcolorcode.com

Triadic colors

1 #5D8997 and #975D89 with #89975D are triadic colors.

2 #5D9789 and #97895D with #89975D are triadic colors.