COLOR #9E985D

HEX: #9E985D RGB: (158,152,93)

Color info

#9E985D contains mainly red and green colors. Web safe color of #9E985D is #999966 (or #996).

RGB color model

#9E985D color RGB value is (158,152,93).

RGB: (158,152,93) (62%, 60%, 36%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 93 of 255 = 36%

158
152
93

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

Portions of RGB colors in percentages

R + G + B = 158 + 152 + 93 = 403 (100%)
R 158 of 403 ~ 39.21%
G 152 of 403 ~ 37.72%
B 93 of 403 ~ 23.08'%

%39.21
%37.72
%23.08

CMYK color model

#9E985D color CMYK value is (0,4,41,38).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 41.14%
  • key color value is 38.04%

CMYK: (0,4,41,38)
C0M4Y41K38 (0%, 4%, 41%, 38%)
(0.00 / 0.04 / 0.41 / 0.38)

CMYK percentages

%0
%3.8
%41.14
%38.04

Codes

Color #9E985D in popluar color models

9E 98 5D
RGB 158 152 93
HSL 54° 25.90% 49.22%
HSB/HSV 54° 41.14% 61.96%
CMYK 0.00% 3.80% 41.14%
38.04%

Color #9E985D in popluar number systems.

HEX 9E 98 5D
Decimal 158 152 93
Binary 10011110 10011000 1011101
Octal 236 230 135

Shades and tints

Shades of #9E985D

#9E985D
(158,152,93)
#908B55
(144,139,85)
#827E4D
(130,126,77)
#747145
(116,113,69)
#66643D
(102,100,61)
#585735
(88,87,53)
#4A4A2D
(74,74,45)
#3C3D25
(60,61,37)
#2E301D
(46,48,29)
#202315
(32,35,21)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #9E985D

#9E985D
(158,152,93)
#A6A16B
(166,161,107)
#AEAA79
(174,170,121)
#B6B387
(182,179,135)
#BEBC95
(190,188,149)
#C6C5A3
(198,197,163)
#CECEB1
(206,206,177)
#D6D7BF
(214,215,191)
#DEE0CD
(222,224,205)
#E6E9DB
(230,233,219)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E985D color. Also use rgb(158,152,93) instead hex code.

Text Font Color

.myTextColor { color: #9E985D; }

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

This text font color is #9E985D.

Background Color

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

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

This div background color is #9E985D.

Border color

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

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

This div border color is #9E985D.

Opacity

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

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

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

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

This text has shadow with #9E985D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E985D.

Preview

Color preview on black background

This text has color #9E985D on black background.


Color preview on white background

This text has color #9E985D on white background.


Black color preview on #9E985D background

This text has black color on #9E985D background.


White color preview on #9E985D background

This text has white color on #9E985D background.


Related colors

Complementary color

Complementary color for #hex is #6167A2.


I love getcolorcode.com

Triadic colors

1 #5D9E98 and #985D9E with #9E985D are triadic colors.

2 #5D989E and #989E5D with #9E985D are triadic colors.