COLOR #9E8272

HEX: #9E8272
RGB: (158,130,114)

Color info

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

RGB color model

#9E8272 color RGB value is (158,130,114).

  • red value is 158;
  • green value is 130;
  • blue value is 114.
RGB:
(158,130,114)
(62%,51%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 130 of 255 = 51%
B 114 of 255 = 45%

158
130
114

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

Portions of RGB colors in percentages

R + G + B =
158 + 130 + 114 = 402 (100%)
R 158 of 402 ~ 39.3%
G 130 of 402 ~ 32.34%
B 114 of 402 ~ 28.36%

%39.3
%32.34
%28.36

CMYK color model

#9E8272 color CMYK value is (0,18,28,38).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 27.85%
  • key color value is 38.04%
CMYK:
(0,18,28,38)
C0M18Y28K38 
(0%,18%,28%,38%)
(0.00/0.18/0.28/0.38)	

CMYK percentages

%0
%17.72
%27.85
%38.04

Codes

Color #9E8272 in popluar color models

9E8272
RGB158130114
HSL22°18.49%53.33%
HSB/HSV22°27.85%61.96%
CMYK0.00%17.72%27.85%
38.04%

Color #9E8272 in popluar number systems.

HEX9E8272
Decimal158130114
Binary10011110100000101110010
Octal236202162

Shades and tints

Shades of #9E8272

#9E8272
(158,130,114)
#907768
(144,119,104)
#826C5E
(130,108,94)
#746154
(116,97,84)
#66564A
(102,86,74)
#584B40
(88,75,64)
#4A4036
(74,64,54)
#3C352C
(60,53,44)
#2E2A22
(46,42,34)
#201F18
(32,31,24)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9E8272

#9E8272
(158,130,114)
#A68D7E
(166,141,126)
#AE988A
(174,152,138)
#B6A396
(182,163,150)
#BEAEA2
(190,174,162)
#C6B9AE
(198,185,174)
#CEC4BA
(206,196,186)
#D6CFC6
(214,207,198)
#DEDAD2
(222,218,210)
#E6E5DE
(230,229,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8272 color. Also use rgb(158,130,114) instead hex code.

Text Font Color

.myTextColor { color: #9E8272; }

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

This text font color is #9E8272.


Background Color

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

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

This div background color is #9E8272.


Border color

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

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

This div border color is #9E8272.


Opacity

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

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

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

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

This text has shadow with #9E8272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8272 on black background.


Color preview on white background

This text has color #9E8272 on white background.



Black color preview on #9E8272 background

This text has black color on #9E8272 background.


White color preview on #9E8272 background

This text has white color on #9E8272 background.