COLOR #89A05F

HEX: #89A05F RGB: (137,160,95)

Color info

#89A05F contains mainly red and green colors. Web safe color of #89A05F is #999966 (or #996).

RGB color model

#89A05F color RGB value is (137,160,95).

RGB: (137,160,95) (54%, 63%, 37%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 95 of 255 = 37%

137
160
95

R + G + B ~ 51%. #89A05F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 160 + 95 = 392 (100%)
R 137 of 392 ~ 34.95%
G 160 of 392 ~ 40.82%
B 95 of 392 ~ 24.23'%

%34.95
%40.82
%24.23

CMYK color model

#89A05F color CMYK value is (14,0,41,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 37.25%

CMYK: (14,0,41,37)
C14M0Y41K37 (14%, 0%, 41%, 37%)
(0.14 / 0.00 / 0.41 / 0.37)

CMYK percentages

%14.38
%0
%40.63
%37.25

Codes

Color #89A05F in popluar color models

89 A0 5F
RGB 137 160 95
HSL 81° 25.49% 50.00%
HSB/HSV 81° 40.63% 62.75%
CMYK 14.38% 0.00% 40.63%
37.25%

Color #89A05F in popluar number systems.

HEX 89 A0 5F
Decimal 137 160 95
Binary 10001001 10100000 1011111
Octal 211 240 137

Shades and tints

Shades of #89A05F

#89A05F
(137,160,95)
#7D9257
(125,146,87)
#71844F
(113,132,79)
#657647
(101,118,71)
#59683F
(89,104,63)
#4D5A37
(77,90,55)
#414C2F
(65,76,47)
#353E27
(53,62,39)
#29301F
(41,48,31)
#1D2217
(29,34,23)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #89A05F

#89A05F
(137,160,95)
#93A86D
(147,168,109)
#9DB07B
(157,176,123)
#A7B889
(167,184,137)
#B1C097
(177,192,151)
#BBC8A5
(187,200,165)
#C5D0B3
(197,208,179)
#CFD8C1
(207,216,193)
#D9E0CF
(217,224,207)
#E3E8DD
(227,232,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A05F color. Also use rgb(137,160,95) instead hex code.

Text Font Color

.myTextColor { color: #89A05F; }

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

This text font color is #89A05F.

Background Color

.myBgColor { background-color: #89A05F; }

<div style="background-color:#89A05F">Inner text</div>

This div background color is #89A05F.

Border color

.myBorderColor { border: 1px solid #89A05F; }

<div style="border:3px solid #89A05F">Div</div>

This div border color is #89A05F.

Opacity

.myOpacity80 { color: #89A05F; opacity: 0.8; }

<p style="color:#89A05F;opacity:0.8;">80%</p>

Text with #89A05F 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 #89A05F;}

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

This text has shadow with #89A05F color.


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

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

This text has shadow with #89A05F primary color and red secondary color.


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

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

This text has shadow with #89A05F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89A05F.

Preview

Color preview on black background

This text has color #89A05F on black background.


Color preview on white background

This text has color #89A05F on white background.


Black color preview on #89A05F background

This text has black color on #89A05F background.


White color preview on #89A05F background

This text has white color on #89A05F background.


Related colors

Complementary color

Complementary color for #hex is #765FA0.


I love getcolorcode.com

Triadic colors

1 #5F89A0 and #A05F89 with #89A05F are triadic colors.

2 #5FA089 and #A0895F with #89A05F are triadic colors.