COLOR #9E856E

HEX: #9E856E RGB: (158,133,110)

Color info

#9E856E contains red, green and blue colors in about the same proportion. Web safe color of #9E856E is #999966 (or #996).

RGB color model

#9E856E color RGB value is (158,133,110).

RGB: (158,133,110) (62%, 52%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 133 of 255 = 52%
B 110 of 255 = 43%

158
133
110

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

Portions of RGB colors in percentages

R + G + B = 158 + 133 + 110 = 401 (100%)
R 158 of 401 ~ 39.4%
G 133 of 401 ~ 33.17%
B 110 of 401 ~ 27.43'%

%39.4
%33.17
%27.43

CMYK color model

#9E856E color CMYK value is (0,16,30,38).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (0,16,30,38)
C0M16Y30K38 (0%, 16%, 30%, 38%)
(0.00 / 0.16 / 0.30 / 0.38)

CMYK percentages

%0
%15.82
%30.38
%38.04

Codes

Color #9E856E in popluar color models

9E 85 6E
RGB 158 133 110
HSL 29° 19.83% 52.55%
HSB/HSV 29° 30.38% 61.96%
CMYK 0.00% 15.82% 30.38%
38.04%

Color #9E856E in popluar number systems.

HEX 9E 85 6E
Decimal 158 133 110
Binary 10011110 10000101 1101110
Octal 236 205 156

Shades and tints

Shades of #9E856E

#9E856E
(158,133,110)
#907964
(144,121,100)
#826D5A
(130,109,90)
#746150
(116,97,80)
#665546
(102,85,70)
#58493C
(88,73,60)
#4A3D32
(74,61,50)
#3C3128
(60,49,40)
#2E251E
(46,37,30)
#201914
(32,25,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #9E856E

#9E856E
(158,133,110)
#A6907B
(166,144,123)
#AE9B88
(174,155,136)
#B6A695
(182,166,149)
#BEB1A2
(190,177,162)
#C6BCAF
(198,188,175)
#CEC7BC
(206,199,188)
#D6D2C9
(214,210,201)
#DEDDD6
(222,221,214)
#E6E8E3
(230,232,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E856E color. Also use rgb(158,133,110) instead hex code.

Text Font Color

.myTextColor { color: #9E856E; }

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

This text font color is #9E856E.

Background Color

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

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

This div background color is #9E856E.

Border color

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

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

This div border color is #9E856E.

Opacity

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

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

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

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

This text has shadow with #9E856E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E856E.

Preview

Color preview on black background

This text has color #9E856E on black background.


Color preview on white background

This text has color #9E856E on white background.


Black color preview on #9E856E background

This text has black color on #9E856E background.


White color preview on #9E856E background

This text has white color on #9E856E background.


Related colors

Complementary color

Complementary color for #hex is #617A91.


I love getcolorcode.com

Triadic colors

1 #6E9E85 and #856E9E with #9E856E are triadic colors.

2 #6E859E and #859E6E with #9E856E are triadic colors.