COLOR #9F8961

HEX: #9F8961 RGB: (159,137,97)

Color info

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

RGB color model

#9F8961 color RGB value is (159,137,97).

RGB: (159,137,97) (62%, 54%, 38%)

RGB channels and saturation

R 159 of 255 = 62%
G 137 of 255 = 54%
B 97 of 255 = 38%

159
137
97

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

Portions of RGB colors in percentages

R + G + B = 159 + 137 + 97 = 393 (100%)
R 159 of 393 ~ 40.46%
G 137 of 393 ~ 34.86%
B 97 of 393 ~ 24.68'%

%40.46
%34.86
%24.68

CMYK color model

#9F8961 color CMYK value is (0,14,39,38).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 38.99%
  • key color value is 37.65%
CMYK: (0,14,39,38) C0M14Y39K38 (0%,14%,39%,38%) (0.00/0.14/0.39/0.38) 

CMYK percentages

%0
%13.84
%38.99
%37.65

Codes

Color #9F8961 in popluar color models

9F 89 61
RGB 159 137 97
HSL 39° 24.41% 50.20%
HSB/HSV 39° 38.99% 62.35%
CMYK 0.00% 13.84% 38.99%
37.65%

Color #9F8961 in popluar number systems.

HEX 9F 89 61
Decimal 159 137 97
Binary 10011111 10001001 1100001
Octal 237 211 141

Shades and tints

Shades of #9F8961

#9F8961
(159,137,97)
#917D59
(145,125,89)
#837151
(131,113,81)
#756549
(117,101,73)
#675941
(103,89,65)
#594D39
(89,77,57)
#4B4131
(75,65,49)
#3D3529
(61,53,41)
#2F2921
(47,41,33)
#211D19
(33,29,25)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #9F8961

#9F8961
(159,137,97)
#A7936F
(167,147,111)
#AF9D7D
(175,157,125)
#B7A78B
(183,167,139)
#BFB199
(191,177,153)
#C7BBA7
(199,187,167)
#CFC5B5
(207,197,181)
#D7CFC3
(215,207,195)
#DFD9D1
(223,217,209)
#E7E3DF
(231,227,223)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8961; }

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

This text font color is #9F8961.

Background Color

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

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

This div background color is #9F8961.

Border color

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

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

This div border color is #9F8961.

Opacity

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

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

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

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

This text has shadow with #9F8961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8961.

Preview

Color preview on black background

This text has color #9F8961 on black background.


Color preview on white background

This text has color #9F8961 on white background.


Black color preview on #9F8961 background

This text has black color on #9F8961 background.


White color preview on #9F8961 background

This text has white color on #9F8961 background.


Related colors

Complementary color

Complementary color for #hex is #60769E.


I love getcolorcode.com

Triadic colors

1 #619F89 and #89619F with #9F8961 are triadic colors.

2 #61899F and #899F61 with #9F8961 are triadic colors.