COLOR #97A484

HEX: #97A484
RGB: (151,164,132)

Color info

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

RGB color model

#97A484 color RGB value is (151,164,132).

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

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 132 of 255 = 52%

151
164
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 132 = 447 (100%)
R 151 of 447 ~ 33.78%
G 164 of 447 ~ 36.69%
B 132 of 447 ~ 29.53%

%33.78
%36.69
%29.53

CMYK color model

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

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • 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
%19.51
%35.69

Codes

Color #97A484 in popluar color models

97A484
RGB151164132
HSL84°14.95%58.04%
HSB/HSV84°19.51%64.31%
CMYK7.93%0.00%19.51%
35.69%

Color #97A484 in popluar number systems.

HEX97A484
Decimal151164132
Binary100101111010010010000100
Octal227244204

Shades and tints

Shades of #97A484

#97A484
(151,164,132)
#8A9678
(138,150,120)
#7D886C
(125,136,108)
#707A60
(112,122,96)
#636C54
(99,108,84)
#565E48
(86,94,72)
#49503C
(73,80,60)
#3C4230
(60,66,48)
#2F3424
(47,52,36)
#222618
(34,38,24)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #97A484

#97A484
(151,164,132)
#A0AC8F
(160,172,143)
#A9B49A
(169,180,154)
#B2BCA5
(178,188,165)
#BBC4B0
(187,196,176)
#C4CCBB
(196,204,187)
#CDD4C6
(205,212,198)
#D6DCD1
(214,220,209)
#DFE4DC
(223,228,220)
#E8ECE7
(232,236,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A484; }

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

This text font color is #97A484.


Background Color

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

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

This div background color is #97A484.


Border color

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

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

This div border color is #97A484.


Opacity

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

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

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

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

This text has shadow with #97A484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A484 on black background.


Color preview on white background

This text has color #97A484 on white background.



Black color preview on #97A484 background

This text has black color on #97A484 background.


White color preview on #97A484 background

This text has white color on #97A484 background.