COLOR #8E5A61

HEX: #8E5A61
RGB: (142,90,97)

Color info

#8E5A61 contains red, green and blue colors in about the same proportion. Web safe color of #8E5A61 is #996666 (or #966).

RGB color model

#8E5A61 color RGB value is (142,90,97).

  • red value is 142;
  • green value is 90;
  • blue value is 97.
RGB:
(142,90,97)
(56%,35%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 90 of 255 = 35%
B 97 of 255 = 38%

142
90
97

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

Portions of RGB colors in percentages

R + G + B =
142 + 90 + 97 = 329 (100%)
R 142 of 329 ~ 43.16%
G 90 of 329 ~ 27.36%
B 97 of 329 ~ 29.48%

%43.16
%27.36
%29.48

CMYK color model

#8E5A61 color CMYK value is (0,37,32,44).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(0,37,32,44)
C0M37Y32K44 
(0%,37%,32%,44%)
(0.00/0.37/0.32/0.44)	

CMYK percentages

%0
%36.62
%31.69
%44.31

Codes

Color #8E5A61 in popluar color models

8E5A61
RGB1429097
HSL352°22.41%45.49%
HSB/HSV352°36.62%55.69%
CMYK0.00%36.62%31.69%
44.31%

Color #8E5A61 in popluar number systems.

HEX8E5A61
Decimal1429097
Binary1000111010110101100001
Octal216132141

Shades and tints

Shades of #8E5A61

#8E5A61
(142,90,97)
#825259
(130,82,89)
#764A51
(118,74,81)
#6A4249
(106,66,73)
#5E3A41
(94,58,65)
#523239
(82,50,57)
#462A31
(70,42,49)
#3A2229
(58,34,41)
#2E1A21
(46,26,33)
#221219
(34,18,25)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #8E5A61

#8E5A61
(142,90,97)
#98696F
(152,105,111)
#A2787D
(162,120,125)
#AC878B
(172,135,139)
#B69699
(182,150,153)
#C0A5A7
(192,165,167)
#CAB4B5
(202,180,181)
#D4C3C3
(212,195,195)
#DED2D1
(222,210,209)
#E8E1DF
(232,225,223)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5A61 color. Also use rgb(142,90,97) instead hex code.

Text Font Color

.myTextColor { color: #8E5A61; }

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

This text font color is #8E5A61.


Background Color

.myBgColor { background-color: #8E5A61; }

<div style="background-color:#8E5A61">Inner text</div>

This div background color is #8E5A61.


Border color

.myBorderColor { border: 1px solid #8E5A61; }

<div style="border:3px solid #8E5A61">Div</div>

This div border color is #8E5A61.


Opacity

.myOpacity80 { color: #8E5A61; opacity: 0.8; }

<p style="color:#8E5A61;opacity:0.8;">80%</p>

Text with #8E5A61 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 #8E5A61;}

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

This text has shadow with #8E5A61 color.

.textShadow {text-shadow: 3px 3px 1px #8E5A61, 3px 3px 1px red;}

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

This text has shadow with #8E5A61 primary color and red secondary color.


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

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

This text has shadow with #8E5A61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5A61 on black background.


Color preview on white background

This text has color #8E5A61 on white background.



Black color preview on #8E5A61 background

This text has black color on #8E5A61 background.


White color preview on #8E5A61 background

This text has white color on #8E5A61 background.