COLOR #9E8F75

HEX: #9E8F75
RGB: (158,143,117)

Color info

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

RGB color model

#9E8F75 color RGB value is (158,143,117).

  • red value is 158;
  • green value is 143;
  • blue value is 117.
RGB:
(158,143,117)
(62%,56%,46%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 117 of 255 = 46%

158
143
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 143 + 117 = 418 (100%)
R 158 of 418 ~ 37.8%
G 143 of 418 ~ 34.21%
B 117 of 418 ~ 27.99%

%37.8
%34.21
%27.99

CMYK color model

#9E8F75 color CMYK value is (0,9,26,38).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(0,9,26,38)
C0M9Y26K38 
(0%,9%,26%,38%)
(0.00/0.09/0.26/0.38)	

CMYK percentages

%0
%9.49
%25.95
%38.04

Codes

Color #9E8F75 in popluar color models

9E8F75
RGB158143117
HSL38°17.45%53.92%
HSB/HSV38°25.95%61.96%
CMYK0.00%9.49%25.95%
38.04%

Color #9E8F75 in popluar number systems.

HEX9E8F75
Decimal158143117
Binary10011110100011111110101
Octal236217165

Shades and tints

Shades of #9E8F75

#9E8F75
(158,143,117)
#90826B
(144,130,107)
#827561
(130,117,97)
#746857
(116,104,87)
#665B4D
(102,91,77)
#584E43
(88,78,67)
#4A4139
(74,65,57)
#3C342F
(60,52,47)
#2E2725
(46,39,37)
#201A1B
(32,26,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #9E8F75

#9E8F75
(158,143,117)
#A69981
(166,153,129)
#AEA38D
(174,163,141)
#B6AD99
(182,173,153)
#BEB7A5
(190,183,165)
#C6C1B1
(198,193,177)
#CECBBD
(206,203,189)
#D6D5C9
(214,213,201)
#DEDFD5
(222,223,213)
#E6E9E1
(230,233,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8F75 color. Also use rgb(158,143,117) instead hex code.

Text Font Color

.myTextColor { color: #9E8F75; }

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

This text font color is #9E8F75.


Background Color

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

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

This div background color is #9E8F75.


Border color

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

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

This div border color is #9E8F75.


Opacity

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

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

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

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

This text has shadow with #9E8F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8F75 on black background.


Color preview on white background

This text has color #9E8F75 on white background.



Black color preview on #9E8F75 background

This text has black color on #9E8F75 background.


White color preview on #9E8F75 background

This text has white color on #9E8F75 background.