COLOR #97A382

HEX: #97A382
RGB: (151,163,130)

Color info

#97A382 contains red, green and blue colors in about the same proportion. Web safe color of #97A382 is #999999 (or #999).

RGB color model

#97A382 color RGB value is (151,163,130).

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

RGB channels and saturation

R 151 of 255 = 59%
G 163 of 255 = 64%
B 130 of 255 = 51%

151
163
130

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

Portions of RGB colors in percentages

R + G + B =
151 + 163 + 130 = 444 (100%)
R 151 of 444 ~ 34.01%
G 163 of 444 ~ 36.71%
B 130 of 444 ~ 29.28%

%34.01
%36.71
%29.28

CMYK color model

#97A382 color CMYK value is (7,0,20,36).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK: (7,0,20,36) C7M0Y20K36 (7%,0%,20%,36%) (0.07/0.00/0.20/0.36)

CMYK percentages

%7.36
%0
%20.25
%36.08

Codes

Color #97A382 in popluar color models

97A382
RGB151163130
HSL82°15.21%57.45%
HSB/HSV82°20.25%63.92%
CMYK7.36%0.00%20.25%
36.08%

Color #97A382 in popluar number systems.

HEX97A382
Decimal151163130
Binary100101111010001110000010
Octal227243202

Shades and tints

Shades of #97A382

#97A382
(151,163,130)
#8A9577
(138,149,119)
#7D876C
(125,135,108)
#707961
(112,121,97)
#636B56
(99,107,86)
#565D4B
(86,93,75)
#494F40
(73,79,64)
#3C4135
(60,65,53)
#2F332A
(47,51,42)
#22251F
(34,37,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #97A382

#97A382
(151,163,130)
#A0AB8D
(160,171,141)
#A9B398
(169,179,152)
#B2BBA3
(178,187,163)
#BBC3AE
(187,195,174)
#C4CBB9
(196,203,185)
#CDD3C4
(205,211,196)
#D6DBCF
(214,219,207)
#DFE3DA
(223,227,218)
#E8EBE5
(232,235,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A382; }

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

This text font color is #97A382.


Background Color

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

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

This div background color is #97A382.


Border color

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

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

This div border color is #97A382.


Opacity

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

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

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

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

This text has shadow with #97A382 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #97A382 on black background.


Color preview on white background

This text has color #97A382 on white background.



Black color preview on #97A382 background

This text has black color on #97A382 background.


White color preview on #97A382 background

This text has white color on #97A382 background.