COLOR #9E7A5F

HEX: #9E7A5F RGB: (158,122,95)

Color info

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

RGB color model

#9E7A5F color RGB value is (158,122,95).

RGB: (158,122,95) (62%, 48%, 37%)

RGB channels and saturation

R 158 of 255 = 62%
G 122 of 255 = 48%
B 95 of 255 = 37%

158
122
95

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

Portions of RGB colors in percentages

R + G + B = 158 + 122 + 95 = 375 (100%)
R 158 of 375 ~ 42.13%
G 122 of 375 ~ 32.53%
B 95 of 375 ~ 25.33'%

%42.13
%32.53
%25.33

CMYK color model

#9E7A5F color CMYK value is (0,23,40,38).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK: (0,23,40,38) C0M23Y40K38 (0%,23%,40%,38%) (0.00/0.23/0.40/0.38) 

CMYK percentages

%0
%22.78
%39.87
%38.04

Codes

Color #9E7A5F in popluar color models

9E 7A 5F
RGB 158 122 95
HSL 26° 24.90% 49.61%
HSB/HSV 26° 39.87% 61.96%
CMYK 0.00% 22.78% 39.87%
38.04%

Color #9E7A5F in popluar number systems.

HEX 9E 7A 5F
Decimal 158 122 95
Binary 10011110 1111010 1011111
Octal 236 172 137

Shades and tints

Shades of #9E7A5F

#9E7A5F
(158,122,95)
#906F57
(144,111,87)
#82644F
(130,100,79)
#745947
(116,89,71)
#664E3F
(102,78,63)
#584337
(88,67,55)
#4A382F
(74,56,47)
#3C2D27
(60,45,39)
#2E221F
(46,34,31)
#201717
(32,23,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #9E7A5F

#9E7A5F
(158,122,95)
#A6866D
(166,134,109)
#AE927B
(174,146,123)
#B69E89
(182,158,137)
#BEAA97
(190,170,151)
#C6B6A5
(198,182,165)
#CEC2B3
(206,194,179)
#D6CEC1
(214,206,193)
#DEDACF
(222,218,207)
#E6E6DD
(230,230,221)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7A5F color. Also use rgb(158,122,95) instead hex code.

Text Font Color

.myTextColor { color: #9E7A5F; }

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

This text font color is #9E7A5F.

Background Color

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

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

This div background color is #9E7A5F.

Border color

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

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

This div border color is #9E7A5F.

Opacity

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

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

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

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

This text has shadow with #9E7A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7A5F.

Preview

Color preview on black background

This text has color #9E7A5F on black background.


Color preview on white background

This text has color #9E7A5F on white background.


Black color preview on #9E7A5F background

This text has black color on #9E7A5F background.


White color preview on #9E7A5F background

This text has white color on #9E7A5F background.


Related colors

Complementary color

Complementary color for #hex is #6185A0.


I love getcolorcode.com

Triadic colors

1 #5F9E7A and #7A5F9E with #9E7A5F are triadic colors.

2 #5F7A9E and #7A9E5F with #9E7A5F are triadic colors.