COLOR #9FA380

HEX: #9FA380
RGB: (159,163,128)

Color info

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

RGB color model

#9FA380 color RGB value is (159,163,128).

  • red value is 159;
  • green value is 163;
  • blue value is 128.
RGB:
(159,163,128)
(62%,64%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 128 of 255 = 50%

159
163
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 163 + 128 = 450 (100%)
R 159 of 450 ~ 35.33%
G 163 of 450 ~ 36.22%
B 128 of 450 ~ 28.44%

%35.33
%36.22
%28.44

CMYK color model

#9FA380 color CMYK value is (2,0,21,36).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(2,0,21,36)
C2M0Y21K36 
(2%,0%,21%,36%)
(0.02/0.00/0.21/0.36)	

CMYK percentages

%2.45
%0
%21.47
%36.08

Codes

Color #9FA380 in popluar color models

9FA380
RGB159163128
HSL67°15.98%57.06%
HSB/HSV67°21.47%63.92%
CMYK2.45%0.00%21.47%
36.08%

Color #9FA380 in popluar number systems.

HEX9FA380
Decimal159163128
Binary100111111010001110000000
Octal237243200

Shades and tints

Shades of #9FA380

#9FA380
(159,163,128)
#919575
(145,149,117)
#83876A
(131,135,106)
#75795F
(117,121,95)
#676B54
(103,107,84)
#595D49
(89,93,73)
#4B4F3E
(75,79,62)
#3D4133
(61,65,51)
#2F3328
(47,51,40)
#21251D
(33,37,29)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #9FA380

#9FA380
(159,163,128)
#A7AB8B
(167,171,139)
#AFB396
(175,179,150)
#B7BBA1
(183,187,161)
#BFC3AC
(191,195,172)
#C7CBB7
(199,203,183)
#CFD3C2
(207,211,194)
#D7DBCD
(215,219,205)
#DFE3D8
(223,227,216)
#E7EBE3
(231,235,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA380 color. Also use rgb(159,163,128) instead hex code.

Text Font Color

.myTextColor { color: #9FA380; }

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

This text font color is #9FA380.


Background Color

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

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

This div background color is #9FA380.


Border color

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

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

This div border color is #9FA380.


Opacity

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

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

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

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

This text has shadow with #9FA380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA380 on black background.


Color preview on white background

This text has color #9FA380 on white background.



Black color preview on #9FA380 background

This text has black color on #9FA380 background.


White color preview on #9FA380 background

This text has white color on #9FA380 background.