COLOR #97B352

HEX: #97B352
RGB: (151,179,82)

Color info

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

RGB color model

#97B352 color RGB value is (151,179,82).

  • red value is 151;
  • green value is 179;
  • blue value is 82.
RGB:
(151,179,82)
(59%,70%,32%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 82 of 255 = 32%

151
179
82

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

Portions of RGB colors in percentages

R + G + B =
151 + 179 + 82 = 412 (100%)
R 151 of 412 ~ 36.65%
G 179 of 412 ~ 43.45%
B 82 of 412 ~ 19.9%

%36.65
%43.45
%19.9

CMYK color model

#97B352 color CMYK value is (16,0,54,30).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 29.80%
CMYK:
(16,0,54,30)
C16M0Y54K30 
(16%,0%,54%,30%)
(0.16/0.00/0.54/0.30)	

CMYK percentages

%15.64
%0
%54.19
%29.8

Codes

Color #97B352 in popluar color models

97B352
RGB15117982
HSL77°38.96%51.18%
HSB/HSV77°54.19%70.20%
CMYK15.64%0.00%54.19%
29.80%

Color #97B352 in popluar number systems.

HEX97B352
Decimal15117982
Binary10010111101100111010010
Octal227263122

Shades and tints

Shades of #97B352

#97B352
(151,179,82)
#8AA34B
(138,163,75)
#7D9344
(125,147,68)
#70833D
(112,131,61)
#637336
(99,115,54)
#56632F
(86,99,47)
#495328
(73,83,40)
#3C4321
(60,67,33)
#2F331A
(47,51,26)
#222313
(34,35,19)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #97B352

#97B352
(151,179,82)
#A0B961
(160,185,97)
#A9BF70
(169,191,112)
#B2C57F
(178,197,127)
#BBCB8E
(187,203,142)
#C4D19D
(196,209,157)
#CDD7AC
(205,215,172)
#D6DDBB
(214,221,187)
#DFE3CA
(223,227,202)
#E8E9D9
(232,233,217)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B352 color. Also use rgb(151,179,82) instead hex code.

Text Font Color

.myTextColor { color: #97B352; }

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

This text font color is #97B352.


Background Color

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

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

This div background color is #97B352.


Border color

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

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

This div border color is #97B352.


Opacity

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

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

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

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

This text has shadow with #97B352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B352 on black background.


Color preview on white background

This text has color #97B352 on white background.



Black color preview on #97B352 background

This text has black color on #97B352 background.


White color preview on #97B352 background

This text has white color on #97B352 background.