COLOR #9F8F2D

HEX: #9F8F2D
RGB: (159,143,45)

Color info

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

RGB color model

#9F8F2D color RGB value is (159,143,45).

  • red value is 159;
  • green value is 143;
  • blue value is 45.
RGB:
(159,143,45)
(62%,56%,18%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 45 of 255 = 18%

159
143
45

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

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 45 = 347 (100%)
R 159 of 347 ~ 45.82%
G 143 of 347 ~ 41.21%
B 45 of 347 ~ 12.97%

%45.82
%41.21
%12.97

CMYK color model

#9F8F2D color CMYK value is (0,10,72,38).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 71.70%
  • key color value is 37.65%
CMYK:
(0,10,72,38)
C0M10Y72K38 
(0%,10%,72%,38%)
(0.00/0.10/0.72/0.38)	

CMYK percentages

%0
%10.06
%71.7
%37.65

Codes

Color #9F8F2D in popluar color models

9F8F2D
RGB15914345
HSL52°55.88%40.00%
HSB/HSV52°71.70%62.35%
CMYK0.00%10.06%71.70%
37.65%

Color #9F8F2D in popluar number systems.

HEX9F8F2D
Decimal15914345
Binary1001111110001111101101
Octal23721755

Shades and tints

Shades of #9F8F2D

#9F8F2D
(159,143,45)
#918229
(145,130,41)
#837525
(131,117,37)
#756821
(117,104,33)
#675B1D
(103,91,29)
#594E19
(89,78,25)
#4B4115
(75,65,21)
#3D3411
(61,52,17)
#2F270D
(47,39,13)
#211A09
(33,26,9)
#130D05
(19,13,5)
#000000
(0,0,0)

Tints of #9F8F2D

#9F8F2D
(159,143,45)
#A79940
(167,153,64)
#AFA353
(175,163,83)
#B7AD66
(183,173,102)
#BFB779
(191,183,121)
#C7C18C
(199,193,140)
#CFCB9F
(207,203,159)
#D7D5B2
(215,213,178)
#DFDFC5
(223,223,197)
#E7E9D8
(231,233,216)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8F2D color. Also use rgb(159,143,45) instead hex code.

Text Font Color

.myTextColor { color: #9F8F2D; }

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

This text font color is #9F8F2D.


Background Color

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

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

This div background color is #9F8F2D.


Border color

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

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

This div border color is #9F8F2D.


Opacity

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

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

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

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

This text has shadow with #9F8F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8F2D on black background.


Color preview on white background

This text has color #9F8F2D on white background.



Black color preview on #9F8F2D background

This text has black color on #9F8F2D background.


White color preview on #9F8F2D background

This text has white color on #9F8F2D background.