COLOR #9E815E

HEX: #9E815E
RGB: (158,129,94)

Color info

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

RGB color model

#9E815E color RGB value is (158,129,94).

  • red value is 158;
  • green value is 129;
  • blue value is 94.
RGB:
(158,129,94)
(62%,51%,37%)

RGB channels and saturation

R 158 of 255 = 62%
G 129 of 255 = 51%
B 94 of 255 = 37%

158
129
94

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

Portions of RGB colors in percentages

R + G + B =
158 + 129 + 94 = 381 (100%)
R 158 of 381 ~ 41.47%
G 129 of 381 ~ 33.86%
B 94 of 381 ~ 24.67%

%41.47
%33.86
%24.67

CMYK color model

#9E815E color CMYK value is (0,18,41,38).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(0,18,41,38)
C0M18Y41K38 
(0%,18%,41%,38%)
(0.00/0.18/0.41/0.38)	

CMYK percentages

%0
%18.35
%40.51
%38.04

Codes

Color #9E815E in popluar color models

9E815E
RGB15812994
HSL33°25.40%49.41%
HSB/HSV33°40.51%61.96%
CMYK0.00%18.35%40.51%
38.04%

Color #9E815E in popluar number systems.

HEX9E815E
Decimal15812994
Binary10011110100000011011110
Octal236201136

Shades and tints

Shades of #9E815E

#9E815E
(158,129,94)
#907656
(144,118,86)
#826B4E
(130,107,78)
#746046
(116,96,70)
#66553E
(102,85,62)
#584A36
(88,74,54)
#4A3F2E
(74,63,46)
#3C3426
(60,52,38)
#2E291E
(46,41,30)
#201E16
(32,30,22)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #9E815E

#9E815E
(158,129,94)
#A68C6C
(166,140,108)
#AE977A
(174,151,122)
#B6A288
(182,162,136)
#BEAD96
(190,173,150)
#C6B8A4
(198,184,164)
#CEC3B2
(206,195,178)
#D6CEC0
(214,206,192)
#DED9CE
(222,217,206)
#E6E4DC
(230,228,220)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E815E color. Also use rgb(158,129,94) instead hex code.

Text Font Color

.myTextColor { color: #9E815E; }

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

This text font color is #9E815E.


Background Color

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

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

This div background color is #9E815E.


Border color

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

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

This div border color is #9E815E.


Opacity

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

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

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

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

This text has shadow with #9E815E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E815E on black background.


Color preview on white background

This text has color #9E815E on white background.



Black color preview on #9E815E background

This text has black color on #9E815E background.


White color preview on #9E815E background

This text has white color on #9E815E background.