COLOR #97A279

HEX: #97A279
RGB: (151,162,121)

Color info

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

RGB color model

#97A279 color RGB value is (151,162,121).

  • red value is 151;
  • green value is 162;
  • blue value is 121.
RGB:
(151,162,121)
(59%,64%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 162 of 255 = 64%
B 121 of 255 = 47%

151
162
121

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

Portions of RGB colors in percentages

R + G + B =
151 + 162 + 121 = 434 (100%)
R 151 of 434 ~ 34.79%
G 162 of 434 ~ 37.33%
B 121 of 434 ~ 27.88%

%34.79
%37.33
%27.88

CMYK color model

#97A279 color CMYK value is (7,0,25,36).

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(7,0,25,36)
C7M0Y25K36 
(7%,0%,25%,36%)
(0.07/0.00/0.25/0.36)	

CMYK percentages

%6.79
%0
%25.31
%36.47

Codes

Color #97A279 in popluar color models

97A279
RGB151162121
HSL76°18.06%55.49%
HSB/HSV76°25.31%63.53%
CMYK6.79%0.00%25.31%
36.47%

Color #97A279 in popluar number systems.

HEX97A279
Decimal151162121
Binary10010111101000101111001
Octal227242171

Shades and tints

Shades of #97A279

#97A279
(151,162,121)
#8A946E
(138,148,110)
#7D8663
(125,134,99)
#707858
(112,120,88)
#636A4D
(99,106,77)
#565C42
(86,92,66)
#494E37
(73,78,55)
#3C402C
(60,64,44)
#2F3221
(47,50,33)
#222416
(34,36,22)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #97A279

#97A279
(151,162,121)
#A0AA85
(160,170,133)
#A9B291
(169,178,145)
#B2BA9D
(178,186,157)
#BBC2A9
(187,194,169)
#C4CAB5
(196,202,181)
#CDD2C1
(205,210,193)
#D6DACD
(214,218,205)
#DFE2D9
(223,226,217)
#E8EAE5
(232,234,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A279 color. Also use rgb(151,162,121) instead hex code.

Text Font Color

.myTextColor { color: #97A279; }

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

This text font color is #97A279.


Background Color

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

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

This div background color is #97A279.


Border color

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

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

This div border color is #97A279.


Opacity

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

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

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

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

This text has shadow with #97A279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A279 on black background.


Color preview on white background

This text has color #97A279 on white background.



Black color preview on #97A279 background

This text has black color on #97A279 background.


White color preview on #97A279 background

This text has white color on #97A279 background.