COLOR #97A049

HEX: #97A049
RGB: (151,160,73)

Color info

#97A049 contains mainly red and green colors. Web safe color of #97A049 is #999933 (or #993).

RGB color model

#97A049 color RGB value is (151,160,73).

  • red value is 151;
  • green value is 160;
  • blue value is 73.
RGB:
(151,160,73)
(59%,63%,29%)

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 73 of 255 = 29%

151
160
73

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

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 73 = 384 (100%)
R 151 of 384 ~ 39.32%
G 160 of 384 ~ 41.67%
B 73 of 384 ~ 19.01%

%39.32
%41.67
%19.01

CMYK color model

#97A049 color CMYK value is (6,0,54,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 54.38%
  • key color value is 37.25%
CMYK:
(6,0,54,37)
C6M0Y54K37 
(6%,0%,54%,37%)
(0.06/0.00/0.54/0.37)	

CMYK percentages

%5.63
%0
%54.38
%37.25

Codes

Color #97A049 in popluar color models

97A049
RGB15116073
HSL66°37.34%45.69%
HSB/HSV66°54.38%62.75%
CMYK5.63%0.00%54.38%
37.25%

Color #97A049 in popluar number systems.

HEX97A049
Decimal15116073
Binary10010111101000001001001
Octal227240111

Shades and tints

Shades of #97A049

#97A049
(151,160,73)
#8A9243
(138,146,67)
#7D843D
(125,132,61)
#707637
(112,118,55)
#636831
(99,104,49)
#565A2B
(86,90,43)
#494C25
(73,76,37)
#3C3E1F
(60,62,31)
#2F3019
(47,48,25)
#222213
(34,34,19)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #97A049

#97A049
(151,160,73)
#A0A859
(160,168,89)
#A9B069
(169,176,105)
#B2B879
(178,184,121)
#BBC089
(187,192,137)
#C4C899
(196,200,153)
#CDD0A9
(205,208,169)
#D6D8B9
(214,216,185)
#DFE0C9
(223,224,201)
#E8E8D9
(232,232,217)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A049 color. Also use rgb(151,160,73) instead hex code.

Text Font Color

.myTextColor { color: #97A049; }

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

This text font color is #97A049.


Background Color

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

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

This div background color is #97A049.


Border color

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

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

This div border color is #97A049.


Opacity

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

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

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

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

This text has shadow with #97A049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A049 on black background.


Color preview on white background

This text has color #97A049 on white background.



Black color preview on #97A049 background

This text has black color on #97A049 background.


White color preview on #97A049 background

This text has white color on #97A049 background.