COLOR #97A277

HEX: #97A277
RGB: (151,162,119)

Color info

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

RGB color model

#97A277 color RGB value is (151,162,119).

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

RGB channels and saturation

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

151
162
119

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

Portions of RGB colors in percentages

R + G + B =
151 + 162 + 119 = 432 (100%)
R 151 of 432 ~ 34.95%
G 162 of 432 ~ 37.5%
B 119 of 432 ~ 27.55%

%34.95
%37.5
%27.55

CMYK color model

#97A277 color CMYK value is (7,0,27,36).

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(7,0,27,36)
C7M0Y27K36 
(7%,0%,27%,36%)
(0.07/0.00/0.27/0.36)	

CMYK percentages

%6.79
%0
%26.54
%36.47

Codes

Color #97A277 in popluar color models

97A277
RGB151162119
HSL75°18.78%55.10%
HSB/HSV75°26.54%63.53%
CMYK6.79%0.00%26.54%
36.47%

Color #97A277 in popluar number systems.

HEX97A277
Decimal151162119
Binary10010111101000101110111
Octal227242167

Shades and tints

Shades of #97A277

#97A277
(151,162,119)
#8A946D
(138,148,109)
#7D8663
(125,134,99)
#707859
(112,120,89)
#636A4F
(99,106,79)
#565C45
(86,92,69)
#494E3B
(73,78,59)
#3C4031
(60,64,49)
#2F3227
(47,50,39)
#22241D
(34,36,29)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #97A277

#97A277
(151,162,119)
#A0AA83
(160,170,131)
#A9B28F
(169,178,143)
#B2BA9B
(178,186,155)
#BBC2A7
(187,194,167)
#C4CAB3
(196,202,179)
#CDD2BF
(205,210,191)
#D6DACB
(214,218,203)
#DFE2D7
(223,226,215)
#E8EAE3
(232,234,227)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A277; }

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

This text font color is #97A277.


Background Color

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

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

This div background color is #97A277.


Border color

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

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

This div border color is #97A277.


Opacity

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

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

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

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

This text has shadow with #97A277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A277 on black background.


Color preview on white background

This text has color #97A277 on white background.



Black color preview on #97A277 background

This text has black color on #97A277 background.


White color preview on #97A277 background

This text has white color on #97A277 background.