COLOR #9E736E

HEX: #9E736E RGB: (158,115,110)

Color info

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

RGB color model

#9E736E color RGB value is (158,115,110).

RGB: (158,115,110) (62%, 45%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 115 of 255 = 45%
B 110 of 255 = 43%

158
115
110

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

Portions of RGB colors in percentages

R + G + B = 158 + 115 + 110 = 383 (100%)
R 158 of 383 ~ 41.25%
G 115 of 383 ~ 30.03%
B 110 of 383 ~ 28.72'%

%41.25
%30.03
%28.72

CMYK color model

#9E736E color CMYK value is (0,27,30,38).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (0,27,30,38)
C0M27Y30K38 (0%, 27%, 30%, 38%)
(0.00 / 0.27 / 0.30 / 0.38)

CMYK percentages

%0
%27.22
%30.38
%38.04

Codes

Color #9E736E in popluar color models

9E 73 6E
RGB 158 115 110
HSL 19.83% 52.55%
HSB/HSV 30.38% 61.96%
CMYK 0.00% 27.22% 30.38%
38.04%

Color #9E736E in popluar number systems.

HEX 9E 73 6E
Decimal 158 115 110
Binary 10011110 1110011 1101110
Octal 236 163 156

Shades and tints

Shades of #9E736E

#9E736E
(158,115,110)
#906964
(144,105,100)
#825F5A
(130,95,90)
#745550
(116,85,80)
#664B46
(102,75,70)
#58413C
(88,65,60)
#4A3732
(74,55,50)
#3C2D28
(60,45,40)
#2E231E
(46,35,30)
#201914
(32,25,20)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #9E736E

#9E736E
(158,115,110)
#A67F7B
(166,127,123)
#AE8B88
(174,139,136)
#B69795
(182,151,149)
#BEA3A2
(190,163,162)
#C6AFAF
(198,175,175)
#CEBBBC
(206,187,188)
#D6C7C9
(214,199,201)
#DED3D6
(222,211,214)
#E6DFE3
(230,223,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E736E; }

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

This text font color is #9E736E.

Background Color

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

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

This div background color is #9E736E.

Border color

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

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

This div border color is #9E736E.

Opacity

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

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

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

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

This text has shadow with #9E736E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E736E.

Preview

Color preview on black background

This text has color #9E736E on black background.


Color preview on white background

This text has color #9E736E on white background.


Black color preview on #9E736E background

This text has black color on #9E736E background.


White color preview on #9E736E background

This text has white color on #9E736E background.


Related colors

Complementary color

Complementary color for #hex is #618C91.


I love getcolorcode.com

Triadic colors

1 #6E9E73 and #736E9E with #9E736E are triadic colors.

2 #6E739E and #739E6E with #9E736E are triadic colors.