COLOR #9F957A

HEX: #9F957A
RGB: (159,149,122)

Color info

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

RGB color model

#9F957A color RGB value is (159,149,122).

  • red value is 159;
  • green value is 149;
  • blue value is 122.
RGB:
(159,149,122)
(62%,58%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 122 of 255 = 48%

159
149
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 122 = 430 (100%)
R 159 of 430 ~ 36.98%
G 149 of 430 ~ 34.65%
B 122 of 430 ~ 28.37%

%36.98
%34.65
%28.37

CMYK color model

#9F957A color CMYK value is (0,6,23,38).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,6,23,38)
C0M6Y23K38 
(0%,6%,23%,38%)
(0.00/0.06/0.23/0.38)	

CMYK percentages

%0
%6.29
%23.27
%37.65

Codes

Color #9F957A in popluar color models

9F957A
RGB159149122
HSL44°16.16%55.10%
HSB/HSV44°23.27%62.35%
CMYK0.00%6.29%23.27%
37.65%

Color #9F957A in popluar number systems.

HEX9F957A
Decimal159149122
Binary10011111100101011111010
Octal237225172

Shades and tints

Shades of #9F957A

#9F957A
(159,149,122)
#91886F
(145,136,111)
#837B64
(131,123,100)
#756E59
(117,110,89)
#67614E
(103,97,78)
#595443
(89,84,67)
#4B4738
(75,71,56)
#3D3A2D
(61,58,45)
#2F2D22
(47,45,34)
#212017
(33,32,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #9F957A

#9F957A
(159,149,122)
#A79E86
(167,158,134)
#AFA792
(175,167,146)
#B7B09E
(183,176,158)
#BFB9AA
(191,185,170)
#C7C2B6
(199,194,182)
#CFCBC2
(207,203,194)
#D7D4CE
(215,212,206)
#DFDDDA
(223,221,218)
#E7E6E6
(231,230,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F957A color. Also use rgb(159,149,122) instead hex code.

Text Font Color

.myTextColor { color: #9F957A; }

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

This text font color is #9F957A.


Background Color

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

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

This div background color is #9F957A.


Border color

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

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

This div border color is #9F957A.


Opacity

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

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

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

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

This text has shadow with #9F957A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F957A on black background.


Color preview on white background

This text has color #9F957A on white background.



Black color preview on #9F957A background

This text has black color on #9F957A background.


White color preview on #9F957A background

This text has white color on #9F957A background.