COLOR #9E7E44

HEX: #9E7E44
RGB: (158,126,68)

Color info

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

RGB color model

#9E7E44 color RGB value is (158,126,68).

  • red value is 158;
  • green value is 126;
  • blue value is 68.
RGB:
(158,126,68)
(62%,49%,27%)

RGB channels and saturation

R 158 of 255 = 62%
G 126 of 255 = 49%
B 68 of 255 = 27%

158
126
68

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

Portions of RGB colors in percentages

R + G + B =
158 + 126 + 68 = 352 (100%)
R 158 of 352 ~ 44.89%
G 126 of 352 ~ 35.8%
B 68 of 352 ~ 19.32%

%44.89
%35.8
%19.32

CMYK color model

#9E7E44 color CMYK value is (0,20,57,38).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 56.96%
  • key color value is 38.04%
CMYK:
(0,20,57,38)
C0M20Y57K38 
(0%,20%,57%,38%)
(0.00/0.20/0.57/0.38)	

CMYK percentages

%0
%20.25
%56.96
%38.04

Codes

Color #9E7E44 in popluar color models

9E7E44
RGB15812668
HSL39°39.82%44.31%
HSB/HSV39°56.96%61.96%
CMYK0.00%20.25%56.96%
38.04%

Color #9E7E44 in popluar number systems.

HEX9E7E44
Decimal15812668
Binary1001111011111101000100
Octal236176104

Shades and tints

Shades of #9E7E44

#9E7E44
(158,126,68)
#90733E
(144,115,62)
#826838
(130,104,56)
#745D32
(116,93,50)
#66522C
(102,82,44)
#584726
(88,71,38)
#4A3C20
(74,60,32)
#3C311A
(60,49,26)
#2E2614
(46,38,20)
#201B0E
(32,27,14)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #9E7E44

#9E7E44
(158,126,68)
#A68955
(166,137,85)
#AE9466
(174,148,102)
#B69F77
(182,159,119)
#BEAA88
(190,170,136)
#C6B599
(198,181,153)
#CEC0AA
(206,192,170)
#D6CBBB
(214,203,187)
#DED6CC
(222,214,204)
#E6E1DD
(230,225,221)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7E44 color. Also use rgb(158,126,68) instead hex code.

Text Font Color

.myTextColor { color: #9E7E44; }

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

This text font color is #9E7E44.


Background Color

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

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

This div background color is #9E7E44.


Border color

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

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

This div border color is #9E7E44.


Opacity

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

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

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

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

This text has shadow with #9E7E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7E44 on black background.


Color preview on white background

This text has color #9E7E44 on white background.



Black color preview on #9E7E44 background

This text has black color on #9E7E44 background.


White color preview on #9E7E44 background

This text has white color on #9E7E44 background.