COLOR #9E837A

HEX: #9E837A
RGB: (158,131,122)

Color info

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

RGB color model

#9E837A color RGB value is (158,131,122).

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

RGB channels and saturation

R 158 of 255 = 62%
G 131 of 255 = 51%
B 122 of 255 = 48%

158
131
122

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

Portions of RGB colors in percentages

R + G + B =
158 + 131 + 122 = 411 (100%)
R 158 of 411 ~ 38.44%
G 131 of 411 ~ 31.87%
B 122 of 411 ~ 29.68%

%38.44
%31.87
%29.68

CMYK color model

#9E837A color CMYK value is (0,17,23,38).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 22.78%
  • key color value is 38.04%
CMYK:
(0,17,23,38)
C0M17Y23K38 
(0%,17%,23%,38%)
(0.00/0.17/0.23/0.38)	

CMYK percentages

%0
%17.09
%22.78
%38.04

Codes

Color #9E837A in popluar color models

9E837A
RGB158131122
HSL15°15.65%54.90%
HSB/HSV15°22.78%61.96%
CMYK0.00%17.09%22.78%
38.04%

Color #9E837A in popluar number systems.

HEX9E837A
Decimal158131122
Binary10011110100000111111010
Octal236203172

Shades and tints

Shades of #9E837A

#9E837A
(158,131,122)
#90786F
(144,120,111)
#826D64
(130,109,100)
#746259
(116,98,89)
#66574E
(102,87,78)
#584C43
(88,76,67)
#4A4138
(74,65,56)
#3C362D
(60,54,45)
#2E2B22
(46,43,34)
#202017
(32,32,23)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #9E837A

#9E837A
(158,131,122)
#A68E86
(166,142,134)
#AE9992
(174,153,146)
#B6A49E
(182,164,158)
#BEAFAA
(190,175,170)
#C6BAB6
(198,186,182)
#CEC5C2
(206,197,194)
#D6D0CE
(214,208,206)
#DEDBDA
(222,219,218)
#E6E6E6
(230,230,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E837A; }

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

This text font color is #9E837A.


Background Color

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

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

This div background color is #9E837A.


Border color

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

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

This div border color is #9E837A.


Opacity

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

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

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

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

This text has shadow with #9E837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E837A on black background.


Color preview on white background

This text has color #9E837A on white background.



Black color preview on #9E837A background

This text has black color on #9E837A background.


White color preview on #9E837A background

This text has white color on #9E837A background.