COLOR #9E594F

HEX: #9E594F
RGB: (158,89,79)

Color info

#9E594F contains mainly red color. Web safe color of #9E594F is #996666 (or #966).

RGB color model

#9E594F color RGB value is (158,89,79).

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

RGB channels and saturation

R 158 of 255 = 62%
G 89 of 255 = 35%
B 79 of 255 = 31%

158
89
79

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

Portions of RGB colors in percentages

R + G + B =
158 + 89 + 79 = 326 (100%)
R 158 of 326 ~ 48.47%
G 89 of 326 ~ 27.3%
B 79 of 326 ~ 24.23%

%48.47
%27.3
%24.23

CMYK color model

#9E594F color CMYK value is (0,44,50,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK:
(0,44,50,38)
C0M44Y50K38 
(0%,44%,50%,38%)
(0.00/0.44/0.50/0.38)	

CMYK percentages

%0
%43.67
%50
%38.04

Codes

Color #9E594F in popluar color models

9E594F
RGB1588979
HSL33.33%46.47%
HSB/HSV50.00%61.96%
CMYK0.00%43.67%50.00%
38.04%

Color #9E594F in popluar number systems.

HEX9E594F
Decimal1588979
Binary1001111010110011001111
Octal236131117

Shades and tints

Shades of #9E594F

#9E594F
(158,89,79)
#905148
(144,81,72)
#824941
(130,73,65)
#74413A
(116,65,58)
#663933
(102,57,51)
#58312C
(88,49,44)
#4A2925
(74,41,37)
#3C211E
(60,33,30)
#2E1917
(46,25,23)
#201110
(32,17,16)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #9E594F

#9E594F
(158,89,79)
#A6685F
(166,104,95)
#AE776F
(174,119,111)
#B6867F
(182,134,127)
#BE958F
(190,149,143)
#C6A49F
(198,164,159)
#CEB3AF
(206,179,175)
#D6C2BF
(214,194,191)
#DED1CF
(222,209,207)
#E6E0DF
(230,224,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E594F; }

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

This text font color is #9E594F.


Background Color

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

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

This div background color is #9E594F.


Border color

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

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

This div border color is #9E594F.


Opacity

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

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

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

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

This text has shadow with #9E594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E594F on black background.


Color preview on white background

This text has color #9E594F on white background.



Black color preview on #9E594F background

This text has black color on #9E594F background.


White color preview on #9E594F background

This text has white color on #9E594F background.