COLOR #9F9C75

HEX: #9F9C75
RGB: (159,156,117)

Color info

#9F9C75 contains red, green and blue colors in about the same proportion. Web safe color of #9F9C75 is #999966 (or #996).

RGB color model

#9F9C75 color RGB value is (159,156,117).

  • red value is 159;
  • green value is 156;
  • blue value is 117.
RGB:
(159,156,117)
(62%,61%,46%)

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 117 of 255 = 46%

159
156
117

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

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 117 = 432 (100%)
R 159 of 432 ~ 36.81%
G 156 of 432 ~ 36.11%
B 117 of 432 ~ 27.08%

%36.81
%36.11
%27.08

CMYK color model

#9F9C75 color CMYK value is (0,2,26,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 26.42%
  • key color value is 37.65%
CMYK:
(0,2,26,38)
C0M2Y26K38 
(0%,2%,26%,38%)
(0.00/0.02/0.26/0.38)	

CMYK percentages

%0
%1.89
%26.42
%37.65

Codes

Color #9F9C75 in popluar color models

9F9C75
RGB159156117
HSL56°17.95%54.12%
HSB/HSV56°26.42%62.35%
CMYK0.00%1.89%26.42%
37.65%

Color #9F9C75 in popluar number systems.

HEX9F9C75
Decimal159156117
Binary10011111100111001110101
Octal237234165

Shades and tints

Shades of #9F9C75

#9F9C75
(159,156,117)
#918E6B
(145,142,107)
#838061
(131,128,97)
#757257
(117,114,87)
#67644D
(103,100,77)
#595643
(89,86,67)
#4B4839
(75,72,57)
#3D3A2F
(61,58,47)
#2F2C25
(47,44,37)
#211E1B
(33,30,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9F9C75

#9F9C75
(159,156,117)
#A7A581
(167,165,129)
#AFAE8D
(175,174,141)
#B7B799
(183,183,153)
#BFC0A5
(191,192,165)
#C7C9B1
(199,201,177)
#CFD2BD
(207,210,189)
#D7DBC9
(215,219,201)
#DFE4D5
(223,228,213)
#E7EDE1
(231,237,225)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9C75 color. Also use rgb(159,156,117) instead hex code.

Text Font Color

.myTextColor { color: #9F9C75; }

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

This text font color is #9F9C75.


Background Color

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

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

This div background color is #9F9C75.


Border color

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

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

This div border color is #9F9C75.


Opacity

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

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

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

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

This text has shadow with #9F9C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9C75 on black background.


Color preview on white background

This text has color #9F9C75 on white background.



Black color preview on #9F9C75 background

This text has black color on #9F9C75 background.


White color preview on #9F9C75 background

This text has white color on #9F9C75 background.