COLOR #89A163

HEX: #89A163
RGB: (137,161,99)

Color info

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

RGB color model

#89A163 color RGB value is (137,161,99).

  • red value is 137;
  • green value is 161;
  • blue value is 99.
RGB:
(137,161,99)
(54%,63%,39%)

RGB channels and saturation

R 137 of 255 = 54%
G 161 of 255 = 63%
B 99 of 255 = 39%

137
161
99

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

Portions of RGB colors in percentages

R + G + B =
137 + 161 + 99 = 397 (100%)
R 137 of 397 ~ 34.51%
G 161 of 397 ~ 40.55%
B 99 of 397 ~ 24.94%

%34.51
%40.55
%24.94

CMYK color model

#89A163 color CMYK value is (15,0,39,37).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 36.86%
CMYK:
(15,0,39,37)
C15M0Y39K37 
(15%,0%,39%,37%)
(0.15/0.00/0.39/0.37)	

CMYK percentages

%14.91
%0
%38.51
%36.86

Codes

Color #89A163 in popluar color models

89A163
RGB13716199
HSL83°24.80%50.98%
HSB/HSV83°38.51%63.14%
CMYK14.91%0.00%38.51%
36.86%

Color #89A163 in popluar number systems.

HEX89A163
Decimal13716199
Binary10001001101000011100011
Octal211241143

Shades and tints

Shades of #89A163

#89A163
(137,161,99)
#7D935A
(125,147,90)
#718551
(113,133,81)
#657748
(101,119,72)
#59693F
(89,105,63)
#4D5B36
(77,91,54)
#414D2D
(65,77,45)
#353F24
(53,63,36)
#29311B
(41,49,27)
#1D2312
(29,35,18)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #89A163

#89A163
(137,161,99)
#93A971
(147,169,113)
#9DB17F
(157,177,127)
#A7B98D
(167,185,141)
#B1C19B
(177,193,155)
#BBC9A9
(187,201,169)
#C5D1B7
(197,209,183)
#CFD9C5
(207,217,197)
#D9E1D3
(217,225,211)
#E3E9E1
(227,233,225)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A163 color. Also use rgb(137,161,99) instead hex code.

Text Font Color

.myTextColor { color: #89A163; }

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

This text font color is #89A163.


Background Color

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

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

This div background color is #89A163.


Border color

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

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

This div border color is #89A163.


Opacity

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

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

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

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

This text has shadow with #89A163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A163 on black background.


Color preview on white background

This text has color #89A163 on white background.



Black color preview on #89A163 background

This text has black color on #89A163 background.


White color preview on #89A163 background

This text has white color on #89A163 background.