COLOR #97A358

HEX: #97A358
RGB: (151,163,88)

Color info

#97A358 contains mainly red and green colors. Web safe color of #97A358 is #999966 (or #996).

RGB color model

#97A358 color RGB value is (151,163,88).

  • red value is 151;
  • green value is 163;
  • blue value is 88.
RGB:
(151,163,88)
(59%,64%,35%)

RGB channels and saturation

R 151 of 255 = 59%
G 163 of 255 = 64%
B 88 of 255 = 35%

151
163
88

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

Portions of RGB colors in percentages

R + G + B =
151 + 163 + 88 = 402 (100%)
R 151 of 402 ~ 37.56%
G 163 of 402 ~ 40.55%
B 88 of 402 ~ 21.89%

%37.56
%40.55
%21.89

CMYK color model

#97A358 color CMYK value is (7,0,46,36).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 46.01%
  • key color value is 36.08%
CMYK:
(7,0,46,36)
C7M0Y46K36 
(7%,0%,46%,36%)
(0.07/0.00/0.46/0.36)	

CMYK percentages

%7.36
%0
%46.01
%36.08

Codes

Color #97A358 in popluar color models

97A358
RGB15116388
HSL70°29.88%49.22%
HSB/HSV70°46.01%63.92%
CMYK7.36%0.00%46.01%
36.08%

Color #97A358 in popluar number systems.

HEX97A358
Decimal15116388
Binary10010111101000111011000
Octal227243130

Shades and tints

Shades of #97A358

#97A358
(151,163,88)
#8A9550
(138,149,80)
#7D8748
(125,135,72)
#707940
(112,121,64)
#636B38
(99,107,56)
#565D30
(86,93,48)
#494F28
(73,79,40)
#3C4120
(60,65,32)
#2F3318
(47,51,24)
#222510
(34,37,16)
#151708
(21,23,8)
#000000
(0,0,0)

Tints of #97A358

#97A358
(151,163,88)
#A0AB67
(160,171,103)
#A9B376
(169,179,118)
#B2BB85
(178,187,133)
#BBC394
(187,195,148)
#C4CBA3
(196,203,163)
#CDD3B2
(205,211,178)
#D6DBC1
(214,219,193)
#DFE3D0
(223,227,208)
#E8EBDF
(232,235,223)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A358 color. Also use rgb(151,163,88) instead hex code.

Text Font Color

.myTextColor { color: #97A358; }

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

This text font color is #97A358.


Background Color

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

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

This div background color is #97A358.


Border color

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

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

This div border color is #97A358.


Opacity

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

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

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

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

This text has shadow with #97A358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A358 on black background.


Color preview on white background

This text has color #97A358 on white background.



Black color preview on #97A358 background

This text has black color on #97A358 background.


White color preview on #97A358 background

This text has white color on #97A358 background.