COLOR #9F8B75

HEX: #9F8B75
RGB: (159,139,117)

Color info

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

RGB color model

#9F8B75 color RGB value is (159,139,117).

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

RGB channels and saturation

R 159 of 255 = 62%
G 139 of 255 = 55%
B 117 of 255 = 46%

159
139
117

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 117 = 415 (100%)
R 159 of 415 ~ 38.31%
G 139 of 415 ~ 33.49%
B 117 of 415 ~ 28.19%

%38.31
%33.49
%28.19

CMYK color model

#9F8B75 color CMYK value is (0,13,26,38).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 26.42%
  • key color value is 37.65%
CMYK:
(0,13,26,38)
C0M13Y26K38 
(0%,13%,26%,38%)
(0.00/0.13/0.26/0.38)	

CMYK percentages

%0
%12.58
%26.42
%37.65

Codes

Color #9F8B75 in popluar color models

9F8B75
RGB159139117
HSL31°17.95%54.12%
HSB/HSV31°26.42%62.35%
CMYK0.00%12.58%26.42%
37.65%

Color #9F8B75 in popluar number systems.

HEX9F8B75
Decimal159139117
Binary10011111100010111110101
Octal237213165

Shades and tints

Shades of #9F8B75

#9F8B75
(159,139,117)
#917F6B
(145,127,107)
#837361
(131,115,97)
#756757
(117,103,87)
#675B4D
(103,91,77)
#594F43
(89,79,67)
#4B4339
(75,67,57)
#3D372F
(61,55,47)
#2F2B25
(47,43,37)
#211F1B
(33,31,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9F8B75

#9F8B75
(159,139,117)
#A79581
(167,149,129)
#AF9F8D
(175,159,141)
#B7A999
(183,169,153)
#BFB3A5
(191,179,165)
#C7BDB1
(199,189,177)
#CFC7BD
(207,199,189)
#D7D1C9
(215,209,201)
#DFDBD5
(223,219,213)
#E7E5E1
(231,229,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8B75; }

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

This text font color is #9F8B75.


Background Color

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

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

This div background color is #9F8B75.


Border color

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

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

This div border color is #9F8B75.


Opacity

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

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

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

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

This text has shadow with #9F8B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8B75 on black background.


Color preview on white background

This text has color #9F8B75 on white background.



Black color preview on #9F8B75 background

This text has black color on #9F8B75 background.


White color preview on #9F8B75 background

This text has white color on #9F8B75 background.