COLOR #89A07A

HEX: #89A07A RGB: (137,160,122)

Color info

#89A07A contains red, green and blue colors in about the same proportion. Web safe color of #89A07A is #999966 (or #996).

RGB color model

#89A07A color RGB value is (137,160,122).

RGB: (137,160,122) (54%, 63%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 122 of 255 = 48%

137
160
122

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

Portions of RGB colors in percentages

R + G + B = 137 + 160 + 122 = 419 (100%)
R 137 of 419 ~ 32.7%
G 160 of 419 ~ 38.19%
B 122 of 419 ~ 29.12'%

%32.7
%38.19
%29.12

CMYK color model

#89A07A color CMYK value is (14,0,24,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 37.25%

CMYK: (14,0,24,37)
C14M0Y24K37 (14%, 0%, 24%, 37%)
(0.14 / 0.00 / 0.24 / 0.37)

CMYK percentages

%14.38
%0
%23.75
%37.25

Codes

Color #89A07A in popluar color models

89 A0 7A
RGB 137 160 122
HSL 96° 16.67% 55.29%
HSB/HSV 96° 23.75% 62.75%
CMYK 14.38% 0.00% 23.75%
37.25%

Color #89A07A in popluar number systems.

HEX 89 A0 7A
Decimal 137 160 122
Binary 10001001 10100000 1111010
Octal 211 240 172

Shades and tints

Shades of #89A07A

#89A07A
(137,160,122)
#7D926F
(125,146,111)
#718464
(113,132,100)
#657659
(101,118,89)
#59684E
(89,104,78)
#4D5A43
(77,90,67)
#414C38
(65,76,56)
#353E2D
(53,62,45)
#293022
(41,48,34)
#1D2217
(29,34,23)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #89A07A

#89A07A
(137,160,122)
#93A886
(147,168,134)
#9DB092
(157,176,146)
#A7B89E
(167,184,158)
#B1C0AA
(177,192,170)
#BBC8B6
(187,200,182)
#C5D0C2
(197,208,194)
#CFD8CE
(207,216,206)
#D9E0DA
(217,224,218)
#E3E8E6
(227,232,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A07A color. Also use rgb(137,160,122) instead hex code.

Text Font Color

.myTextColor { color: #89A07A; }

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

This text font color is #89A07A.

Background Color

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

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

This div background color is #89A07A.

Border color

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

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

This div border color is #89A07A.

Opacity

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

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

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

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

This text has shadow with #89A07A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A07A.

Preview

Color preview on black background

This text has color #89A07A on black background.


Color preview on white background

This text has color #89A07A on white background.


Black color preview on #89A07A background

This text has black color on #89A07A background.


White color preview on #89A07A background

This text has white color on #89A07A background.


Related colors

Complementary color

Complementary color for #hex is #765F85.


I love getcolorcode.com

Triadic colors

1 #7A89A0 and #A07A89 with #89A07A are triadic colors.

2 #7AA089 and #A0897A with #89A07A are triadic colors.