COLOR #97A480

HEX: #97A480
RGB: (151,164,128)

Color info

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

RGB color model

#97A480 color RGB value is (151,164,128).

  • red value is 151;
  • green value is 164;
  • blue value is 128.
RGB:
(151,164,128)
(59%,64%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 128 of 255 = 50%

151
164
128

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

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 128 = 443 (100%)
R 151 of 443 ~ 34.09%
G 164 of 443 ~ 37.02%
B 128 of 443 ~ 28.89%

%34.09
%37.02
%28.89

CMYK color model

#97A480 color CMYK value is (8,0,22,36).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(8,0,22,36)
C8M0Y22K36 
(8%,0%,22%,36%)
(0.08/0.00/0.22/0.36)	

CMYK percentages

%7.93
%0
%21.95
%35.69

Codes

Color #97A480 in popluar color models

97A480
RGB151164128
HSL82°16.51%57.25%
HSB/HSV82°21.95%64.31%
CMYK7.93%0.00%21.95%
35.69%

Color #97A480 in popluar number systems.

HEX97A480
Decimal151164128
Binary100101111010010010000000
Octal227244200

Shades and tints

Shades of #97A480

#97A480
(151,164,128)
#8A9675
(138,150,117)
#7D886A
(125,136,106)
#707A5F
(112,122,95)
#636C54
(99,108,84)
#565E49
(86,94,73)
#49503E
(73,80,62)
#3C4233
(60,66,51)
#2F3428
(47,52,40)
#22261D
(34,38,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #97A480

#97A480
(151,164,128)
#A0AC8B
(160,172,139)
#A9B496
(169,180,150)
#B2BCA1
(178,188,161)
#BBC4AC
(187,196,172)
#C4CCB7
(196,204,183)
#CDD4C2
(205,212,194)
#D6DCCD
(214,220,205)
#DFE4D8
(223,228,216)
#E8ECE3
(232,236,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A480 color. Also use rgb(151,164,128) instead hex code.

Text Font Color

.myTextColor { color: #97A480; }

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

This text font color is #97A480.


Background Color

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

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

This div background color is #97A480.


Border color

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

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

This div border color is #97A480.


Opacity

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

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

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

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

This text has shadow with #97A480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A480 on black background.


Color preview on white background

This text has color #97A480 on white background.



Black color preview on #97A480 background

This text has black color on #97A480 background.


White color preview on #97A480 background

This text has white color on #97A480 background.