COLOR #97A389

HEX: #97A389
RGB: (151,163,137)

Color info

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

RGB color model

#97A389 color RGB value is (151,163,137).

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

RGB channels and saturation

R 151 of 255 = 59%
G 163 of 255 = 64%
B 137 of 255 = 54%

151
163
137

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

Portions of RGB colors in percentages

R + G + B =
151 + 163 + 137 = 451 (100%)
R 151 of 451 ~ 33.48%
G 163 of 451 ~ 36.14%
B 137 of 451 ~ 30.38%

%33.48
%36.14
%30.38

CMYK color model

#97A389 color CMYK value is (7,0,16,36).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(7,0,16,36)
C7M0Y16K36 
(7%,0%,16%,36%)
(0.07/0.00/0.16/0.36)	

CMYK percentages

%7.36
%0
%15.95
%36.08

Codes

Color #97A389 in popluar color models

97A389
RGB151163137
HSL88°12.38%58.82%
HSB/HSV88°15.95%63.92%
CMYK7.36%0.00%15.95%
36.08%

Color #97A389 in popluar number systems.

HEX97A389
Decimal151163137
Binary100101111010001110001001
Octal227243211

Shades and tints

Shades of #97A389

#97A389
(151,163,137)
#8A957D
(138,149,125)
#7D8771
(125,135,113)
#707965
(112,121,101)
#636B59
(99,107,89)
#565D4D
(86,93,77)
#494F41
(73,79,65)
#3C4135
(60,65,53)
#2F3329
(47,51,41)
#22251D
(34,37,29)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #97A389

#97A389
(151,163,137)
#A0AB93
(160,171,147)
#A9B39D
(169,179,157)
#B2BBA7
(178,187,167)
#BBC3B1
(187,195,177)
#C4CBBB
(196,203,187)
#CDD3C5
(205,211,197)
#D6DBCF
(214,219,207)
#DFE3D9
(223,227,217)
#E8EBE3
(232,235,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A389 color. Also use rgb(151,163,137) instead hex code.

Text Font Color

.myTextColor { color: #97A389; }

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

This text font color is #97A389.


Background Color

.myBgColor { background-color: #97A389; }

<div style="background-color:#97A389">Inner text</div>

This div background color is #97A389.


Border color

.myBorderColor { border: 1px solid #97A389; }

<div style="border:3px solid #97A389">Div</div>

This div border color is #97A389.


Opacity

.myOpacity80 { color: #97A389; opacity: 0.8; }

<p style="color:#97A389;opacity:0.8;">80%</p>

Text with #97A389 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 #97A389;}

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

This text has shadow with #97A389 color.

.textShadow {text-shadow: 3px 3px 1px #97A389, 3px 3px 1px red;}

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

This text has shadow with #97A389 primary color and red secondary color.


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

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

This text has shadow with #97A389 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A389 on black background.


Color preview on white background

This text has color #97A389 on white background.



Black color preview on #97A389 background

This text has black color on #97A389 background.


White color preview on #97A389 background

This text has white color on #97A389 background.