COLOR #9F996E

HEX: #9F996E
RGB: (159,153,110)

Color info

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

RGB color model

#9F996E color RGB value is (159,153,110).

  • red value is 159;
  • green value is 153;
  • blue value is 110.
RGB:
(159,153,110)
(62%,60%,43%)

RGB channels and saturation

R 159 of 255 = 62%
G 153 of 255 = 60%
B 110 of 255 = 43%

159
153
110

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

Portions of RGB colors in percentages

R + G + B =
159 + 153 + 110 = 422 (100%)
R 159 of 422 ~ 37.68%
G 153 of 422 ~ 36.26%
B 110 of 422 ~ 26.07%

%37.68
%36.26
%26.07

CMYK color model

#9F996E color CMYK value is (0,4,31,38).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(0,4,31,38)
C0M4Y31K38 
(0%,4%,31%,38%)
(0.00/0.04/0.31/0.38)	

CMYK percentages

%0
%3.77
%30.82
%37.65

Codes

Color #9F996E in popluar color models

9F996E
RGB159153110
HSL53°20.33%52.75%
HSB/HSV53°30.82%62.35%
CMYK0.00%3.77%30.82%
37.65%

Color #9F996E in popluar number systems.

HEX9F996E
Decimal159153110
Binary10011111100110011101110
Octal237231156

Shades and tints

Shades of #9F996E

#9F996E
(159,153,110)
#918C64
(145,140,100)
#837F5A
(131,127,90)
#757250
(117,114,80)
#676546
(103,101,70)
#59583C
(89,88,60)
#4B4B32
(75,75,50)
#3D3E28
(61,62,40)
#2F311E
(47,49,30)
#212414
(33,36,20)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #9F996E

#9F996E
(159,153,110)
#A7A27B
(167,162,123)
#AFAB88
(175,171,136)
#B7B495
(183,180,149)
#BFBDA2
(191,189,162)
#C7C6AF
(199,198,175)
#CFCFBC
(207,207,188)
#D7D8C9
(215,216,201)
#DFE1D6
(223,225,214)
#E7EAE3
(231,234,227)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F996E color. Also use rgb(159,153,110) instead hex code.

Text Font Color

.myTextColor { color: #9F996E; }

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

This text font color is #9F996E.


Background Color

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

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

This div background color is #9F996E.


Border color

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

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

This div border color is #9F996E.


Opacity

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

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

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

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

This text has shadow with #9F996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F996E on black background.


Color preview on white background

This text has color #9F996E on white background.



Black color preview on #9F996E background

This text has black color on #9F996E background.


White color preview on #9F996E background

This text has white color on #9F996E background.