COLOR #9F9B85

HEX: #9F9B85
RGB: (159,155,133)

Color info

#9F9B85 contains red, green and blue colors in about the same proportion. Web safe color of #9F9B85 is #999999 (or #999).

RGB color model

#9F9B85 color RGB value is (159,155,133).

  • red value is 159;
  • green value is 155;
  • blue value is 133.
RGB:
(159,155,133)
(62%,61%,52%)

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 133 of 255 = 52%

159
155
133

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

Portions of RGB colors in percentages

R + G + B =
159 + 155 + 133 = 447 (100%)
R 159 of 447 ~ 35.57%
G 155 of 447 ~ 34.68%
B 133 of 447 ~ 29.75%

%35.57
%34.68
%29.75

CMYK color model

#9F9B85 color CMYK value is (0,3,16,38).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 16.35%
  • key color value is 37.65%
CMYK:
(0,3,16,38)
C0M3Y16K38 
(0%,3%,16%,38%)
(0.00/0.03/0.16/0.38)	

CMYK percentages

%0
%2.52
%16.35
%37.65

Codes

Color #9F9B85 in popluar color models

9F9B85
RGB159155133
HSL51°11.93%57.25%
HSB/HSV51°16.35%62.35%
CMYK0.00%2.52%16.35%
37.65%

Color #9F9B85 in popluar number systems.

HEX9F9B85
Decimal159155133
Binary100111111001101110000101
Octal237233205

Shades and tints

Shades of #9F9B85

#9F9B85
(159,155,133)
#918D79
(145,141,121)
#837F6D
(131,127,109)
#757161
(117,113,97)
#676355
(103,99,85)
#595549
(89,85,73)
#4B473D
(75,71,61)
#3D3931
(61,57,49)
#2F2B25
(47,43,37)
#211D19
(33,29,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #9F9B85

#9F9B85
(159,155,133)
#A7A490
(167,164,144)
#AFAD9B
(175,173,155)
#B7B6A6
(183,182,166)
#BFBFB1
(191,191,177)
#C7C8BC
(199,200,188)
#CFD1C7
(207,209,199)
#D7DAD2
(215,218,210)
#DFE3DD
(223,227,221)
#E7ECE8
(231,236,232)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9B85 color. Also use rgb(159,155,133) instead hex code.

Text Font Color

.myTextColor { color: #9F9B85; }

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

This text font color is #9F9B85.


Background Color

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

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

This div background color is #9F9B85.


Border color

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

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

This div border color is #9F9B85.


Opacity

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

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

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

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

This text has shadow with #9F9B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9B85 on black background.


Color preview on white background

This text has color #9F9B85 on white background.



Black color preview on #9F9B85 background

This text has black color on #9F9B85 background.


White color preview on #9F9B85 background

This text has white color on #9F9B85 background.