COLOR #97A039

HEX: #97A039
RGB: (151,160,57)

Color info

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

RGB color model

#97A039 color RGB value is (151,160,57).

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

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 57 of 255 = 22%

151
160
57

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

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 57 = 368 (100%)
R 151 of 368 ~ 41.03%
G 160 of 368 ~ 43.48%
B 57 of 368 ~ 15.49%

%41.03
%43.48
%15.49

CMYK color model

#97A039 color CMYK value is (6,0,64,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 64.38%
  • key color value is 37.25%
CMYK:
(6,0,64,37)
C6M0Y64K37 
(6%,0%,64%,37%)
(0.06/0.00/0.64/0.37)	

CMYK percentages

%5.63
%0
%64.38
%37.25

Codes

Color #97A039 in popluar color models

97A039
RGB15116057
HSL65°47.47%42.55%
HSB/HSV65°64.38%62.75%
CMYK5.63%0.00%64.38%
37.25%

Color #97A039 in popluar number systems.

HEX97A039
Decimal15116057
Binary1001011110100000111001
Octal22724071

Shades and tints

Shades of #97A039

#97A039
(151,160,57)
#8A9234
(138,146,52)
#7D842F
(125,132,47)
#70762A
(112,118,42)
#636825
(99,104,37)
#565A20
(86,90,32)
#494C1B
(73,76,27)
#3C3E16
(60,62,22)
#2F3011
(47,48,17)
#22220C
(34,34,12)
#151407
(21,20,7)
#000000
(0,0,0)

Tints of #97A039

#97A039
(151,160,57)
#A0A84B
(160,168,75)
#A9B05D
(169,176,93)
#B2B86F
(178,184,111)
#BBC081
(187,192,129)
#C4C893
(196,200,147)
#CDD0A5
(205,208,165)
#D6D8B7
(214,216,183)
#DFE0C9
(223,224,201)
#E8E8DB
(232,232,219)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A039; }

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

This text font color is #97A039.


Background Color

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

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

This div background color is #97A039.


Border color

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

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

This div border color is #97A039.


Opacity

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

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

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

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

This text has shadow with #97A039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A039 on black background.


Color preview on white background

This text has color #97A039 on white background.



Black color preview on #97A039 background

This text has black color on #97A039 background.


White color preview on #97A039 background

This text has white color on #97A039 background.