COLOR #9E8075

HEX: #9E8075 RGB: (158,128,117)

Color info

#9E8075 contains red, green and blue colors in about the same proportion. Web safe color of #9E8075 is #996666 (or #966).

RGB color model

#9E8075 color RGB value is (158,128,117).

RGB: (158,128,117) (62%, 50%, 46%)

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 117 of 255 = 46%

158
128
117

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

Portions of RGB colors in percentages

R + G + B = 158 + 128 + 117 = 403 (100%)
R 158 of 403 ~ 39.21%
G 128 of 403 ~ 31.76%
B 117 of 403 ~ 29.03'%

%39.21
%31.76
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK: (0,19,26,38) C0M19Y26K38 (0%,19%,26%,38%) (0.00/0.19/0.26/0.38) 

CMYK percentages

%0
%18.99
%25.95
%38.04

Codes

Color #9E8075 in popluar color models

9E 80 75
RGB 158 128 117
HSL 16° 17.45% 53.92%
HSB/HSV 16° 25.95% 61.96%
CMYK 0.00% 18.99% 25.95%
38.04%

Color #9E8075 in popluar number systems.

HEX 9E 80 75
Decimal 158 128 117
Binary 10011110 10000000 1110101
Octal 236 200 165

Shades and tints

Shades of #9E8075

#9E8075
(158,128,117)
#90756B
(144,117,107)
#826A61
(130,106,97)
#745F57
(116,95,87)
#66544D
(102,84,77)
#584943
(88,73,67)
#4A3E39
(74,62,57)
#3C332F
(60,51,47)
#2E2825
(46,40,37)
#201D1B
(32,29,27)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #9E8075

#9E8075
(158,128,117)
#A68B81
(166,139,129)
#AE968D
(174,150,141)
#B6A199
(182,161,153)
#BEACA5
(190,172,165)
#C6B7B1
(198,183,177)
#CEC2BD
(206,194,189)
#D6CDC9
(214,205,201)
#DED8D5
(222,216,213)
#E6E3E1
(230,227,225)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8075; }

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

This text font color is #9E8075.

Background Color

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

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

This div background color is #9E8075.

Border color

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

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

This div border color is #9E8075.

Opacity

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

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

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

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

This text has shadow with #9E8075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8075.

Preview

Color preview on black background

This text has color #9E8075 on black background.


Color preview on white background

This text has color #9E8075 on white background.


Black color preview on #9E8075 background

This text has black color on #9E8075 background.


White color preview on #9E8075 background

This text has white color on #9E8075 background.


Related colors

Complementary color

Complementary color for #hex is #617F8A.


I love getcolorcode.com

Triadic colors

1 #759E80 and #80759E with #9E8075 are triadic colors.

2 #75809E and #809E75 with #9E8075 are triadic colors.