COLOR #9F8D62

HEX: #9F8D62
RGB: (159,141,98)

Color info

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

RGB color model

#9F8D62 color RGB value is (159,141,98).

  • red value is 159;
  • green value is 141;
  • blue value is 98.
RGB:
(159,141,98)
(62%,55%,38%)

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 98 of 255 = 38%

159
141
98

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

Portions of RGB colors in percentages

R + G + B =
159 + 141 + 98 = 398 (100%)
R 159 of 398 ~ 39.95%
G 141 of 398 ~ 35.43%
B 98 of 398 ~ 24.62%

%39.95
%35.43
%24.62

CMYK color model

#9F8D62 color CMYK value is (0,11,38,38).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 38.36%
  • key color value is 37.65%
CMYK:
(0,11,38,38)
C0M11Y38K38 
(0%,11%,38%,38%)
(0.00/0.11/0.38/0.38)	

CMYK percentages

%0
%11.32
%38.36
%37.65

Codes

Color #9F8D62 in popluar color models

9F8D62
RGB15914198
HSL42°24.11%50.39%
HSB/HSV42°38.36%62.35%
CMYK0.00%11.32%38.36%
37.65%

Color #9F8D62 in popluar number systems.

HEX9F8D62
Decimal15914198
Binary10011111100011011100010
Octal237215142

Shades and tints

Shades of #9F8D62

#9F8D62
(159,141,98)
#91815A
(145,129,90)
#837552
(131,117,82)
#75694A
(117,105,74)
#675D42
(103,93,66)
#59513A
(89,81,58)
#4B4532
(75,69,50)
#3D392A
(61,57,42)
#2F2D22
(47,45,34)
#21211A
(33,33,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #9F8D62

#9F8D62
(159,141,98)
#A79770
(167,151,112)
#AFA17E
(175,161,126)
#B7AB8C
(183,171,140)
#BFB59A
(191,181,154)
#C7BFA8
(199,191,168)
#CFC9B6
(207,201,182)
#D7D3C4
(215,211,196)
#DFDDD2
(223,221,210)
#E7E7E0
(231,231,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8D62 color. Also use rgb(159,141,98) instead hex code.

Text Font Color

.myTextColor { color: #9F8D62; }

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

This text font color is #9F8D62.


Background Color

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

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

This div background color is #9F8D62.


Border color

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

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

This div border color is #9F8D62.


Opacity

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

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

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

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

This text has shadow with #9F8D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8D62 on black background.


Color preview on white background

This text has color #9F8D62 on white background.



Black color preview on #9F8D62 background

This text has black color on #9F8D62 background.


White color preview on #9F8D62 background

This text has white color on #9F8D62 background.