COLOR #89B386

HEX: #89B386
RGB: (137,179,134)

Color info

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

RGB color model

#89B386 color RGB value is (137,179,134).

  • red value is 137;
  • green value is 179;
  • blue value is 134.
RGB:
(137,179,134)
(54%,70%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 179 of 255 = 70%
B 134 of 255 = 53%

137
179
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 179 + 134 = 450 (100%)
R 137 of 450 ~ 30.44%
G 179 of 450 ~ 39.78%
B 134 of 450 ~ 29.78%

%30.44
%39.78
%29.78

CMYK color model

#89B386 color CMYK value is (23,0,25,30).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 29.80%
CMYK:
(23,0,25,30)
C23M0Y25K30 
(23%,0%,25%,30%)
(0.23/0.00/0.25/0.30)	

CMYK percentages

%23.46
%0
%25.14
%29.8

Codes

Color #89B386 in popluar color models

89B386
RGB137179134
HSL116°22.84%61.37%
HSB/HSV116°25.14%70.20%
CMYK23.46%0.00%25.14%
29.80%

Color #89B386 in popluar number systems.

HEX89B386
Decimal137179134
Binary100010011011001110000110
Octal211263206

Shades and tints

Shades of #89B386

#89B386
(137,179,134)
#7DA37A
(125,163,122)
#71936E
(113,147,110)
#658362
(101,131,98)
#597356
(89,115,86)
#4D634A
(77,99,74)
#41533E
(65,83,62)
#354332
(53,67,50)
#293326
(41,51,38)
#1D231A
(29,35,26)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #89B386

#89B386
(137,179,134)
#93B991
(147,185,145)
#9DBF9C
(157,191,156)
#A7C5A7
(167,197,167)
#B1CBB2
(177,203,178)
#BBD1BD
(187,209,189)
#C5D7C8
(197,215,200)
#CFDDD3
(207,221,211)
#D9E3DE
(217,227,222)
#E3E9E9
(227,233,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B386 color. Also use rgb(137,179,134) instead hex code.

Text Font Color

.myTextColor { color: #89B386; }

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

This text font color is #89B386.


Background Color

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

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

This div background color is #89B386.


Border color

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

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

This div border color is #89B386.


Opacity

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

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

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

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

This text has shadow with #89B386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B386 on black background.


Color preview on white background

This text has color #89B386 on white background.



Black color preview on #89B386 background

This text has black color on #89B386 background.


White color preview on #89B386 background

This text has white color on #89B386 background.