COLOR #9E7B43

HEX: #9E7B43
RGB: (158,123,67)

Color info

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

RGB color model

#9E7B43 color RGB value is (158,123,67).

  • red value is 158;
  • green value is 123;
  • blue value is 67.
RGB:
(158,123,67)
(62%,48%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 123 of 255 = 48%
B 67 of 255 = 26%

158
123
67

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

Portions of RGB colors in percentages

R + G + B =
158 + 123 + 67 = 348 (100%)
R 158 of 348 ~ 45.4%
G 123 of 348 ~ 35.34%
B 67 of 348 ~ 19.25%

%45.4
%35.34
%19.25

CMYK color model

#9E7B43 color CMYK value is (0,22,58,38).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 57.59%
  • key color value is 38.04%
CMYK:
(0,22,58,38)
C0M22Y58K38 
(0%,22%,58%,38%)
(0.00/0.22/0.58/0.38)	

CMYK percentages

%0
%22.15
%57.59
%38.04

Codes

Color #9E7B43 in popluar color models

9E7B43
RGB15812367
HSL37°40.44%44.12%
HSB/HSV37°57.59%61.96%
CMYK0.00%22.15%57.59%
38.04%

Color #9E7B43 in popluar number systems.

HEX9E7B43
Decimal15812367
Binary1001111011110111000011
Octal236173103

Shades and tints

Shades of #9E7B43

#9E7B43
(158,123,67)
#90703D
(144,112,61)
#826537
(130,101,55)
#745A31
(116,90,49)
#664F2B
(102,79,43)
#584425
(88,68,37)
#4A391F
(74,57,31)
#3C2E19
(60,46,25)
#2E2313
(46,35,19)
#20180D
(32,24,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #9E7B43

#9E7B43
(158,123,67)
#A68754
(166,135,84)
#AE9365
(174,147,101)
#B69F76
(182,159,118)
#BEAB87
(190,171,135)
#C6B798
(198,183,152)
#CEC3A9
(206,195,169)
#D6CFBA
(214,207,186)
#DEDBCB
(222,219,203)
#E6E7DC
(230,231,220)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7B43 color. Also use rgb(158,123,67) instead hex code.

Text Font Color

.myTextColor { color: #9E7B43; }

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

This text font color is #9E7B43.


Background Color

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

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

This div background color is #9E7B43.


Border color

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

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

This div border color is #9E7B43.


Opacity

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

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

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

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

This text has shadow with #9E7B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7B43 on black background.


Color preview on white background

This text has color #9E7B43 on white background.



Black color preview on #9E7B43 background

This text has black color on #9E7B43 background.


White color preview on #9E7B43 background

This text has white color on #9E7B43 background.