COLOR #97A365

HEX: #97A365
RGB: (151,163,101)

Color info

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

RGB color model

#97A365 color RGB value is (151,163,101).

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

RGB channels and saturation

R 151 of 255 = 59%
G 163 of 255 = 64%
B 101 of 255 = 40%

151
163
101

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

Portions of RGB colors in percentages

R + G + B =
151 + 163 + 101 = 415 (100%)
R 151 of 415 ~ 36.39%
G 163 of 415 ~ 39.28%
B 101 of 415 ~ 24.34%

%36.39
%39.28
%24.34

CMYK color model

#97A365 color CMYK value is (7,0,38,36).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(7,0,38,36)
C7M0Y38K36 
(7%,0%,38%,36%)
(0.07/0.00/0.38/0.36)	

CMYK percentages

%7.36
%0
%38.04
%36.08

Codes

Color #97A365 in popluar color models

97A365
RGB151163101
HSL72°25.20%51.76%
HSB/HSV72°38.04%63.92%
CMYK7.36%0.00%38.04%
36.08%

Color #97A365 in popluar number systems.

HEX97A365
Decimal151163101
Binary10010111101000111100101
Octal227243145

Shades and tints

Shades of #97A365

#97A365
(151,163,101)
#8A955C
(138,149,92)
#7D8753
(125,135,83)
#70794A
(112,121,74)
#636B41
(99,107,65)
#565D38
(86,93,56)
#494F2F
(73,79,47)
#3C4126
(60,65,38)
#2F331D
(47,51,29)
#222514
(34,37,20)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #97A365

#97A365
(151,163,101)
#A0AB73
(160,171,115)
#A9B381
(169,179,129)
#B2BB8F
(178,187,143)
#BBC39D
(187,195,157)
#C4CBAB
(196,203,171)
#CDD3B9
(205,211,185)
#D6DBC7
(214,219,199)
#DFE3D5
(223,227,213)
#E8EBE3
(232,235,227)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A365; }

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

This text font color is #97A365.


Background Color

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

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

This div background color is #97A365.


Border color

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

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

This div border color is #97A365.


Opacity

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

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

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

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

This text has shadow with #97A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A365 on black background.


Color preview on white background

This text has color #97A365 on white background.



Black color preview on #97A365 background

This text has black color on #97A365 background.


White color preview on #97A365 background

This text has white color on #97A365 background.