COLOR #9F720F

HEX: #9F720F
RGB: (159,114,15)

Color info

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

RGB color model

#9F720F color RGB value is (159,114,15).

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

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 15 of 255 = 6%

159
114
15

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

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 15 = 288 (100%)
R 159 of 288 ~ 55.21%
G 114 of 288 ~ 39.58%
B 15 of 288 ~ 5.21%

%55.21
%39.58

CMYK color model

#9F720F color CMYK value is (0,28,91,38).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 90.57%
  • key color value is 37.65%
CMYK:
(0,28,91,38)
C0M28Y91K38 
(0%,28%,91%,38%)
(0.00/0.28/0.91/0.38)	

CMYK percentages

%0
%28.3
%90.57
%37.65

Codes

Color #9F720F in popluar color models

9F720F
RGB15911415
HSL41°82.76%34.12%
HSB/HSV41°90.57%62.35%
CMYK0.00%28.30%90.57%
37.65%

Color #9F720F in popluar number systems.

HEX9F720F
Decimal15911415
Binary1001111111100101111
Octal23716217

Shades and tints

Shades of #9F720F

#9F720F
(159,114,15)
#91680E
(145,104,14)
#835E0D
(131,94,13)
#75540C
(117,84,12)
#674A0B
(103,74,11)
#59400A
(89,64,10)
#4B3609
(75,54,9)
#3D2C08
(61,44,8)
#2F2207
(47,34,7)
#211806
(33,24,6)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #9F720F

#9F720F
(159,114,15)
#A77E24
(167,126,36)
#AF8A39
(175,138,57)
#B7964E
(183,150,78)
#BFA263
(191,162,99)
#C7AE78
(199,174,120)
#CFBA8D
(207,186,141)
#D7C6A2
(215,198,162)
#DFD2B7
(223,210,183)
#E7DECC
(231,222,204)
#EFEAE1
(239,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F720F; }

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

This text font color is #9F720F.


Background Color

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

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

This div background color is #9F720F.


Border color

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

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

This div border color is #9F720F.


Opacity

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

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

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

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

This text has shadow with #9F720F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F720F on black background.


Color preview on white background

This text has color #9F720F on white background.



Black color preview on #9F720F background

This text has black color on #9F720F background.


White color preview on #9F720F background

This text has white color on #9F720F background.