COLOR #9E6462

HEX: #9E6462
RGB: (158,100,98)

Color info

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

RGB color model

#9E6462 color RGB value is (158,100,98).

  • red value is 158;
  • green value is 100;
  • blue value is 98.
RGB:
(158,100,98)
(62%,39%,38%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 98 of 255 = 38%

158
100
98

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

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 98 = 356 (100%)
R 158 of 356 ~ 44.38%
G 100 of 356 ~ 28.09%
B 98 of 356 ~ 27.53%

%44.38
%28.09
%27.53

CMYK color model

#9E6462 color CMYK value is (0,37,38,38).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 37.97%
  • key color value is 38.04%
CMYK:
(0,37,38,38)
C0M37Y38K38 
(0%,37%,38%,38%)
(0.00/0.37/0.38/0.38)	

CMYK percentages

%0
%36.71
%37.97
%38.04

Codes

Color #9E6462 in popluar color models

9E6462
RGB15810098
HSL23.62%50.20%
HSB/HSV37.97%61.96%
CMYK0.00%36.71%37.97%
38.04%

Color #9E6462 in popluar number systems.

HEX9E6462
Decimal15810098
Binary1001111011001001100010
Octal236144142

Shades and tints

Shades of #9E6462

#9E6462
(158,100,98)
#905B5A
(144,91,90)
#825252
(130,82,82)
#74494A
(116,73,74)
#664042
(102,64,66)
#58373A
(88,55,58)
#4A2E32
(74,46,50)
#3C252A
(60,37,42)
#2E1C22
(46,28,34)
#20131A
(32,19,26)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #9E6462

#9E6462
(158,100,98)
#A67270
(166,114,112)
#AE807E
(174,128,126)
#B68E8C
(182,142,140)
#BE9C9A
(190,156,154)
#C6AAA8
(198,170,168)
#CEB8B6
(206,184,182)
#D6C6C4
(214,198,196)
#DED4D2
(222,212,210)
#E6E2E0
(230,226,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6462 color. Also use rgb(158,100,98) instead hex code.

Text Font Color

.myTextColor { color: #9E6462; }

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

This text font color is #9E6462.


Background Color

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

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

This div background color is #9E6462.


Border color

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

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

This div border color is #9E6462.


Opacity

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

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

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

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

This text has shadow with #9E6462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6462 on black background.


Color preview on white background

This text has color #9E6462 on white background.



Black color preview on #9E6462 background

This text has black color on #9E6462 background.


White color preview on #9E6462 background

This text has white color on #9E6462 background.