COLOR #97A673

HEX: #97A673
RGB: (151,166,115)

Color info

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

RGB color model

#97A673 color RGB value is (151,166,115).

  • red value is 151;
  • green value is 166;
  • blue value is 115.
RGB:
(151,166,115)
(59%,65%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 166 of 255 = 65%
B 115 of 255 = 45%

151
166
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 166 + 115 = 432 (100%)
R 151 of 432 ~ 34.95%
G 166 of 432 ~ 38.43%
B 115 of 432 ~ 26.62%

%34.95
%38.43
%26.62

CMYK color model

#97A673 color CMYK value is (9,0,31,35).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(9,0,31,35)
C9M0Y31K35 
(9%,0%,31%,35%)
(0.09/0.00/0.31/0.35)	

CMYK percentages

%9.04
%0
%30.72
%34.9

Codes

Color #97A673 in popluar color models

97A673
RGB151166115
HSL78°22.27%55.10%
HSB/HSV78°30.72%65.10%
CMYK9.04%0.00%30.72%
34.90%

Color #97A673 in popluar number systems.

HEX97A673
Decimal151166115
Binary10010111101001101110011
Octal227246163

Shades and tints

Shades of #97A673

#97A673
(151,166,115)
#8A9769
(138,151,105)
#7D885F
(125,136,95)
#707955
(112,121,85)
#636A4B
(99,106,75)
#565B41
(86,91,65)
#494C37
(73,76,55)
#3C3D2D
(60,61,45)
#2F2E23
(47,46,35)
#221F19
(34,31,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #97A673

#97A673
(151,166,115)
#A0AE7F
(160,174,127)
#A9B68B
(169,182,139)
#B2BE97
(178,190,151)
#BBC6A3
(187,198,163)
#C4CEAF
(196,206,175)
#CDD6BB
(205,214,187)
#D6DEC7
(214,222,199)
#DFE6D3
(223,230,211)
#E8EEDF
(232,238,223)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A673 color. Also use rgb(151,166,115) instead hex code.

Text Font Color

.myTextColor { color: #97A673; }

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

This text font color is #97A673.


Background Color

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

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

This div background color is #97A673.


Border color

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

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

This div border color is #97A673.


Opacity

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

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

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

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

This text has shadow with #97A673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A673 on black background.


Color preview on white background

This text has color #97A673 on white background.



Black color preview on #97A673 background

This text has black color on #97A673 background.


White color preview on #97A673 background

This text has white color on #97A673 background.