COLOR #97A483

HEX: #97A483
RGB: (151,164,131)

Color info

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

RGB color model

#97A483 color RGB value is (151,164,131).

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

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 131 of 255 = 51%

151
164
131

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

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 131 = 446 (100%)
R 151 of 446 ~ 33.86%
G 164 of 446 ~ 36.77%
B 131 of 446 ~ 29.37%

%33.86
%36.77
%29.37

CMYK color model

#97A483 color CMYK value is (8,0,20,36).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(8,0,20,36)
C8M0Y20K36 
(8%,0%,20%,36%)
(0.08/0.00/0.20/0.36)	

CMYK percentages

%7.93
%0
%20.12
%35.69

Codes

Color #97A483 in popluar color models

97A483
RGB151164131
HSL84°15.35%57.84%
HSB/HSV84°20.12%64.31%
CMYK7.93%0.00%20.12%
35.69%

Color #97A483 in popluar number systems.

HEX97A483
Decimal151164131
Binary100101111010010010000011
Octal227244203

Shades and tints

Shades of #97A483

#97A483
(151,164,131)
#8A9678
(138,150,120)
#7D886D
(125,136,109)
#707A62
(112,122,98)
#636C57
(99,108,87)
#565E4C
(86,94,76)
#495041
(73,80,65)
#3C4236
(60,66,54)
#2F342B
(47,52,43)
#222620
(34,38,32)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #97A483

#97A483
(151,164,131)
#A0AC8E
(160,172,142)
#A9B499
(169,180,153)
#B2BCA4
(178,188,164)
#BBC4AF
(187,196,175)
#C4CCBA
(196,204,186)
#CDD4C5
(205,212,197)
#D6DCD0
(214,220,208)
#DFE4DB
(223,228,219)
#E8ECE6
(232,236,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A483; }

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

This text font color is #97A483.


Background Color

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

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

This div background color is #97A483.


Border color

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

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

This div border color is #97A483.


Opacity

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

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

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

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

This text has shadow with #97A483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A483 on black background.


Color preview on white background

This text has color #97A483 on white background.



Black color preview on #97A483 background

This text has black color on #97A483 background.


White color preview on #97A483 background

This text has white color on #97A483 background.