COLOR #9F7E5A

HEX: #9F7E5A RGB: (159,126,90)

Color info

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

RGB color model

#9F7E5A color RGB value is (159,126,90).

RGB: (159,126,90) (62%, 49%, 35%)

RGB channels and saturation

R 159 of 255 = 62%
G 126 of 255 = 49%
B 90 of 255 = 35%

159
126
90

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

Portions of RGB colors in percentages

R + G + B = 159 + 126 + 90 = 375 (100%)
R 159 of 375 ~ 42.4%
G 126 of 375 ~ 33.6%
B 90 of 375 ~ 24'%

%42.4
%33.6
%24

CMYK color model

#9F7E5A color CMYK value is (0,21,43,38).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 43.40%
  • key color value is 37.65%

CMYK: (0,21,43,38)
C0M21Y43K38 (0%, 21%, 43%, 38%)
(0.00 / 0.21 / 0.43 / 0.38)

CMYK percentages

%0
%20.75
%43.4
%37.65

Codes

Color #9F7E5A in popluar color models

9F 7E 5A
RGB 159 126 90
HSL 31° 27.71% 48.82%
HSB/HSV 31° 43.40% 62.35%
CMYK 0.00% 20.75% 43.40%
37.65%

Color #9F7E5A in popluar number systems.

HEX 9F 7E 5A
Decimal 159 126 90
Binary 10011111 1111110 1011010
Octal 237 176 132

Shades and tints

Shades of #9F7E5A

#9F7E5A
(159,126,90)
#917352
(145,115,82)
#83684A
(131,104,74)
#755D42
(117,93,66)
#67523A
(103,82,58)
#594732
(89,71,50)
#4B3C2A
(75,60,42)
#3D3122
(61,49,34)
#2F261A
(47,38,26)
#211B12
(33,27,18)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #9F7E5A

#9F7E5A
(159,126,90)
#A78969
(167,137,105)
#AF9478
(175,148,120)
#B79F87
(183,159,135)
#BFAA96
(191,170,150)
#C7B5A5
(199,181,165)
#CFC0B4
(207,192,180)
#D7CBC3
(215,203,195)
#DFD6D2
(223,214,210)
#E7E1E1
(231,225,225)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7E5A color. Also use rgb(159,126,90) instead hex code.

Text Font Color

.myTextColor { color: #9F7E5A; }

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

This text font color is #9F7E5A.

Background Color

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

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

This div background color is #9F7E5A.

Border color

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

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

This div border color is #9F7E5A.

Opacity

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

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

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

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

This text has shadow with #9F7E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7E5A.

Preview

Color preview on black background

This text has color #9F7E5A on black background.


Color preview on white background

This text has color #9F7E5A on white background.


Black color preview on #9F7E5A background

This text has black color on #9F7E5A background.


White color preview on #9F7E5A background

This text has white color on #9F7E5A background.


Related colors

Complementary color

Complementary color for #hex is #6081A5.


I love getcolorcode.com

Triadic colors

1 #5A9F7E and #7E5A9F with #9F7E5A are triadic colors.

2 #5A7E9F and #7E9F5A with #9F7E5A are triadic colors.