COLOR #9E736A

HEX: #9E736A
RGB: (158,115,106)

Color info

#9E736A contains red, green and blue colors in about the same proportion. Web safe color of #9E736A is #996666 (or #966).

RGB color model

#9E736A color RGB value is (158,115,106).

  • red value is 158;
  • green value is 115;
  • blue value is 106.
RGB:
(158,115,106)
(62%,45%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 115 of 255 = 45%
B 106 of 255 = 42%

158
115
106

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

Portions of RGB colors in percentages

R + G + B =
158 + 115 + 106 = 379 (100%)
R 158 of 379 ~ 41.69%
G 115 of 379 ~ 30.34%
B 106 of 379 ~ 27.97%

%41.69
%30.34
%27.97

CMYK color model

#9E736A color CMYK value is (0,27,33,38).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 32.91%
  • key color value is 38.04%
CMYK:
(0,27,33,38)
C0M27Y33K38 
(0%,27%,33%,38%)
(0.00/0.27/0.33/0.38)	

CMYK percentages

%0
%27.22
%32.91
%38.04

Codes

Color #9E736A in popluar color models

9E736A
RGB158115106
HSL10°21.14%51.76%
HSB/HSV10°32.91%61.96%
CMYK0.00%27.22%32.91%
38.04%

Color #9E736A in popluar number systems.

HEX9E736A
Decimal158115106
Binary1001111011100111101010
Octal236163152

Shades and tints

Shades of #9E736A

#9E736A
(158,115,106)
#906961
(144,105,97)
#825F58
(130,95,88)
#74554F
(116,85,79)
#664B46
(102,75,70)
#58413D
(88,65,61)
#4A3734
(74,55,52)
#3C2D2B
(60,45,43)
#2E2322
(46,35,34)
#201919
(32,25,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #9E736A

#9E736A
(158,115,106)
#A67F77
(166,127,119)
#AE8B84
(174,139,132)
#B69791
(182,151,145)
#BEA39E
(190,163,158)
#C6AFAB
(198,175,171)
#CEBBB8
(206,187,184)
#D6C7C5
(214,199,197)
#DED3D2
(222,211,210)
#E6DFDF
(230,223,223)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E736A color. Also use rgb(158,115,106) instead hex code.

Text Font Color

.myTextColor { color: #9E736A; }

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

This text font color is #9E736A.


Background Color

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

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

This div background color is #9E736A.


Border color

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

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

This div border color is #9E736A.


Opacity

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

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

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

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

This text has shadow with #9E736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E736A on black background.


Color preview on white background

This text has color #9E736A on white background.



Black color preview on #9E736A background

This text has black color on #9E736A background.


White color preview on #9E736A background

This text has white color on #9E736A background.