COLOR #9F9673

HEX: #9F9673
RGB: (159,150,115)

Color info

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

RGB color model

#9F9673 color RGB value is (159,150,115).

  • red value is 159;
  • green value is 150;
  • blue value is 115.
RGB:
(159,150,115)
(62%,59%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 150 of 255 = 59%
B 115 of 255 = 45%

159
150
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 150 + 115 = 424 (100%)
R 159 of 424 ~ 37.5%
G 150 of 424 ~ 35.38%
B 115 of 424 ~ 27.12%

%37.5
%35.38
%27.12

CMYK color model

#9F9673 color CMYK value is (0,6,28,38).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(0,6,28,38)
C0M6Y28K38 
(0%,6%,28%,38%)
(0.00/0.06/0.28/0.38)	

CMYK percentages

%0
%5.66
%27.67
%37.65

Codes

Color #9F9673 in popluar color models

9F9673
RGB159150115
HSL48°18.64%53.73%
HSB/HSV48°27.67%62.35%
CMYK0.00%5.66%27.67%
37.65%

Color #9F9673 in popluar number systems.

HEX9F9673
Decimal159150115
Binary10011111100101101110011
Octal237226163

Shades and tints

Shades of #9F9673

#9F9673
(159,150,115)
#918969
(145,137,105)
#837C5F
(131,124,95)
#756F55
(117,111,85)
#67624B
(103,98,75)
#595541
(89,85,65)
#4B4837
(75,72,55)
#3D3B2D
(61,59,45)
#2F2E23
(47,46,35)
#212119
(33,33,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #9F9673

#9F9673
(159,150,115)
#A79F7F
(167,159,127)
#AFA88B
(175,168,139)
#B7B197
(183,177,151)
#BFBAA3
(191,186,163)
#C7C3AF
(199,195,175)
#CFCCBB
(207,204,187)
#D7D5C7
(215,213,199)
#DFDED3
(223,222,211)
#E7E7DF
(231,231,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9673 color. Also use rgb(159,150,115) instead hex code.

Text Font Color

.myTextColor { color: #9F9673; }

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

This text font color is #9F9673.


Background Color

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

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

This div background color is #9F9673.


Border color

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

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

This div border color is #9F9673.


Opacity

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

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

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

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

This text has shadow with #9F9673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9673 on black background.


Color preview on white background

This text has color #9F9673 on white background.



Black color preview on #9F9673 background

This text has black color on #9F9673 background.


White color preview on #9F9673 background

This text has white color on #9F9673 background.