COLOR #9AA382

HEX: #9AA382 RGB: (154,163,130)

Color info

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

RGB color model

#9AA382 color RGB value is (154,163,130).

RGB: (154,163,130) (60%, 64%, 51%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 130 of 255 = 51%

154
163
130

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

Portions of RGB colors in percentages

R + G + B = 154 + 163 + 130 = 447 (100%)
R 154 of 447 ~ 34.45%
G 163 of 447 ~ 36.47%
B 130 of 447 ~ 29.08'%

%34.45
%36.47
%29.08

CMYK color model

#9AA382 color CMYK value is (6,0,20,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%

CMYK: (6,0,20,36)
C6M0Y20K36 (6%, 0%, 20%, 36%)
(0.06 / 0.00 / 0.20 / 0.36)

CMYK percentages

%5.52
%0
%20.25
%36.08

Codes

Color #9AA382 in popluar color models

9A A3 82
RGB 154 163 130
HSL 76° 15.21% 57.45%
HSB/HSV 76° 20.25% 63.92%
CMYK 5.52% 0.00% 20.25%
36.08%

Color #9AA382 in popluar number systems.

HEX 9A A3 82
Decimal 154 163 130
Binary 10011010 10100011 10000010
Octal 232 243 202

Shades and tints

Shades of #9AA382

#9AA382
(154,163,130)
#8C9577
(140,149,119)
#7E876C
(126,135,108)
#707961
(112,121,97)
#626B56
(98,107,86)
#545D4B
(84,93,75)
#464F40
(70,79,64)
#384135
(56,65,53)
#2A332A
(42,51,42)
#1C251F
(28,37,31)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9AA382

#9AA382
(154,163,130)
#A3AB8D
(163,171,141)
#ACB398
(172,179,152)
#B5BBA3
(181,187,163)
#BEC3AE
(190,195,174)
#C7CBB9
(199,203,185)
#D0D3C4
(208,211,196)
#D9DBCF
(217,219,207)
#E2E3DA
(226,227,218)
#EBEBE5
(235,235,229)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA382; }

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

This text font color is #9AA382.

Background Color

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

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

This div background color is #9AA382.

Border color

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

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

This div border color is #9AA382.

Opacity

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

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

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

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

This text has shadow with #9AA382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA382.

Preview

Color preview on black background

This text has color #9AA382 on black background.


Color preview on white background

This text has color #9AA382 on white background.


Black color preview on #9AA382 background

This text has black color on #9AA382 background.


White color preview on #9AA382 background

This text has white color on #9AA382 background.


Related colors

Complementary color

Complementary color for #hex is #655C7D.


I love getcolorcode.com

Triadic colors

1 #829AA3 and #A3829A with #9AA382 are triadic colors.

2 #82A39A and #A39A82 with #9AA382 are triadic colors.