COLOR #9F790F

HEX: #9F790F
RGB: (159,121,15)

Color info

#9F790F contains mainly red and green colors. Web safe color of #9F790F is #996600 (or #960).

RGB color model

#9F790F color RGB value is (159,121,15).

  • red value is 159;
  • green value is 121;
  • blue value is 15.
RGB:
(159,121,15)
(62%,47%,6%)

RGB channels and saturation

R 159 of 255 = 62%
G 121 of 255 = 47%
B 15 of 255 = 6%

159
121
15

R + G + B ~ 38%. #9F790F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 121 + 15 = 295 (100%)
R 159 of 295 ~ 53.9%
G 121 of 295 ~ 41.02%
B 15 of 295 ~ 5.08%

%53.9
%41.02

CMYK color model

#9F790F color CMYK value is (0,24,91,38).

  • cyan value is 0.00%
  • magenta value is 23.90%
  • yellow value is 90.57%
  • key color value is 37.65%
CMYK:
(0,24,91,38)
C0M24Y91K38 
(0%,24%,91%,38%)
(0.00/0.24/0.91/0.38)	

CMYK percentages

%0
%23.9
%90.57
%37.65

Codes

Color #9F790F in popluar color models

9F790F
RGB15912115
HSL44°82.76%34.12%
HSB/HSV44°90.57%62.35%
CMYK0.00%23.90%90.57%
37.65%

Color #9F790F in popluar number systems.

HEX9F790F
Decimal15912115
Binary1001111111110011111
Octal23717117

Shades and tints

Shades of #9F790F

#9F790F
(159,121,15)
#916E0E
(145,110,14)
#83630D
(131,99,13)
#75580C
(117,88,12)
#674D0B
(103,77,11)
#59420A
(89,66,10)
#4B3709
(75,55,9)
#3D2C08
(61,44,8)
#2F2107
(47,33,7)
#211606
(33,22,6)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #9F790F

#9F790F
(159,121,15)
#A78524
(167,133,36)
#AF9139
(175,145,57)
#B79D4E
(183,157,78)
#BFA963
(191,169,99)
#C7B578
(199,181,120)
#CFC18D
(207,193,141)
#D7CDA2
(215,205,162)
#DFD9B7
(223,217,183)
#E7E5CC
(231,229,204)
#EFF1E1
(239,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F790F color. Also use rgb(159,121,15) instead hex code.

Text Font Color

.myTextColor { color: #9F790F; }

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

This text font color is #9F790F.


Background Color

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

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

This div background color is #9F790F.


Border color

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

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

This div border color is #9F790F.


Opacity

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

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

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

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

This text has shadow with #9F790F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F790F on black background.


Color preview on white background

This text has color #9F790F on white background.



Black color preview on #9F790F background

This text has black color on #9F790F background.


White color preview on #9F790F background

This text has white color on #9F790F background.