COLOR #9E664F

HEX: #9E664F
RGB: (158,102,79)

Color info

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

RGB color model

#9E664F color RGB value is (158,102,79).

  • red value is 158;
  • green value is 102;
  • blue value is 79.
RGB:
(158,102,79)
(62%,40%,31%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 79 of 255 = 31%

158
102
79

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 79 = 339 (100%)
R 158 of 339 ~ 46.61%
G 102 of 339 ~ 30.09%
B 79 of 339 ~ 23.3%

%46.61
%30.09
%23.3

CMYK color model

#9E664F color CMYK value is (0,35,50,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK:
(0,35,50,38)
C0M35Y50K38 
(0%,35%,50%,38%)
(0.00/0.35/0.50/0.38)	

CMYK percentages

%0
%35.44
%50
%38.04

Codes

Color #9E664F in popluar color models

9E664F
RGB15810279
HSL17°33.33%46.47%
HSB/HSV17°50.00%61.96%
CMYK0.00%35.44%50.00%
38.04%

Color #9E664F in popluar number systems.

HEX9E664F
Decimal15810279
Binary1001111011001101001111
Octal236146117

Shades and tints

Shades of #9E664F

#9E664F
(158,102,79)
#905D48
(144,93,72)
#825441
(130,84,65)
#744B3A
(116,75,58)
#664233
(102,66,51)
#58392C
(88,57,44)
#4A3025
(74,48,37)
#3C271E
(60,39,30)
#2E1E17
(46,30,23)
#201510
(32,21,16)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #9E664F

#9E664F
(158,102,79)
#A6735F
(166,115,95)
#AE806F
(174,128,111)
#B68D7F
(182,141,127)
#BE9A8F
(190,154,143)
#C6A79F
(198,167,159)
#CEB4AF
(206,180,175)
#D6C1BF
(214,193,191)
#DECECF
(222,206,207)
#E6DBDF
(230,219,223)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E664F color. Also use rgb(158,102,79) instead hex code.

Text Font Color

.myTextColor { color: #9E664F; }

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

This text font color is #9E664F.


Background Color

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

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

This div background color is #9E664F.


Border color

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

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

This div border color is #9E664F.


Opacity

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

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

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

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

This text has shadow with #9E664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E664F on black background.


Color preview on white background

This text has color #9E664F on white background.



Black color preview on #9E664F background

This text has black color on #9E664F background.


White color preview on #9E664F background

This text has white color on #9E664F background.