COLOR #9F8736

HEX: #9F8736
RGB: (159,135,54)

Color info

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

RGB color model

#9F8736 color RGB value is (159,135,54).

  • red value is 159;
  • green value is 135;
  • blue value is 54.
RGB:
(159,135,54)
(62%,53%,21%)

RGB channels and saturation

R 159 of 255 = 62%
G 135 of 255 = 53%
B 54 of 255 = 21%

159
135
54

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

Portions of RGB colors in percentages

R + G + B =
159 + 135 + 54 = 348 (100%)
R 159 of 348 ~ 45.69%
G 135 of 348 ~ 38.79%
B 54 of 348 ~ 15.52%

%45.69
%38.79
%15.52

CMYK color model

#9F8736 color CMYK value is (0,15,66,38).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 66.04%
  • key color value is 37.65%
CMYK:
(0,15,66,38)
C0M15Y66K38 
(0%,15%,66%,38%)
(0.00/0.15/0.66/0.38)	

CMYK percentages

%0
%15.09
%66.04
%37.65

Codes

Color #9F8736 in popluar color models

9F8736
RGB15913554
HSL46°49.30%41.76%
HSB/HSV46°66.04%62.35%
CMYK0.00%15.09%66.04%
37.65%

Color #9F8736 in popluar number systems.

HEX9F8736
Decimal15913554
Binary1001111110000111110110
Octal23720766

Shades and tints

Shades of #9F8736

#9F8736
(159,135,54)
#917B32
(145,123,50)
#836F2E
(131,111,46)
#75632A
(117,99,42)
#675726
(103,87,38)
#594B22
(89,75,34)
#4B3F1E
(75,63,30)
#3D331A
(61,51,26)
#2F2716
(47,39,22)
#211B12
(33,27,18)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #9F8736

#9F8736
(159,135,54)
#A79148
(167,145,72)
#AF9B5A
(175,155,90)
#B7A56C
(183,165,108)
#BFAF7E
(191,175,126)
#C7B990
(199,185,144)
#CFC3A2
(207,195,162)
#D7CDB4
(215,205,180)
#DFD7C6
(223,215,198)
#E7E1D8
(231,225,216)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8736 color. Also use rgb(159,135,54) instead hex code.

Text Font Color

.myTextColor { color: #9F8736; }

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

This text font color is #9F8736.


Background Color

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

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

This div background color is #9F8736.


Border color

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

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

This div border color is #9F8736.


Opacity

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

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

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

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

This text has shadow with #9F8736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8736 on black background.


Color preview on white background

This text has color #9F8736 on white background.



Black color preview on #9F8736 background

This text has black color on #9F8736 background.


White color preview on #9F8736 background

This text has white color on #9F8736 background.