COLOR #97A58F

HEX: #97A58F
RGB: (151,165,143)

Color info

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

RGB color model

#97A58F color RGB value is (151,165,143).

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

RGB channels and saturation

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

151
165
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 143 = 459 (100%)
R 151 of 459 ~ 32.9%
G 165 of 459 ~ 35.95%
B 143 of 459 ~ 31.15%

%32.9
%35.95
%31.15

CMYK color model

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

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • 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
%13.33
%35.29

Codes

Color #97A58F in popluar color models

97A58F
RGB151165143
HSL98°10.89%60.39%
HSB/HSV98°13.33%64.71%
CMYK8.48%0.00%13.33%
35.29%

Color #97A58F in popluar number systems.

HEX97A58F
Decimal151165143
Binary100101111010010110001111
Octal227245217

Shades and tints

Shades of #97A58F

#97A58F
(151,165,143)
#8A9682
(138,150,130)
#7D8775
(125,135,117)
#707868
(112,120,104)
#63695B
(99,105,91)
#565A4E
(86,90,78)
#494B41
(73,75,65)
#3C3C34
(60,60,52)
#2F2D27
(47,45,39)
#221E1A
(34,30,26)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #97A58F

#97A58F
(151,165,143)
#A0AD99
(160,173,153)
#A9B5A3
(169,181,163)
#B2BDAD
(178,189,173)
#BBC5B7
(187,197,183)
#C4CDC1
(196,205,193)
#CDD5CB
(205,213,203)
#D6DDD5
(214,221,213)
#DFE5DF
(223,229,223)
#E8EDE9
(232,237,233)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A58F; }

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

This text font color is #97A58F.


Background Color

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

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

This div background color is #97A58F.


Border color

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

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

This div border color is #97A58F.


Opacity

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

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

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

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

This text has shadow with #97A58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A58F on black background.


Color preview on white background

This text has color #97A58F on white background.



Black color preview on #97A58F background

This text has black color on #97A58F background.


White color preview on #97A58F background

This text has white color on #97A58F background.