COLOR #97A590

HEX: #97A590
RGB: (151,165,144)

Color info

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

RGB color model

#97A590 color RGB value is (151,165,144).

  • red value is 151;
  • green value is 165;
  • blue value is 144.
RGB:
(151,165,144)
(59%,65%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 144 of 255 = 56%

151
165
144

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 144 = 460 (100%)
R 151 of 460 ~ 32.83%
G 165 of 460 ~ 35.87%
B 144 of 460 ~ 31.3%

%32.83
%35.87
%31.3

CMYK color model

#97A590 color CMYK value is (8,0,13,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(8,0,13,35)
C8M0Y13K35 
(8%,0%,13%,35%)
(0.08/0.00/0.13/0.35)	

CMYK percentages

%8.48
%0
%12.73
%35.29

Codes

Color #97A590 in popluar color models

97A590
RGB151165144
HSL100°10.45%60.59%
HSB/HSV100°12.73%64.71%
CMYK8.48%0.00%12.73%
35.29%

Color #97A590 in popluar number systems.

HEX97A590
Decimal151165144
Binary100101111010010110010000
Octal227245220

Shades and tints

Shades of #97A590

#97A590
(151,165,144)
#8A9683
(138,150,131)
#7D8776
(125,135,118)
#707869
(112,120,105)
#63695C
(99,105,92)
#565A4F
(86,90,79)
#494B42
(73,75,66)
#3C3C35
(60,60,53)
#2F2D28
(47,45,40)
#221E1B
(34,30,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #97A590

#97A590
(151,165,144)
#A0AD9A
(160,173,154)
#A9B5A4
(169,181,164)
#B2BDAE
(178,189,174)
#BBC5B8
(187,197,184)
#C4CDC2
(196,205,194)
#CDD5CC
(205,213,204)
#D6DDD6
(214,221,214)
#DFE5E0
(223,229,224)
#E8EDEA
(232,237,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A590 color. Also use rgb(151,165,144) instead hex code.

Text Font Color

.myTextColor { color: #97A590; }

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

This text font color is #97A590.


Background Color

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

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

This div background color is #97A590.


Border color

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

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

This div border color is #97A590.


Opacity

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

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

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

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

This text has shadow with #97A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A590 on black background.


Color preview on white background

This text has color #97A590 on white background.



Black color preview on #97A590 background

This text has black color on #97A590 background.


White color preview on #97A590 background

This text has white color on #97A590 background.