COLOR #97A384

HEX: #97A384
RGB: (151,163,132)

Color info

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

RGB color model

#97A384 color RGB value is (151,163,132).

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

RGB channels and saturation

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

151
163
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 163 + 132 = 446 (100%)
R 151 of 446 ~ 33.86%
G 163 of 446 ~ 36.55%
B 132 of 446 ~ 29.6%

%33.86
%36.55
%29.6

CMYK color model

#97A384 color CMYK value is (7,0,19,36).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(7,0,19,36)
C7M0Y19K36 
(7%,0%,19%,36%)
(0.07/0.00/0.19/0.36)	

CMYK percentages

%7.36
%0
%19.02
%36.08

Codes

Color #97A384 in popluar color models

97A384
RGB151163132
HSL83°14.42%57.84%
HSB/HSV83°19.02%63.92%
CMYK7.36%0.00%19.02%
36.08%

Color #97A384 in popluar number systems.

HEX97A384
Decimal151163132
Binary100101111010001110000100
Octal227243204

Shades and tints

Shades of #97A384

#97A384
(151,163,132)
#8A9578
(138,149,120)
#7D876C
(125,135,108)
#707960
(112,121,96)
#636B54
(99,107,84)
#565D48
(86,93,72)
#494F3C
(73,79,60)
#3C4130
(60,65,48)
#2F3324
(47,51,36)
#222518
(34,37,24)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #97A384

#97A384
(151,163,132)
#A0AB8F
(160,171,143)
#A9B39A
(169,179,154)
#B2BBA5
(178,187,165)
#BBC3B0
(187,195,176)
#C4CBBB
(196,203,187)
#CDD3C6
(205,211,198)
#D6DBD1
(214,219,209)
#DFE3DC
(223,227,220)
#E8EBE7
(232,235,231)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A384; }

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

This text font color is #97A384.


Background Color

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

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

This div background color is #97A384.


Border color

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

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

This div border color is #97A384.


Opacity

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

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

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

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

This text has shadow with #97A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A384 on black background.


Color preview on white background

This text has color #97A384 on white background.



Black color preview on #97A384 background

This text has black color on #97A384 background.


White color preview on #97A384 background

This text has white color on #97A384 background.