COLOR #9E723A

HEX: #9E723A RGB: (158,114,58)

Color info

#9E723A contains mainly red and green colors. Web safe color of #9E723A is #996633 (or #963).

RGB color model

#9E723A color RGB value is (158,114,58).

RGB: (158,114,58) (62%, 45%, 23%)

RGB channels and saturation

R 158 of 255 = 62%
G 114 of 255 = 45%
B 58 of 255 = 23%

158
114
58

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

Portions of RGB colors in percentages

R + G + B = 158 + 114 + 58 = 330 (100%)
R 158 of 330 ~ 47.88%
G 114 of 330 ~ 34.55%
B 58 of 330 ~ 17.58'%

%47.88
%34.55
%17.58

CMYK color model

#9E723A color CMYK value is (0,28,63,38).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 63.29%
  • key color value is 38.04%

CMYK: (0,28,63,38)
C0M28Y63K38 (0%, 28%, 63%, 38%)
(0.00 / 0.28 / 0.63 / 0.38)

CMYK percentages

%0
%27.85
%63.29
%38.04

Codes

Color #9E723A in popluar color models

9E 72 3A
RGB 158 114 58
HSL 34° 46.30% 42.35%
HSB/HSV 34° 63.29% 61.96%
CMYK 0.00% 27.85% 63.29%
38.04%

Color #9E723A in popluar number systems.

HEX 9E 72 3A
Decimal 158 114 58
Binary 10011110 1110010 111010
Octal 236 162 72

Shades and tints

Shades of #9E723A

#9E723A
(158,114,58)
#906835
(144,104,53)
#825E30
(130,94,48)
#74542B
(116,84,43)
#664A26
(102,74,38)
#584021
(88,64,33)
#4A361C
(74,54,28)
#3C2C17
(60,44,23)
#2E2212
(46,34,18)
#20180D
(32,24,13)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #9E723A

#9E723A
(158,114,58)
#A67E4B
(166,126,75)
#AE8A5C
(174,138,92)
#B6966D
(182,150,109)
#BEA27E
(190,162,126)
#C6AE8F
(198,174,143)
#CEBAA0
(206,186,160)
#D6C6B1
(214,198,177)
#DED2C2
(222,210,194)
#E6DED3
(230,222,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E723A; }

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

This text font color is #9E723A.

Background Color

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

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

This div background color is #9E723A.

Border color

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

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

This div border color is #9E723A.

Opacity

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

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

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

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

This text has shadow with #9E723A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E723A.

Preview

Color preview on black background

This text has color #9E723A on black background.


Color preview on white background

This text has color #9E723A on white background.


Black color preview on #9E723A background

This text has black color on #9E723A background.


White color preview on #9E723A background

This text has white color on #9E723A background.


Related colors

Complementary color

Complementary color for #hex is #618DC5.


I love getcolorcode.com

Triadic colors

1 #3A9E72 and #723A9E with #9E723A are triadic colors.

2 #3A729E and #729E3A with #9E723A are triadic colors.