COLOR #9F9C42

HEX: #9F9C42
RGB: (159,156,66)

Color info

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

RGB color model

#9F9C42 color RGB value is (159,156,66).

  • red value is 159;
  • green value is 156;
  • blue value is 66.
RGB:
(159,156,66)
(62%,61%,26%)

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 66 of 255 = 26%

159
156
66

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

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 66 = 381 (100%)
R 159 of 381 ~ 41.73%
G 156 of 381 ~ 40.94%
B 66 of 381 ~ 17.32%

%41.73
%40.94
%17.32

CMYK color model

#9F9C42 color CMYK value is (0,2,58,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 58.49%
  • key color value is 37.65%
CMYK:
(0,2,58,38)
C0M2Y58K38 
(0%,2%,58%,38%)
(0.00/0.02/0.58/0.38)	

CMYK percentages

%0
%1.89
%58.49
%37.65

Codes

Color #9F9C42 in popluar color models

9F9C42
RGB15915666
HSL58°41.33%44.12%
HSB/HSV58°58.49%62.35%
CMYK0.00%1.89%58.49%
37.65%

Color #9F9C42 in popluar number systems.

HEX9F9C42
Decimal15915666
Binary10011111100111001000010
Octal237234102

Shades and tints

Shades of #9F9C42

#9F9C42
(159,156,66)
#918E3C
(145,142,60)
#838036
(131,128,54)
#757230
(117,114,48)
#67642A
(103,100,42)
#595624
(89,86,36)
#4B481E
(75,72,30)
#3D3A18
(61,58,24)
#2F2C12
(47,44,18)
#211E0C
(33,30,12)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #9F9C42

#9F9C42
(159,156,66)
#A7A553
(167,165,83)
#AFAE64
(175,174,100)
#B7B775
(183,183,117)
#BFC086
(191,192,134)
#C7C997
(199,201,151)
#CFD2A8
(207,210,168)
#D7DBB9
(215,219,185)
#DFE4CA
(223,228,202)
#E7EDDB
(231,237,219)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9C42 color. Also use rgb(159,156,66) instead hex code.

Text Font Color

.myTextColor { color: #9F9C42; }

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

This text font color is #9F9C42.


Background Color

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

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

This div background color is #9F9C42.


Border color

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

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

This div border color is #9F9C42.


Opacity

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

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

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

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

This text has shadow with #9F9C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9C42 on black background.


Color preview on white background

This text has color #9F9C42 on white background.



Black color preview on #9F9C42 background

This text has black color on #9F9C42 background.


White color preview on #9F9C42 background

This text has white color on #9F9C42 background.