COLOR #9E8F82

HEX: #9E8F82 RGB: (158,143,130)

Color info

#9E8F82 contains red, green and blue colors in about the same proportion. Web safe color of #9E8F82 is #999999 (or #999).

RGB color model

#9E8F82 color RGB value is (158,143,130).

RGB: (158,143,130) (62%, 56%, 51%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 130 of 255 = 51%

158
143
130

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

Portions of RGB colors in percentages

R + G + B = 158 + 143 + 130 = 431 (100%)
R 158 of 431 ~ 36.66%
G 143 of 431 ~ 33.18%
B 130 of 431 ~ 30.16'%

%36.66
%33.18
%30.16

CMYK color model

#9E8F82 color CMYK value is (0,9,18,38).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 17.72%
  • key color value is 38.04%

CMYK: (0,9,18,38)
C0M9Y18K38 (0%, 9%, 18%, 38%)
(0.00 / 0.09 / 0.18 / 0.38)

CMYK percentages

%0
%9.49
%17.72
%38.04

Codes

Color #9E8F82 in popluar color models

9E 8F 82
RGB 158 143 130
HSL 28° 12.61% 56.47%
HSB/HSV 28° 17.72% 61.96%
CMYK 0.00% 9.49% 17.72%
38.04%

Color #9E8F82 in popluar number systems.

HEX 9E 8F 82
Decimal 158 143 130
Binary 10011110 10001111 10000010
Octal 236 217 202

Shades and tints

Shades of #9E8F82

#9E8F82
(158,143,130)
#908277
(144,130,119)
#82756C
(130,117,108)
#746861
(116,104,97)
#665B56
(102,91,86)
#584E4B
(88,78,75)
#4A4140
(74,65,64)
#3C3435
(60,52,53)
#2E272A
(46,39,42)
#201A1F
(32,26,31)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #9E8F82

#9E8F82
(158,143,130)
#A6998D
(166,153,141)
#AEA398
(174,163,152)
#B6ADA3
(182,173,163)
#BEB7AE
(190,183,174)
#C6C1B9
(198,193,185)
#CECBC4
(206,203,196)
#D6D5CF
(214,213,207)
#DEDFDA
(222,223,218)
#E6E9E5
(230,233,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8F82; }

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

This text font color is #9E8F82.

Background Color

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

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

This div background color is #9E8F82.

Border color

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

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

This div border color is #9E8F82.

Opacity

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

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

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

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

This text has shadow with #9E8F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8F82.

Preview

Color preview on black background

This text has color #9E8F82 on black background.


Color preview on white background

This text has color #9E8F82 on white background.


Black color preview on #9E8F82 background

This text has black color on #9E8F82 background.


White color preview on #9E8F82 background

This text has white color on #9E8F82 background.


Related colors

Complementary color

Complementary color for #hex is #61707D.


I love getcolorcode.com

Triadic colors

1 #829E8F and #8F829E with #9E8F82 are triadic colors.

2 #828F9E and #8F9E82 with #9E8F82 are triadic colors.