COLOR #9E9A75

HEX: #9E9A75 RGB: (158,154,117)

Color info

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

RGB color model

#9E9A75 color RGB value is (158,154,117).

RGB: (158,154,117) (62%, 60%, 46%)

RGB channels and saturation

R 158 of 255 = 62%
G 154 of 255 = 60%
B 117 of 255 = 46%

158
154
117

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

Portions of RGB colors in percentages

R + G + B = 158 + 154 + 117 = 429 (100%)
R 158 of 429 ~ 36.83%
G 154 of 429 ~ 35.9%
B 117 of 429 ~ 27.27'%

%36.83
%35.9
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 25.95%
  • key color value is 38.04%

CMYK: (0,3,26,38)
C0M3Y26K38 (0%, 3%, 26%, 38%)
(0.00 / 0.03 / 0.26 / 0.38)

CMYK percentages

%0
%2.53
%25.95
%38.04

Codes

Color #9E9A75 in popluar color models

9E 9A 75
RGB 158 154 117
HSL 54° 17.45% 53.92%
HSB/HSV 54° 25.95% 61.96%
CMYK 0.00% 2.53% 25.95%
38.04%

Color #9E9A75 in popluar number systems.

HEX 9E 9A 75
Decimal 158 154 117
Binary 10011110 10011010 1110101
Octal 236 232 165

Shades and tints

Shades of #9E9A75

#9E9A75
(158,154,117)
#908C6B
(144,140,107)
#827E61
(130,126,97)
#747057
(116,112,87)
#66624D
(102,98,77)
#585443
(88,84,67)
#4A4639
(74,70,57)
#3C382F
(60,56,47)
#2E2A25
(46,42,37)
#201C1B
(32,28,27)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #9E9A75

#9E9A75
(158,154,117)
#A6A381
(166,163,129)
#AEAC8D
(174,172,141)
#B6B599
(182,181,153)
#BEBEA5
(190,190,165)
#C6C7B1
(198,199,177)
#CED0BD
(206,208,189)
#D6D9C9
(214,217,201)
#DEE2D5
(222,226,213)
#E6EBE1
(230,235,225)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9A75; }

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

This text font color is #9E9A75.

Background Color

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

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

This div background color is #9E9A75.

Border color

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

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

This div border color is #9E9A75.

Opacity

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

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

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

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

This text has shadow with #9E9A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9A75.

Preview

Color preview on black background

This text has color #9E9A75 on black background.


Color preview on white background

This text has color #9E9A75 on white background.


Black color preview on #9E9A75 background

This text has black color on #9E9A75 background.


White color preview on #9E9A75 background

This text has white color on #9E9A75 background.


Related colors

Complementary color

Complementary color for #hex is #61658A.


I love getcolorcode.com

Triadic colors

1 #759E9A and #9A759E with #9E9A75 are triadic colors.

2 #759A9E and #9A9E75 with #9E9A75 are triadic colors.