COLOR #9E645E

HEX: #9E645E
RGB: (158,100,94)

Color info

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

RGB color model

#9E645E color RGB value is (158,100,94).

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

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 94 of 255 = 37%

158
100
94

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

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 94 = 352 (100%)
R 158 of 352 ~ 44.89%
G 100 of 352 ~ 28.41%
B 94 of 352 ~ 26.7%

%44.89
%28.41
%26.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(0,37,41,38)
C0M37Y41K38 
(0%,37%,41%,38%)
(0.00/0.37/0.41/0.38)	

CMYK percentages

%0
%36.71
%40.51
%38.04

Codes

Color #9E645E in popluar color models

9E645E
RGB15810094
HSL25.40%49.41%
HSB/HSV40.51%61.96%
CMYK0.00%36.71%40.51%
38.04%

Color #9E645E in popluar number systems.

HEX9E645E
Decimal15810094
Binary1001111011001001011110
Octal236144136

Shades and tints

Shades of #9E645E

#9E645E
(158,100,94)
#905B56
(144,91,86)
#82524E
(130,82,78)
#744946
(116,73,70)
#66403E
(102,64,62)
#583736
(88,55,54)
#4A2E2E
(74,46,46)
#3C2526
(60,37,38)
#2E1C1E
(46,28,30)
#201316
(32,19,22)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #9E645E

#9E645E
(158,100,94)
#A6726C
(166,114,108)
#AE807A
(174,128,122)
#B68E88
(182,142,136)
#BE9C96
(190,156,150)
#C6AAA4
(198,170,164)
#CEB8B2
(206,184,178)
#D6C6C0
(214,198,192)
#DED4CE
(222,212,206)
#E6E2DC
(230,226,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E645E; }

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

This text font color is #9E645E.


Background Color

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

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

This div background color is #9E645E.


Border color

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

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

This div border color is #9E645E.


Opacity

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

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

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

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

This text has shadow with #9E645E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E645E on black background.


Color preview on white background

This text has color #9E645E on white background.



Black color preview on #9E645E background

This text has black color on #9E645E background.


White color preview on #9E645E background

This text has white color on #9E645E background.