COLOR #9F9481

HEX: #9F9481
RGB: (159,148,129)

Color info

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

RGB color model

#9F9481 color RGB value is (159,148,129).

  • red value is 159;
  • green value is 148;
  • blue value is 129.
RGB:
(159,148,129)
(62%,58%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 129 of 255 = 51%

159
148
129

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

Portions of RGB colors in percentages

R + G + B =
159 + 148 + 129 = 436 (100%)
R 159 of 436 ~ 36.47%
G 148 of 436 ~ 33.94%
B 129 of 436 ~ 29.59%

%36.47
%33.94
%29.59

CMYK color model

#9F9481 color CMYK value is (0,7,19,38).

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 18.87%
  • key color value is 37.65%
CMYK:
(0,7,19,38)
C0M7Y19K38 
(0%,7%,19%,38%)
(0.00/0.07/0.19/0.38)	

CMYK percentages

%0
%6.92
%18.87
%37.65

Codes

Color #9F9481 in popluar color models

9F9481
RGB159148129
HSL38°13.51%56.47%
HSB/HSV38°18.87%62.35%
CMYK0.00%6.92%18.87%
37.65%

Color #9F9481 in popluar number systems.

HEX9F9481
Decimal159148129
Binary100111111001010010000001
Octal237224201

Shades and tints

Shades of #9F9481

#9F9481
(159,148,129)
#918776
(145,135,118)
#837A6B
(131,122,107)
#756D60
(117,109,96)
#676055
(103,96,85)
#59534A
(89,83,74)
#4B463F
(75,70,63)
#3D3934
(61,57,52)
#2F2C29
(47,44,41)
#211F1E
(33,31,30)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #9F9481

#9F9481
(159,148,129)
#A79D8C
(167,157,140)
#AFA697
(175,166,151)
#B7AFA2
(183,175,162)
#BFB8AD
(191,184,173)
#C7C1B8
(199,193,184)
#CFCAC3
(207,202,195)
#D7D3CE
(215,211,206)
#DFDCD9
(223,220,217)
#E7E5E4
(231,229,228)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9481 color. Also use rgb(159,148,129) instead hex code.

Text Font Color

.myTextColor { color: #9F9481; }

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

This text font color is #9F9481.


Background Color

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

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

This div background color is #9F9481.


Border color

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

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

This div border color is #9F9481.


Opacity

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

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

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

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

This text has shadow with #9F9481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9481 on black background.


Color preview on white background

This text has color #9F9481 on white background.



Black color preview on #9F9481 background

This text has black color on #9F9481 background.


White color preview on #9F9481 background

This text has white color on #9F9481 background.