COLOR #9FA361

HEX: #9FA361
RGB: (159,163,97)

Color info

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

RGB color model

#9FA361 color RGB value is (159,163,97).

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

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 97 of 255 = 38%

159
163
97

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

Portions of RGB colors in percentages

R + G + B =
159 + 163 + 97 = 419 (100%)
R 159 of 419 ~ 37.95%
G 163 of 419 ~ 38.9%
B 97 of 419 ~ 23.15%

%37.95
%38.9
%23.15

CMYK color model

#9FA361 color CMYK value is (2,0,40,36).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 40.49%
  • key color value is 36.08%
CMYK:
(2,0,40,36)
C2M0Y40K36 
(2%,0%,40%,36%)
(0.02/0.00/0.40/0.36)	

CMYK percentages

%2.45
%0
%40.49
%36.08

Codes

Color #9FA361 in popluar color models

9FA361
RGB15916397
HSL64°26.40%50.98%
HSB/HSV64°40.49%63.92%
CMYK2.45%0.00%40.49%
36.08%

Color #9FA361 in popluar number systems.

HEX9FA361
Decimal15916397
Binary10011111101000111100001
Octal237243141

Shades and tints

Shades of #9FA361

#9FA361
(159,163,97)
#919559
(145,149,89)
#838751
(131,135,81)
#757949
(117,121,73)
#676B41
(103,107,65)
#595D39
(89,93,57)
#4B4F31
(75,79,49)
#3D4129
(61,65,41)
#2F3321
(47,51,33)
#212519
(33,37,25)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #9FA361

#9FA361
(159,163,97)
#A7AB6F
(167,171,111)
#AFB37D
(175,179,125)
#B7BB8B
(183,187,139)
#BFC399
(191,195,153)
#C7CBA7
(199,203,167)
#CFD3B5
(207,211,181)
#D7DBC3
(215,219,195)
#DFE3D1
(223,227,209)
#E7EBDF
(231,235,223)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA361; }

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

This text font color is #9FA361.


Background Color

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

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

This div background color is #9FA361.


Border color

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

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

This div border color is #9FA361.


Opacity

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

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

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

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

This text has shadow with #9FA361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA361 on black background.


Color preview on white background

This text has color #9FA361 on white background.



Black color preview on #9FA361 background

This text has black color on #9FA361 background.


White color preview on #9FA361 background

This text has white color on #9FA361 background.