COLOR #9E836D

HEX: #9E836D
RGB: (158,131,109)

Color info

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

RGB color model

#9E836D color RGB value is (158,131,109).

  • red value is 158;
  • green value is 131;
  • blue value is 109.
RGB:
(158,131,109)
(62%,51%,43%)

RGB channels and saturation

R 158 of 255 = 62%
G 131 of 255 = 51%
B 109 of 255 = 43%

158
131
109

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

Portions of RGB colors in percentages

R + G + B =
158 + 131 + 109 = 398 (100%)
R 158 of 398 ~ 39.7%
G 131 of 398 ~ 32.91%
B 109 of 398 ~ 27.39%

%39.7
%32.91
%27.39

CMYK color model

#9E836D color CMYK value is (0,17,31,38).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 31.01%
  • key color value is 38.04%
CMYK:
(0,17,31,38)
C0M17Y31K38 
(0%,17%,31%,38%)
(0.00/0.17/0.31/0.38)	

CMYK percentages

%0
%17.09
%31.01
%38.04

Codes

Color #9E836D in popluar color models

9E836D
RGB158131109
HSL27°20.16%52.35%
HSB/HSV27°31.01%61.96%
CMYK0.00%17.09%31.01%
38.04%

Color #9E836D in popluar number systems.

HEX9E836D
Decimal158131109
Binary10011110100000111101101
Octal236203155

Shades and tints

Shades of #9E836D

#9E836D
(158,131,109)
#907864
(144,120,100)
#826D5B
(130,109,91)
#746252
(116,98,82)
#665749
(102,87,73)
#584C40
(88,76,64)
#4A4137
(74,65,55)
#3C362E
(60,54,46)
#2E2B25
(46,43,37)
#20201C
(32,32,28)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9E836D

#9E836D
(158,131,109)
#A68E7A
(166,142,122)
#AE9987
(174,153,135)
#B6A494
(182,164,148)
#BEAFA1
(190,175,161)
#C6BAAE
(198,186,174)
#CEC5BB
(206,197,187)
#D6D0C8
(214,208,200)
#DEDBD5
(222,219,213)
#E6E6E2
(230,230,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E836D color. Also use rgb(158,131,109) instead hex code.

Text Font Color

.myTextColor { color: #9E836D; }

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

This text font color is #9E836D.


Background Color

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

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

This div background color is #9E836D.


Border color

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

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

This div border color is #9E836D.


Opacity

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

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

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

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

This text has shadow with #9E836D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E836D on black background.


Color preview on white background

This text has color #9E836D on white background.



Black color preview on #9E836D background

This text has black color on #9E836D background.


White color preview on #9E836D background

This text has white color on #9E836D background.