COLOR #97A54F

HEX: #97A54F RGB: (151,165,79)

Color info

#97A54F contains mainly red and green colors. Web safe color of #97A54F is #999966 (or #996).

RGB color model

#97A54F color RGB value is (151,165,79).

RGB: (151,165,79) (59%, 65%, 31%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 79 of 255 = 31%

151
165
79

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

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 79 = 395 (100%)
R 151 of 395 ~ 38.23%
G 165 of 395 ~ 41.77%
B 79 of 395 ~ 20'%

%38.23
%41.77
%20

CMYK color model

#97A54F color CMYK value is (8,0,52,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 52.12%
  • key color value is 35.29%
CMYK: (8,0,52,35) C8M0Y52K35 (8%,0%,52%,35%) (0.08/0.00/0.52/0.35) 

CMYK percentages

%8.48
%0
%52.12
%35.29

Codes

Color #97A54F in popluar color models

97 A5 4F
RGB 151 165 79
HSL 70° 35.25% 47.84%
HSB/HSV 70° 52.12% 64.71%
CMYK 8.48% 0.00% 52.12%
35.29%

Color #97A54F in popluar number systems.

HEX 97 A5 4F
Decimal 151 165 79
Binary 10010111 10100101 1001111
Octal 227 245 117

Shades and tints

Shades of #97A54F

#97A54F
(151,165,79)
#8A9648
(138,150,72)
#7D8741
(125,135,65)
#70783A
(112,120,58)
#636933
(99,105,51)
#565A2C
(86,90,44)
#494B25
(73,75,37)
#3C3C1E
(60,60,30)
#2F2D17
(47,45,23)
#221E10
(34,30,16)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #97A54F

#97A54F
(151,165,79)
#A0AD5F
(160,173,95)
#A9B56F
(169,181,111)
#B2BD7F
(178,189,127)
#BBC58F
(187,197,143)
#C4CD9F
(196,205,159)
#CDD5AF
(205,213,175)
#D6DDBF
(214,221,191)
#DFE5CF
(223,229,207)
#E8EDDF
(232,237,223)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A54F color. Also use rgb(151,165,79) instead hex code.

Text Font Color

.myTextColor { color: #97A54F; }

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

This text font color is #97A54F.

Background Color

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

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

This div background color is #97A54F.

Border color

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

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

This div border color is #97A54F.

Opacity

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

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

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

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

This text has shadow with #97A54F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A54F.

Preview

Color preview on black background

This text has color #97A54F on black background.


Color preview on white background

This text has color #97A54F on white background.


Black color preview on #97A54F background

This text has black color on #97A54F background.


White color preview on #97A54F background

This text has white color on #97A54F background.


Related colors

Complementary color

Complementary color for #hex is #685AB0.


I love getcolorcode.com

Triadic colors

1 #4F97A5 and #A54F97 with #97A54F are triadic colors.

2 #4FA597 and #A5974F with #97A54F are triadic colors.