COLOR #89A381

HEX: #89A381
RGB: (137,163,129)

Color info

#89A381 contains red, green and blue colors in about the same proportion. Web safe color of #89A381 is #999999 (or #999).

RGB color model

#89A381 color RGB value is (137,163,129).

  • red value is 137;
  • green value is 163;
  • blue value is 129.
RGB:
(137,163,129)
(54%,64%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 163 of 255 = 64%
B 129 of 255 = 51%

137
163
129

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

Portions of RGB colors in percentages

R + G + B =
137 + 163 + 129 = 429 (100%)
R 137 of 429 ~ 31.93%
G 163 of 429 ~ 38%
B 129 of 429 ~ 30.07%

%31.93
%38
%30.07

CMYK color model

#89A381 color CMYK value is (16,0,21,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 36.08%
CMYK:
(16,0,21,36)
C16M0Y21K36 
(16%,0%,21%,36%)
(0.16/0.00/0.21/0.36)	

CMYK percentages

%15.95
%0
%20.86
%36.08

Codes

Color #89A381 in popluar color models

89A381
RGB137163129
HSL106°15.60%57.25%
HSB/HSV106°20.86%63.92%
CMYK15.95%0.00%20.86%
36.08%

Color #89A381 in popluar number systems.

HEX89A381
Decimal137163129
Binary100010011010001110000001
Octal211243201

Shades and tints

Shades of #89A381

#89A381
(137,163,129)
#7D9576
(125,149,118)
#71876B
(113,135,107)
#657960
(101,121,96)
#596B55
(89,107,85)
#4D5D4A
(77,93,74)
#414F3F
(65,79,63)
#354134
(53,65,52)
#293329
(41,51,41)
#1D251E
(29,37,30)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #89A381

#89A381
(137,163,129)
#93AB8C
(147,171,140)
#9DB397
(157,179,151)
#A7BBA2
(167,187,162)
#B1C3AD
(177,195,173)
#BBCBB8
(187,203,184)
#C5D3C3
(197,211,195)
#CFDBCE
(207,219,206)
#D9E3D9
(217,227,217)
#E3EBE4
(227,235,228)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A381 color. Also use rgb(137,163,129) instead hex code.

Text Font Color

.myTextColor { color: #89A381; }

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

This text font color is #89A381.


Background Color

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

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

This div background color is #89A381.


Border color

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

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

This div border color is #89A381.


Opacity

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

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

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

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

This text has shadow with #89A381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A381 on black background.


Color preview on white background

This text has color #89A381 on white background.



Black color preview on #89A381 background

This text has black color on #89A381 background.


White color preview on #89A381 background

This text has white color on #89A381 background.