COLOR #9E735C

HEX: #9E735C RGB: (158,115,92)

Color info

#9E735C contains mainly red and green colors. Web safe color of #9E735C is #996666 (or #966).

RGB color model

#9E735C color RGB value is (158,115,92).

RGB: (158,115,92) (62%, 45%, 36%)

RGB channels and saturation

R 158 of 255 = 62%
G 115 of 255 = 45%
B 92 of 255 = 36%

158
115
92

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

Portions of RGB colors in percentages

R + G + B = 158 + 115 + 92 = 365 (100%)
R 158 of 365 ~ 43.29%
G 115 of 365 ~ 31.51%
B 92 of 365 ~ 25.21'%

%43.29
%31.51
%25.21

CMYK color model

#9E735C color CMYK value is (0,27,42,38).

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

CMYK: (0,27,42,38)
C0M27Y42K38 (0%, 27%, 42%, 38%)
(0.00 / 0.27 / 0.42 / 0.38)

CMYK percentages

%0
%27.22
%41.77
%38.04

Codes

Color #9E735C in popluar color models

9E 73 5C
RGB 158 115 92
HSL 21° 26.40% 49.02%
HSB/HSV 21° 41.77% 61.96%
CMYK 0.00% 27.22% 41.77%
38.04%

Color #9E735C in popluar number systems.

HEX 9E 73 5C
Decimal 158 115 92
Binary 10011110 1110011 1011100
Octal 236 163 134

Shades and tints

Shades of #9E735C

#9E735C
(158,115,92)
#906954
(144,105,84)
#825F4C
(130,95,76)
#745544
(116,85,68)
#664B3C
(102,75,60)
#584134
(88,65,52)
#4A372C
(74,55,44)
#3C2D24
(60,45,36)
#2E231C
(46,35,28)
#201914
(32,25,20)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #9E735C

#9E735C
(158,115,92)
#A67F6A
(166,127,106)
#AE8B78
(174,139,120)
#B69786
(182,151,134)
#BEA394
(190,163,148)
#C6AFA2
(198,175,162)
#CEBBB0
(206,187,176)
#D6C7BE
(214,199,190)
#DED3CC
(222,211,204)
#E6DFDA
(230,223,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E735C; }

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

This text font color is #9E735C.

Background Color

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

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

This div background color is #9E735C.

Border color

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

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

This div border color is #9E735C.

Opacity

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

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

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

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

This text has shadow with #9E735C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E735C.

Preview

Color preview on black background

This text has color #9E735C on black background.


Color preview on white background

This text has color #9E735C on white background.


Black color preview on #9E735C background

This text has black color on #9E735C background.


White color preview on #9E735C background

This text has white color on #9E735C background.


Related colors

Complementary color

Complementary color for #hex is #618CA3.


I love getcolorcode.com

Triadic colors

1 #5C9E73 and #735C9E with #9E735C are triadic colors.

2 #5C739E and #739E5C with #9E735C are triadic colors.