COLOR #9E584D

HEX: #9E584D
RGB: (158,88,77)

Color info

#9E584D contains mainly red color. Web safe color of #9E584D is #996633 (or #963).

RGB color model

#9E584D color RGB value is (158,88,77).

  • red value is 158;
  • green value is 88;
  • blue value is 77.
RGB:
(158,88,77)
(62%,35%,30%)

RGB channels and saturation

R 158 of 255 = 62%
G 88 of 255 = 35%
B 77 of 255 = 30%

158
88
77

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

Portions of RGB colors in percentages

R + G + B =
158 + 88 + 77 = 323 (100%)
R 158 of 323 ~ 48.92%
G 88 of 323 ~ 27.24%
B 77 of 323 ~ 23.84%

%48.92
%27.24
%23.84

CMYK color model

#9E584D color CMYK value is (0,44,51,38).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 51.27%
  • key color value is 38.04%
CMYK:
(0,44,51,38)
C0M44Y51K38 
(0%,44%,51%,38%)
(0.00/0.44/0.51/0.38)	

CMYK percentages

%0
%44.3
%51.27
%38.04

Codes

Color #9E584D in popluar color models

9E584D
RGB1588877
HSL34.47%46.08%
HSB/HSV51.27%61.96%
CMYK0.00%44.30%51.27%
38.04%

Color #9E584D in popluar number systems.

HEX9E584D
Decimal1588877
Binary1001111010110001001101
Octal236130115

Shades and tints

Shades of #9E584D

#9E584D
(158,88,77)
#905046
(144,80,70)
#82483F
(130,72,63)
#744038
(116,64,56)
#663831
(102,56,49)
#58302A
(88,48,42)
#4A2823
(74,40,35)
#3C201C
(60,32,28)
#2E1815
(46,24,21)
#20100E
(32,16,14)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #9E584D

#9E584D
(158,88,77)
#A6675D
(166,103,93)
#AE766D
(174,118,109)
#B6857D
(182,133,125)
#BE948D
(190,148,141)
#C6A39D
(198,163,157)
#CEB2AD
(206,178,173)
#D6C1BD
(214,193,189)
#DED0CD
(222,208,205)
#E6DFDD
(230,223,221)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E584D color. Also use rgb(158,88,77) instead hex code.

Text Font Color

.myTextColor { color: #9E584D; }

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

This text font color is #9E584D.


Background Color

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

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

This div background color is #9E584D.


Border color

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

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

This div border color is #9E584D.


Opacity

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

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

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

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

This text has shadow with #9E584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E584D on black background.


Color preview on white background

This text has color #9E584D on white background.



Black color preview on #9E584D background

This text has black color on #9E584D background.


White color preview on #9E584D background

This text has white color on #9E584D background.