COLOR #97A276

HEX: #97A276
RGB: (151,162,118)

Color info

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

RGB color model

#97A276 color RGB value is (151,162,118).

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

RGB channels and saturation

R 151 of 255 = 59%
G 162 of 255 = 64%
B 118 of 255 = 46%

151
162
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 162 + 118 = 431 (100%)
R 151 of 431 ~ 35.03%
G 162 of 431 ~ 37.59%
B 118 of 431 ~ 27.38%

%35.03
%37.59
%27.38

CMYK color model

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

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • 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
%27.16
%36.47

Codes

Color #97A276 in popluar color models

97A276
RGB151162118
HSL75°19.13%54.90%
HSB/HSV75°27.16%63.53%
CMYK6.79%0.00%27.16%
36.47%

Color #97A276 in popluar number systems.

HEX97A276
Decimal151162118
Binary10010111101000101110110
Octal227242166

Shades and tints

Shades of #97A276

#97A276
(151,162,118)
#8A946C
(138,148,108)
#7D8662
(125,134,98)
#707858
(112,120,88)
#636A4E
(99,106,78)
#565C44
(86,92,68)
#494E3A
(73,78,58)
#3C4030
(60,64,48)
#2F3226
(47,50,38)
#22241C
(34,36,28)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #97A276

#97A276
(151,162,118)
#A0AA82
(160,170,130)
#A9B28E
(169,178,142)
#B2BA9A
(178,186,154)
#BBC2A6
(187,194,166)
#C4CAB2
(196,202,178)
#CDD2BE
(205,210,190)
#D6DACA
(214,218,202)
#DFE2D6
(223,226,214)
#E8EAE2
(232,234,226)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A276; }

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

This text font color is #97A276.


Background Color

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

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

This div background color is #97A276.


Border color

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

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

This div border color is #97A276.


Opacity

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

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

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

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

This text has shadow with #97A276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A276 on black background.


Color preview on white background

This text has color #97A276 on white background.



Black color preview on #97A276 background

This text has black color on #97A276 background.


White color preview on #97A276 background

This text has white color on #97A276 background.