COLOR #9F9462

HEX: #9F9462
RGB: (159,148,98)

Color info

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

RGB color model

#9F9462 color RGB value is (159,148,98).

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

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 98 of 255 = 38%

159
148
98

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

Portions of RGB colors in percentages

R + G + B =
159 + 148 + 98 = 405 (100%)
R 159 of 405 ~ 39.26%
G 148 of 405 ~ 36.54%
B 98 of 405 ~ 24.2%

%39.26
%36.54
%24.2

CMYK color model

#9F9462 color CMYK value is (0,7,38,38).

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 38.36%
  • key color value is 37.65%
CMYK:
(0,7,38,38)
C0M7Y38K38 
(0%,7%,38%,38%)
(0.00/0.07/0.38/0.38)	

CMYK percentages

%0
%6.92
%38.36
%37.65

Codes

Color #9F9462 in popluar color models

9F9462
RGB15914898
HSL49°24.11%50.39%
HSB/HSV49°38.36%62.35%
CMYK0.00%6.92%38.36%
37.65%

Color #9F9462 in popluar number systems.

HEX9F9462
Decimal15914898
Binary10011111100101001100010
Octal237224142

Shades and tints

Shades of #9F9462

#9F9462
(159,148,98)
#91875A
(145,135,90)
#837A52
(131,122,82)
#756D4A
(117,109,74)
#676042
(103,96,66)
#59533A
(89,83,58)
#4B4632
(75,70,50)
#3D392A
(61,57,42)
#2F2C22
(47,44,34)
#211F1A
(33,31,26)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9F9462

#9F9462
(159,148,98)
#A79D70
(167,157,112)
#AFA67E
(175,166,126)
#B7AF8C
(183,175,140)
#BFB89A
(191,184,154)
#C7C1A8
(199,193,168)
#CFCAB6
(207,202,182)
#D7D3C4
(215,211,196)
#DFDCD2
(223,220,210)
#E7E5E0
(231,229,224)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9462; }

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

This text font color is #9F9462.


Background Color

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

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

This div background color is #9F9462.


Border color

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

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

This div border color is #9F9462.


Opacity

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

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

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

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

This text has shadow with #9F9462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9462 on black background.


Color preview on white background

This text has color #9F9462 on white background.



Black color preview on #9F9462 background

This text has black color on #9F9462 background.


White color preview on #9F9462 background

This text has white color on #9F9462 background.