COLOR #89A48A

HEX: #89A48A
RGB: (137,164,138)

Color info

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

RGB color model

#89A48A color RGB value is (137,164,138).

  • red value is 137;
  • green value is 164;
  • blue value is 138.
RGB:
(137,164,138)
(54%,64%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 138 of 255 = 54%

137
164
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 138 = 439 (100%)
R 137 of 439 ~ 31.21%
G 164 of 439 ~ 37.36%
B 138 of 439 ~ 31.44%

%31.21
%37.36
%31.44

CMYK color model

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

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(16,0,16,36)
C16M0Y16K36 
(16%,0%,16%,36%)
(0.16/0.00/0.16/0.36)	

CMYK percentages

%16.46
%0
%15.85
%35.69

Codes

Color #89A48A in popluar color models

89A48A
RGB137164138
HSL122°12.92%59.02%
HSB/HSV122°16.46%64.31%
CMYK16.46%0.00%15.85%
35.69%

Color #89A48A in popluar number systems.

HEX89A48A
Decimal137164138
Binary100010011010010010001010
Octal211244212

Shades and tints

Shades of #89A48A

#89A48A
(137,164,138)
#7D967E
(125,150,126)
#718872
(113,136,114)
#657A66
(101,122,102)
#596C5A
(89,108,90)
#4D5E4E
(77,94,78)
#415042
(65,80,66)
#354236
(53,66,54)
#29342A
(41,52,42)
#1D261E
(29,38,30)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #89A48A

#89A48A
(137,164,138)
#93AC94
(147,172,148)
#9DB49E
(157,180,158)
#A7BCA8
(167,188,168)
#B1C4B2
(177,196,178)
#BBCCBC
(187,204,188)
#C5D4C6
(197,212,198)
#CFDCD0
(207,220,208)
#D9E4DA
(217,228,218)
#E3ECE4
(227,236,228)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A48A color. Also use rgb(137,164,138) instead hex code.

Text Font Color

.myTextColor { color: #89A48A; }

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

This text font color is #89A48A.


Background Color

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

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

This div background color is #89A48A.


Border color

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

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

This div border color is #89A48A.


Opacity

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

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

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

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

This text has shadow with #89A48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A48A on black background.


Color preview on white background

This text has color #89A48A on white background.



Black color preview on #89A48A background

This text has black color on #89A48A background.


White color preview on #89A48A background

This text has white color on #89A48A background.