COLOR #89A057

HEX: #89A057
RGB: (137,160,87)

Color info

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

RGB color model

#89A057 color RGB value is (137,160,87).

  • red value is 137;
  • green value is 160;
  • blue value is 87.
RGB:
(137,160,87)
(54%,63%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 87 of 255 = 34%

137
160
87

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

Portions of RGB colors in percentages

R + G + B =
137 + 160 + 87 = 384 (100%)
R 137 of 384 ~ 35.68%
G 160 of 384 ~ 41.67%
B 87 of 384 ~ 22.66%

%35.68
%41.67
%22.66

CMYK color model

#89A057 color CMYK value is (14,0,46,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 37.25%
CMYK:
(14,0,46,37)
C14M0Y46K37 
(14%,0%,46%,37%)
(0.14/0.00/0.46/0.37)	

CMYK percentages

%14.38
%0
%45.63
%37.25

Codes

Color #89A057 in popluar color models

89A057
RGB13716087
HSL79°29.55%48.43%
HSB/HSV79°45.63%62.75%
CMYK14.38%0.00%45.63%
37.25%

Color #89A057 in popluar number systems.

HEX89A057
Decimal13716087
Binary10001001101000001010111
Octal211240127

Shades and tints

Shades of #89A057

#89A057
(137,160,87)
#7D9250
(125,146,80)
#718449
(113,132,73)
#657642
(101,118,66)
#59683B
(89,104,59)
#4D5A34
(77,90,52)
#414C2D
(65,76,45)
#353E26
(53,62,38)
#29301F
(41,48,31)
#1D2218
(29,34,24)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #89A057

#89A057
(137,160,87)
#93A866
(147,168,102)
#9DB075
(157,176,117)
#A7B884
(167,184,132)
#B1C093
(177,192,147)
#BBC8A2
(187,200,162)
#C5D0B1
(197,208,177)
#CFD8C0
(207,216,192)
#D9E0CF
(217,224,207)
#E3E8DE
(227,232,222)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A057; }

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

This text font color is #89A057.


Background Color

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

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

This div background color is #89A057.


Border color

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

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

This div border color is #89A057.


Opacity

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

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

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

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

This text has shadow with #89A057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A057 on black background.


Color preview on white background

This text has color #89A057 on white background.



Black color preview on #89A057 background

This text has black color on #89A057 background.


White color preview on #89A057 background

This text has white color on #89A057 background.