COLOR #9F8060

HEX: #9F8060 RGB: (159,128,96)

Color info

#9F8060 contains mainly red and green colors. Web safe color of #9F8060 is #996666 (or #966).

RGB color model

#9F8060 color RGB value is (159,128,96).

RGB: (159,128,96) (62%, 50%, 38%)

RGB channels and saturation

R 159 of 255 = 62%
G 128 of 255 = 50%
B 96 of 255 = 38%

159
128
96

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

Portions of RGB colors in percentages

R + G + B = 159 + 128 + 96 = 383 (100%)
R 159 of 383 ~ 41.51%
G 128 of 383 ~ 33.42%
B 96 of 383 ~ 25.07'%

%41.51
%33.42
%25.07

CMYK color model

#9F8060 color CMYK value is (0,19,40,38).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 39.62%
  • key color value is 37.65%

CMYK: (0,19,40,38)
C0M19Y40K38 (0%, 19%, 40%, 38%)
(0.00 / 0.19 / 0.40 / 0.38)

CMYK percentages

%0
%19.5
%39.62
%37.65

Codes

Color #9F8060 in popluar color models

9F 80 60
RGB 159 128 96
HSL 30° 24.71% 50.00%
HSB/HSV 30° 39.62% 62.35%
CMYK 0.00% 19.50% 39.62%
37.65%

Color #9F8060 in popluar number systems.

HEX 9F 80 60
Decimal 159 128 96
Binary 10011111 10000000 1100000
Octal 237 200 140

Shades and tints

Shades of #9F8060

#9F8060
(159,128,96)
#917558
(145,117,88)
#836A50
(131,106,80)
#755F48
(117,95,72)
#675440
(103,84,64)
#594938
(89,73,56)
#4B3E30
(75,62,48)
#3D3328
(61,51,40)
#2F2820
(47,40,32)
#211D18
(33,29,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9F8060

#9F8060
(159,128,96)
#A78B6E
(167,139,110)
#AF967C
(175,150,124)
#B7A18A
(183,161,138)
#BFAC98
(191,172,152)
#C7B7A6
(199,183,166)
#CFC2B4
(207,194,180)
#D7CDC2
(215,205,194)
#DFD8D0
(223,216,208)
#E7E3DE
(231,227,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8060 color. Also use rgb(159,128,96) instead hex code.

Text Font Color

.myTextColor { color: #9F8060; }

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

This text font color is #9F8060.

Background Color

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

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

This div background color is #9F8060.

Border color

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

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

This div border color is #9F8060.

Opacity

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

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

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

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

This text has shadow with #9F8060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8060.

Preview

Color preview on black background

This text has color #9F8060 on black background.


Color preview on white background

This text has color #9F8060 on white background.


Black color preview on #9F8060 background

This text has black color on #9F8060 background.


White color preview on #9F8060 background

This text has white color on #9F8060 background.


Related colors

Complementary color

Complementary color for #hex is #607F9F.


I love getcolorcode.com

Triadic colors

1 #609F80 and #80609F with #9F8060 are triadic colors.

2 #60809F and #809F60 with #9F8060 are triadic colors.