COLOR #89A385

HEX: #89A385
RGB: (137,163,133)

Color info

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

RGB color model

#89A385 color RGB value is (137,163,133).

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

RGB channels and saturation

R 137 of 255 = 54%
G 163 of 255 = 64%
B 133 of 255 = 52%

137
163
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 163 + 133 = 433 (100%)
R 137 of 433 ~ 31.64%
G 163 of 433 ~ 37.64%
B 133 of 433 ~ 30.72%

%31.64
%37.64
%30.72

CMYK color model

#89A385 color CMYK value is (16,0,18,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(16,0,18,36)
C16M0Y18K36 
(16%,0%,18%,36%)
(0.16/0.00/0.18/0.36)	

CMYK percentages

%15.95
%0
%18.4
%36.08

Codes

Color #89A385 in popluar color models

89A385
RGB137163133
HSL112°14.02%58.04%
HSB/HSV112°18.40%63.92%
CMYK15.95%0.00%18.40%
36.08%

Color #89A385 in popluar number systems.

HEX89A385
Decimal137163133
Binary100010011010001110000101
Octal211243205

Shades and tints

Shades of #89A385

#89A385
(137,163,133)
#7D9579
(125,149,121)
#71876D
(113,135,109)
#657961
(101,121,97)
#596B55
(89,107,85)
#4D5D49
(77,93,73)
#414F3D
(65,79,61)
#354131
(53,65,49)
#293325
(41,51,37)
#1D2519
(29,37,25)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #89A385

#89A385
(137,163,133)
#93AB90
(147,171,144)
#9DB39B
(157,179,155)
#A7BBA6
(167,187,166)
#B1C3B1
(177,195,177)
#BBCBBC
(187,203,188)
#C5D3C7
(197,211,199)
#CFDBD2
(207,219,210)
#D9E3DD
(217,227,221)
#E3EBE8
(227,235,232)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A385; }

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

This text font color is #89A385.


Background Color

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

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

This div background color is #89A385.


Border color

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

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

This div border color is #89A385.


Opacity

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

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

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

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

This text has shadow with #89A385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A385 on black background.


Color preview on white background

This text has color #89A385 on white background.



Black color preview on #89A385 background

This text has black color on #89A385 background.


White color preview on #89A385 background

This text has white color on #89A385 background.