COLOR #9F9D71

HEX: #9F9D71
RGB: (159,157,113)

Color info

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

RGB color model

#9F9D71 color RGB value is (159,157,113).

  • red value is 159;
  • green value is 157;
  • blue value is 113.
RGB:
(159,157,113)
(62%,62%,44%)

RGB channels and saturation

R 159 of 255 = 62%
G 157 of 255 = 62%
B 113 of 255 = 44%

159
157
113

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

Portions of RGB colors in percentages

R + G + B =
159 + 157 + 113 = 429 (100%)
R 159 of 429 ~ 37.06%
G 157 of 429 ~ 36.6%
B 113 of 429 ~ 26.34%

%37.06
%36.6
%26.34

CMYK color model

#9F9D71 color CMYK value is (0,1,29,38).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 28.93%
  • key color value is 37.65%
CMYK:
(0,1,29,38)
C0M1Y29K38 
(0%,1%,29%,38%)
(0.00/0.01/0.29/0.38)	

CMYK percentages

%0
%1.26
%28.93
%37.65

Codes

Color #9F9D71 in popluar color models

9F9D71
RGB159157113
HSL57°19.33%53.33%
HSB/HSV57°28.93%62.35%
CMYK0.00%1.26%28.93%
37.65%

Color #9F9D71 in popluar number systems.

HEX9F9D71
Decimal159157113
Binary10011111100111011110001
Octal237235161

Shades and tints

Shades of #9F9D71

#9F9D71
(159,157,113)
#918F67
(145,143,103)
#83815D
(131,129,93)
#757353
(117,115,83)
#676549
(103,101,73)
#59573F
(89,87,63)
#4B4935
(75,73,53)
#3D3B2B
(61,59,43)
#2F2D21
(47,45,33)
#211F17
(33,31,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #9F9D71

#9F9D71
(159,157,113)
#A7A57D
(167,165,125)
#AFAD89
(175,173,137)
#B7B595
(183,181,149)
#BFBDA1
(191,189,161)
#C7C5AD
(199,197,173)
#CFCDB9
(207,205,185)
#D7D5C5
(215,213,197)
#DFDDD1
(223,221,209)
#E7E5DD
(231,229,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9D71 color. Also use rgb(159,157,113) instead hex code.

Text Font Color

.myTextColor { color: #9F9D71; }

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

This text font color is #9F9D71.


Background Color

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

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

This div background color is #9F9D71.


Border color

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

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

This div border color is #9F9D71.


Opacity

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

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

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

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

This text has shadow with #9F9D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9D71 on black background.


Color preview on white background

This text has color #9F9D71 on white background.



Black color preview on #9F9D71 background

This text has black color on #9F9D71 background.


White color preview on #9F9D71 background

This text has white color on #9F9D71 background.