COLOR #9E684F

HEX: #9E684F
RGB: (158,104,79)

Color info

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

RGB color model

#9E684F color RGB value is (158,104,79).

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

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 79 of 255 = 31%

158
104
79

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

Portions of RGB colors in percentages

R + G + B =
158 + 104 + 79 = 341 (100%)
R 158 of 341 ~ 46.33%
G 104 of 341 ~ 30.5%
B 79 of 341 ~ 23.17%

%46.33
%30.5
%23.17

CMYK color model

#9E684F color CMYK value is (0,34,50,38).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK:
(0,34,50,38)
C0M34Y50K38 
(0%,34%,50%,38%)
(0.00/0.34/0.50/0.38)	

CMYK percentages

%0
%34.18
%50
%38.04

Codes

Color #9E684F in popluar color models

9E684F
RGB15810479
HSL19°33.33%46.47%
HSB/HSV19°50.00%61.96%
CMYK0.00%34.18%50.00%
38.04%

Color #9E684F in popluar number systems.

HEX9E684F
Decimal15810479
Binary1001111011010001001111
Octal236150117

Shades and tints

Shades of #9E684F

#9E684F
(158,104,79)
#905F48
(144,95,72)
#825641
(130,86,65)
#744D3A
(116,77,58)
#664433
(102,68,51)
#583B2C
(88,59,44)
#4A3225
(74,50,37)
#3C291E
(60,41,30)
#2E2017
(46,32,23)
#201710
(32,23,16)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #9E684F

#9E684F
(158,104,79)
#A6755F
(166,117,95)
#AE826F
(174,130,111)
#B68F7F
(182,143,127)
#BE9C8F
(190,156,143)
#C6A99F
(198,169,159)
#CEB6AF
(206,182,175)
#D6C3BF
(214,195,191)
#DED0CF
(222,208,207)
#E6DDDF
(230,221,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E684F; }

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

This text font color is #9E684F.


Background Color

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

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

This div background color is #9E684F.


Border color

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

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

This div border color is #9E684F.


Opacity

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

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

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

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

This text has shadow with #9E684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E684F on black background.


Color preview on white background

This text has color #9E684F on white background.



Black color preview on #9E684F background

This text has black color on #9E684F background.


White color preview on #9E684F background

This text has white color on #9E684F background.