COLOR #9F977A

HEX: #9F977A
RGB: (159,151,122)

Color info

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

RGB color model

#9F977A color RGB value is (159,151,122).

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

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 122 of 255 = 48%

159
151
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 151 + 122 = 432 (100%)
R 159 of 432 ~ 36.81%
G 151 of 432 ~ 34.95%
B 122 of 432 ~ 28.24%

%36.81
%34.95
%28.24

CMYK color model

#9F977A color CMYK value is (0,5,23,38).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,5,23,38)
C0M5Y23K38 
(0%,5%,23%,38%)
(0.00/0.05/0.23/0.38)	

CMYK percentages

%0
%5.03
%23.27
%37.65

Codes

Color #9F977A in popluar color models

9F977A
RGB159151122
HSL47°16.16%55.10%
HSB/HSV47°23.27%62.35%
CMYK0.00%5.03%23.27%
37.65%

Color #9F977A in popluar number systems.

HEX9F977A
Decimal159151122
Binary10011111100101111111010
Octal237227172

Shades and tints

Shades of #9F977A

#9F977A
(159,151,122)
#918A6F
(145,138,111)
#837D64
(131,125,100)
#757059
(117,112,89)
#67634E
(103,99,78)
#595643
(89,86,67)
#4B4938
(75,73,56)
#3D3C2D
(61,60,45)
#2F2F22
(47,47,34)
#212217
(33,34,23)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #9F977A

#9F977A
(159,151,122)
#A7A086
(167,160,134)
#AFA992
(175,169,146)
#B7B29E
(183,178,158)
#BFBBAA
(191,187,170)
#C7C4B6
(199,196,182)
#CFCDC2
(207,205,194)
#D7D6CE
(215,214,206)
#DFDFDA
(223,223,218)
#E7E8E6
(231,232,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F977A; }

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

This text font color is #9F977A.


Background Color

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

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

This div background color is #9F977A.


Border color

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

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

This div border color is #9F977A.


Opacity

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

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

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

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

This text has shadow with #9F977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F977A on black background.


Color preview on white background

This text has color #9F977A on white background.



Black color preview on #9F977A background

This text has black color on #9F977A background.


White color preview on #9F977A background

This text has white color on #9F977A background.