COLOR #9F8F14

HEX: #9F8F14
RGB: (159,143,20)

Color info

#9F8F14 contains mainly red and green colors. Web safe color of #9F8F14 is #999900 (or #990).

RGB color model

#9F8F14 color RGB value is (159,143,20).

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

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 20 of 255 = 8%

159
143
20

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

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 20 = 322 (100%)
R 159 of 322 ~ 49.38%
G 143 of 322 ~ 44.41%
B 20 of 322 ~ 6.21%

%49.38
%44.41

CMYK color model

#9F8F14 color CMYK value is (0,10,87,38).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 87.42%
  • key color value is 37.65%
CMYK:
(0,10,87,38)
C0M10Y87K38 
(0%,10%,87%,38%)
(0.00/0.10/0.87/0.38)	

CMYK percentages

%0
%10.06
%87.42
%37.65

Codes

Color #9F8F14 in popluar color models

9F8F14
RGB15914320
HSL53°77.65%35.10%
HSB/HSV53°87.42%62.35%
CMYK0.00%10.06%87.42%
37.65%

Color #9F8F14 in popluar number systems.

HEX9F8F14
Decimal15914320
Binary100111111000111110100
Octal23721724

Shades and tints

Shades of #9F8F14

#9F8F14
(159,143,20)
#918213
(145,130,19)
#837512
(131,117,18)
#756811
(117,104,17)
#675B10
(103,91,16)
#594E0F
(89,78,15)
#4B410E
(75,65,14)
#3D340D
(61,52,13)
#2F270C
(47,39,12)
#211A0B
(33,26,11)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #9F8F14

#9F8F14
(159,143,20)
#A79929
(167,153,41)
#AFA33E
(175,163,62)
#B7AD53
(183,173,83)
#BFB768
(191,183,104)
#C7C17D
(199,193,125)
#CFCB92
(207,203,146)
#D7D5A7
(215,213,167)
#DFDFBC
(223,223,188)
#E7E9D1
(231,233,209)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8F14; }

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

This text font color is #9F8F14.


Background Color

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

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

This div background color is #9F8F14.


Border color

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

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

This div border color is #9F8F14.


Opacity

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

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

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

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

This text has shadow with #9F8F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8F14 on black background.


Color preview on white background

This text has color #9F8F14 on white background.



Black color preview on #9F8F14 background

This text has black color on #9F8F14 background.


White color preview on #9F8F14 background

This text has white color on #9F8F14 background.