COLOR #9F9437

HEX: #9F9437
RGB: (159,148,55)

Color info

#9F9437 contains mainly red and green colors. Web safe color of #9F9437 is #999933 (or #993).

RGB color model

#9F9437 color RGB value is (159,148,55).

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

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 55 of 255 = 22%

159
148
55

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

Portions of RGB colors in percentages

R + G + B =
159 + 148 + 55 = 362 (100%)
R 159 of 362 ~ 43.92%
G 148 of 362 ~ 40.88%
B 55 of 362 ~ 15.19%

%43.92
%40.88
%15.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 65.41%
  • key color value is 37.65%
CMYK:
(0,7,65,38)
C0M7Y65K38 
(0%,7%,65%,38%)
(0.00/0.07/0.65/0.38)	

CMYK percentages

%0
%6.92
%65.41
%37.65

Codes

Color #9F9437 in popluar color models

9F9437
RGB15914855
HSL54°48.60%41.96%
HSB/HSV54°65.41%62.35%
CMYK0.00%6.92%65.41%
37.65%

Color #9F9437 in popluar number systems.

HEX9F9437
Decimal15914855
Binary1001111110010100110111
Octal23722467

Shades and tints

Shades of #9F9437

#9F9437
(159,148,55)
#918732
(145,135,50)
#837A2D
(131,122,45)
#756D28
(117,109,40)
#676023
(103,96,35)
#59531E
(89,83,30)
#4B4619
(75,70,25)
#3D3914
(61,57,20)
#2F2C0F
(47,44,15)
#211F0A
(33,31,10)
#131205
(19,18,5)
#000000
(0,0,0)

Tints of #9F9437

#9F9437
(159,148,55)
#A79D49
(167,157,73)
#AFA65B
(175,166,91)
#B7AF6D
(183,175,109)
#BFB87F
(191,184,127)
#C7C191
(199,193,145)
#CFCAA3
(207,202,163)
#D7D3B5
(215,211,181)
#DFDCC7
(223,220,199)
#E7E5D9
(231,229,217)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9437; }

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

This text font color is #9F9437.


Background Color

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

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

This div background color is #9F9437.


Border color

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

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

This div border color is #9F9437.


Opacity

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

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

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

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

This text has shadow with #9F9437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9437 on black background.


Color preview on white background

This text has color #9F9437 on white background.



Black color preview on #9F9437 background

This text has black color on #9F9437 background.


White color preview on #9F9437 background

This text has white color on #9F9437 background.