COLOR #9E965F

HEX: #9E965F RGB: (158,150,95)

Color info

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

RGB color model

#9E965F color RGB value is (158,150,95).

RGB: (158,150,95) (62%, 59%, 37%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 95 of 255 = 37%

158
150
95

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

Portions of RGB colors in percentages

R + G + B = 158 + 150 + 95 = 403 (100%)
R 158 of 403 ~ 39.21%
G 150 of 403 ~ 37.22%
B 95 of 403 ~ 23.57'%

%39.21
%37.22
%23.57

CMYK color model

#9E965F color CMYK value is (0,5,40,38).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 39.87%
  • key color value is 38.04%

CMYK: (0,5,40,38)
C0M5Y40K38 (0%, 5%, 40%, 38%)
(0.00 / 0.05 / 0.40 / 0.38)

CMYK percentages

%0
%5.06
%39.87
%38.04

Codes

Color #9E965F in popluar color models

9E 96 5F
RGB 158 150 95
HSL 52° 24.90% 49.61%
HSB/HSV 52° 39.87% 61.96%
CMYK 0.00% 5.06% 39.87%
38.04%

Color #9E965F in popluar number systems.

HEX 9E 96 5F
Decimal 158 150 95
Binary 10011110 10010110 1011111
Octal 236 226 137

Shades and tints

Shades of #9E965F

#9E965F
(158,150,95)
#908957
(144,137,87)
#827C4F
(130,124,79)
#746F47
(116,111,71)
#66623F
(102,98,63)
#585537
(88,85,55)
#4A482F
(74,72,47)
#3C3B27
(60,59,39)
#2E2E1F
(46,46,31)
#202117
(32,33,23)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #9E965F

#9E965F
(158,150,95)
#A69F6D
(166,159,109)
#AEA87B
(174,168,123)
#B6B189
(182,177,137)
#BEBA97
(190,186,151)
#C6C3A5
(198,195,165)
#CECCB3
(206,204,179)
#D6D5C1
(214,213,193)
#DEDECF
(222,222,207)
#E6E7DD
(230,231,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E965F color. Also use rgb(158,150,95) instead hex code.

Text Font Color

.myTextColor { color: #9E965F; }

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

This text font color is #9E965F.

Background Color

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

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

This div background color is #9E965F.

Border color

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

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

This div border color is #9E965F.

Opacity

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

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

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

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

This text has shadow with #9E965F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E965F.

Preview

Color preview on black background

This text has color #9E965F on black background.


Color preview on white background

This text has color #9E965F on white background.


Black color preview on #9E965F background

This text has black color on #9E965F background.


White color preview on #9E965F background

This text has white color on #9E965F background.


Related colors

Complementary color

Complementary color for #hex is #6169A0.


I love getcolorcode.com

Triadic colors

1 #5F9E96 and #965F9E with #9E965F are triadic colors.

2 #5F969E and #969E5F with #9E965F are triadic colors.