COLOR #9F9360

HEX: #9F9360
RGB: (159,147,96)

Color info

#9F9360 contains mainly red and green colors. Web safe color of #9F9360 is #999966 (or #996).

RGB color model

#9F9360 color RGB value is (159,147,96).

  • red value is 159;
  • green value is 147;
  • blue value is 96.
RGB:
(159,147,96)
(62%,58%,38%)

RGB channels and saturation

R 159 of 255 = 62%
G 147 of 255 = 58%
B 96 of 255 = 38%

159
147
96

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

Portions of RGB colors in percentages

R + G + B =
159 + 147 + 96 = 402 (100%)
R 159 of 402 ~ 39.55%
G 147 of 402 ~ 36.57%
B 96 of 402 ~ 23.88%

%39.55
%36.57
%23.88

CMYK color model

#9F9360 color CMYK value is (0,8,40,38).

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK:
(0,8,40,38)
C0M8Y40K38 
(0%,8%,40%,38%)
(0.00/0.08/0.40/0.38)	

CMYK percentages

%0
%7.55
%39.62
%37.65

Codes

Color #9F9360 in popluar color models

9F9360
RGB15914796
HSL49°24.71%50.00%
HSB/HSV49°39.62%62.35%
CMYK0.00%7.55%39.62%
37.65%

Color #9F9360 in popluar number systems.

HEX9F9360
Decimal15914796
Binary10011111100100111100000
Octal237223140

Shades and tints

Shades of #9F9360

#9F9360
(159,147,96)
#918658
(145,134,88)
#837950
(131,121,80)
#756C48
(117,108,72)
#675F40
(103,95,64)
#595238
(89,82,56)
#4B4530
(75,69,48)
#3D3828
(61,56,40)
#2F2B20
(47,43,32)
#211E18
(33,30,24)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #9F9360

#9F9360
(159,147,96)
#A79C6E
(167,156,110)
#AFA57C
(175,165,124)
#B7AE8A
(183,174,138)
#BFB798
(191,183,152)
#C7C0A6
(199,192,166)
#CFC9B4
(207,201,180)
#D7D2C2
(215,210,194)
#DFDBD0
(223,219,208)
#E7E4DE
(231,228,222)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9360 color. Also use rgb(159,147,96) instead hex code.

Text Font Color

.myTextColor { color: #9F9360; }

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

This text font color is #9F9360.


Background Color

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

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

This div background color is #9F9360.


Border color

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

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

This div border color is #9F9360.


Opacity

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

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

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

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

This text has shadow with #9F9360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9360 on black background.


Color preview on white background

This text has color #9F9360 on white background.



Black color preview on #9F9360 background

This text has black color on #9F9360 background.


White color preview on #9F9360 background

This text has white color on #9F9360 background.