COLOR #97A47A

HEX: #97A47A
RGB: (151,164,122)

Color info

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

RGB color model

#97A47A color RGB value is (151,164,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 122 of 255 = 48%

151
164
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 122 = 437 (100%)
R 151 of 437 ~ 34.55%
G 164 of 437 ~ 37.53%
B 122 of 437 ~ 27.92%

%34.55
%37.53
%27.92

CMYK color model

#97A47A color CMYK value is (8,0,26,36).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(8,0,26,36)
C8M0Y26K36 
(8%,0%,26%,36%)
(0.08/0.00/0.26/0.36)	

CMYK percentages

%7.93
%0
%25.61
%35.69

Codes

Color #97A47A in popluar color models

97A47A
RGB151164122
HSL79°18.75%56.08%
HSB/HSV79°25.61%64.31%
CMYK7.93%0.00%25.61%
35.69%

Color #97A47A in popluar number systems.

HEX97A47A
Decimal151164122
Binary10010111101001001111010
Octal227244172

Shades and tints

Shades of #97A47A

#97A47A
(151,164,122)
#8A966F
(138,150,111)
#7D8864
(125,136,100)
#707A59
(112,122,89)
#636C4E
(99,108,78)
#565E43
(86,94,67)
#495038
(73,80,56)
#3C422D
(60,66,45)
#2F3422
(47,52,34)
#222617
(34,38,23)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #97A47A

#97A47A
(151,164,122)
#A0AC86
(160,172,134)
#A9B492
(169,180,146)
#B2BC9E
(178,188,158)
#BBC4AA
(187,196,170)
#C4CCB6
(196,204,182)
#CDD4C2
(205,212,194)
#D6DCCE
(214,220,206)
#DFE4DA
(223,228,218)
#E8ECE6
(232,236,230)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A47A; }

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

This text font color is #97A47A.


Background Color

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

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

This div background color is #97A47A.


Border color

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

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

This div border color is #97A47A.


Opacity

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

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

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

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

This text has shadow with #97A47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A47A on black background.


Color preview on white background

This text has color #97A47A on white background.



Black color preview on #97A47A background

This text has black color on #97A47A background.


White color preview on #97A47A background

This text has white color on #97A47A background.