COLOR #9F9749

HEX: #9F9749
RGB: (159,151,73)

Color info

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

RGB color model

#9F9749 color RGB value is (159,151,73).

  • red value is 159;
  • green value is 151;
  • blue value is 73.
RGB:
(159,151,73)
(62%,59%,29%)

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 73 of 255 = 29%

159
151
73

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

Portions of RGB colors in percentages

R + G + B =
159 + 151 + 73 = 383 (100%)
R 159 of 383 ~ 41.51%
G 151 of 383 ~ 39.43%
B 73 of 383 ~ 19.06%

%41.51
%39.43
%19.06

CMYK color model

#9F9749 color CMYK value is (0,5,54,38).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 54.09%
  • key color value is 37.65%
CMYK:
(0,5,54,38)
C0M5Y54K38 
(0%,5%,54%,38%)
(0.00/0.05/0.54/0.38)	

CMYK percentages

%0
%5.03
%54.09
%37.65

Codes

Color #9F9749 in popluar color models

9F9749
RGB15915173
HSL54°37.07%45.49%
HSB/HSV54°54.09%62.35%
CMYK0.00%5.03%54.09%
37.65%

Color #9F9749 in popluar number systems.

HEX9F9749
Decimal15915173
Binary10011111100101111001001
Octal237227111

Shades and tints

Shades of #9F9749

#9F9749
(159,151,73)
#918A43
(145,138,67)
#837D3D
(131,125,61)
#757037
(117,112,55)
#676331
(103,99,49)
#59562B
(89,86,43)
#4B4925
(75,73,37)
#3D3C1F
(61,60,31)
#2F2F19
(47,47,25)
#212213
(33,34,19)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #9F9749

#9F9749
(159,151,73)
#A7A059
(167,160,89)
#AFA969
(175,169,105)
#B7B279
(183,178,121)
#BFBB89
(191,187,137)
#C7C499
(199,196,153)
#CFCDA9
(207,205,169)
#D7D6B9
(215,214,185)
#DFDFC9
(223,223,201)
#E7E8D9
(231,232,217)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9749 color. Also use rgb(159,151,73) instead hex code.

Text Font Color

.myTextColor { color: #9F9749; }

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

This text font color is #9F9749.


Background Color

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

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

This div background color is #9F9749.


Border color

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

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

This div border color is #9F9749.


Opacity

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

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

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

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

This text has shadow with #9F9749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9749 on black background.


Color preview on white background

This text has color #9F9749 on white background.



Black color preview on #9F9749 background

This text has black color on #9F9749 background.


White color preview on #9F9749 background

This text has white color on #9F9749 background.