COLOR #9F4F04

HEX: #9F4F04
RGB: (159,79,4)

Color info

#9F4F04 contains mainly red color. Web safe color of #9F4F04 is #996600 (or #960).

RGB color model

#9F4F04 color RGB value is (159,79,4).

  • red value is 159;
  • green value is 79;
  • blue value is 4.
RGB:
(159,79,4)
(62%,31%,2%)

RGB channels and saturation

R 159 of 255 = 62%
G 79 of 255 = 31%
B 4 of 255 = 2%

159
79
4

R + G + B ~ 32%. #9F4F04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 79 + 4 = 242 (100%)
R 159 of 242 ~ 65.7%
G 79 of 242 ~ 32.64%
B 4 of 242 ~ 1.65%

%65.7
%32.64

CMYK color model

#9F4F04 color CMYK value is (0,50,97,38).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 97.48%
  • key color value is 37.65%
CMYK:
(0,50,97,38)
C0M50Y97K38 
(0%,50%,97%,38%)
(0.00/0.50/0.97/0.38)	

CMYK percentages

%0
%50.31
%97.48
%37.65

Codes

Color #9F4F04 in popluar color models

9F4F04
RGB159794
HSL29°95.09%31.96%
HSB/HSV29°97.48%62.35%
CMYK0.00%50.31%97.48%
37.65%

Color #9F4F04 in popluar number systems.

HEX9F4F04
Decimal159794
Binary100111111001111100
Octal2371174

Shades and tints

Shades of #9F4F04

#9F4F04
(159,79,4)
#914804
(145,72,4)
#834104
(131,65,4)
#753A04
(117,58,4)
#673304
(103,51,4)
#592C04
(89,44,4)
#4B2504
(75,37,4)
#3D1E04
(61,30,4)
#2F1704
(47,23,4)
#211004
(33,16,4)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #9F4F04

#9F4F04
(159,79,4)
#A75F1A
(167,95,26)
#AF6F30
(175,111,48)
#B77F46
(183,127,70)
#BF8F5C
(191,143,92)
#C79F72
(199,159,114)
#CFAF88
(207,175,136)
#D7BF9E
(215,191,158)
#DFCFB4
(223,207,180)
#E7DFCA
(231,223,202)
#EFEFE0
(239,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4F04 color. Also use rgb(159,79,4) instead hex code.

Text Font Color

.myTextColor { color: #9F4F04; }

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

This text font color is #9F4F04.


Background Color

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

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

This div background color is #9F4F04.


Border color

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

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

This div border color is #9F4F04.


Opacity

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

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

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

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

This text has shadow with #9F4F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4F04 on black background.


Color preview on white background

This text has color #9F4F04 on white background.



Black color preview on #9F4F04 background

This text has black color on #9F4F04 background.


White color preview on #9F4F04 background

This text has white color on #9F4F04 background.