COLOR #9E9755

HEX: #9E9755
RGB: (158,151,85)

Color info

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

RGB color model

#9E9755 color RGB value is (158,151,85).

  • red value is 158;
  • green value is 151;
  • blue value is 85.
RGB:
(158,151,85)
(62%,59%,33%)

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 85 of 255 = 33%

158
151
85

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

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 85 = 394 (100%)
R 158 of 394 ~ 40.1%
G 151 of 394 ~ 38.32%
B 85 of 394 ~ 21.57%

%40.1
%38.32
%21.57

CMYK color model

#9E9755 color CMYK value is (0,4,46,38).

  • cyan value is 0.00%
  • magenta value is 4.43%
  • yellow value is 46.20%
  • key color value is 38.04%
CMYK:
(0,4,46,38)
C0M4Y46K38 
(0%,4%,46%,38%)
(0.00/0.04/0.46/0.38)	

CMYK percentages

%0
%4.43
%46.2
%38.04

Codes

Color #9E9755 in popluar color models

9E9755
RGB15815185
HSL54°30.04%47.65%
HSB/HSV54°46.20%61.96%
CMYK0.00%4.43%46.20%
38.04%

Color #9E9755 in popluar number systems.

HEX9E9755
Decimal15815185
Binary10011110100101111010101
Octal236227125

Shades and tints

Shades of #9E9755

#9E9755
(158,151,85)
#908A4E
(144,138,78)
#827D47
(130,125,71)
#747040
(116,112,64)
#666339
(102,99,57)
#585632
(88,86,50)
#4A492B
(74,73,43)
#3C3C24
(60,60,36)
#2E2F1D
(46,47,29)
#202216
(32,34,22)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9E9755

#9E9755
(158,151,85)
#A6A064
(166,160,100)
#AEA973
(174,169,115)
#B6B282
(182,178,130)
#BEBB91
(190,187,145)
#C6C4A0
(198,196,160)
#CECDAF
(206,205,175)
#D6D6BE
(214,214,190)
#DEDFCD
(222,223,205)
#E6E8DC
(230,232,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9755 color. Also use rgb(158,151,85) instead hex code.

Text Font Color

.myTextColor { color: #9E9755; }

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

This text font color is #9E9755.


Background Color

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

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

This div background color is #9E9755.


Border color

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

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

This div border color is #9E9755.


Opacity

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

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

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

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

This text has shadow with #9E9755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9755 on black background.


Color preview on white background

This text has color #9E9755 on white background.



Black color preview on #9E9755 background

This text has black color on #9E9755 background.


White color preview on #9E9755 background

This text has white color on #9E9755 background.