COLOR #9AA373

HEX: #9AA373
RGB: (154,163,115)

Color info

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

RGB color model

#9AA373 color RGB value is (154,163,115).

  • red value is 154;
  • green value is 163;
  • blue value is 115.
RGB:
(154,163,115)
(60%,64%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 115 of 255 = 45%

154
163
115

R + G + B ~ 56%. #9AA373 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 115 = 432 (100%)
R 154 of 432 ~ 35.65%
G 163 of 432 ~ 37.73%
B 115 of 432 ~ 26.62%

%35.65
%37.73
%26.62

CMYK color model

#9AA373 color CMYK value is (6,0,29,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(6,0,29,36)
C6M0Y29K36 
(6%,0%,29%,36%)
(0.06/0.00/0.29/0.36)	

CMYK percentages

%5.52
%0
%29.45
%36.08

Codes

Color #9AA373 in popluar color models

9AA373
RGB154163115
HSL71°20.69%54.51%
HSB/HSV71°29.45%63.92%
CMYK5.52%0.00%29.45%
36.08%

Color #9AA373 in popluar number systems.

HEX9AA373
Decimal154163115
Binary10011010101000111110011
Octal232243163

Shades and tints

Shades of #9AA373

#9AA373
(154,163,115)
#8C9569
(140,149,105)
#7E875F
(126,135,95)
#707955
(112,121,85)
#626B4B
(98,107,75)
#545D41
(84,93,65)
#464F37
(70,79,55)
#38412D
(56,65,45)
#2A3323
(42,51,35)
#1C2519
(28,37,25)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #9AA373

#9AA373
(154,163,115)
#A3AB7F
(163,171,127)
#ACB38B
(172,179,139)
#B5BB97
(181,187,151)
#BEC3A3
(190,195,163)
#C7CBAF
(199,203,175)
#D0D3BB
(208,211,187)
#D9DBC7
(217,219,199)
#E2E3D3
(226,227,211)
#EBEBDF
(235,235,223)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA373 color. Also use rgb(154,163,115) instead hex code.

Text Font Color

.myTextColor { color: #9AA373; }

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

This text font color is #9AA373.


Background Color

.myBgColor { background-color: #9AA373; }

<div style="background-color:#9AA373">Inner text</div>

This div background color is #9AA373.


Border color

.myBorderColor { border: 1px solid #9AA373; }

<div style="border:3px solid #9AA373">Div</div>

This div border color is #9AA373.


Opacity

.myOpacity80 { color: #9AA373; opacity: 0.8; }

<p style="color:#9AA373;opacity:0.8;">80%</p>

Text with #9AA373 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 #9AA373;}

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

This text has shadow with #9AA373 color.

.textShadow {text-shadow: 3px 3px 1px #9AA373, 3px 3px 1px red;}

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

This text has shadow with #9AA373 primary color and red secondary color.


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

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

This text has shadow with #9AA373 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA373 on black background.


Color preview on white background

This text has color #9AA373 on white background.



Black color preview on #9AA373 background

This text has black color on #9AA373 background.


White color preview on #9AA373 background

This text has white color on #9AA373 background.