COLOR #8E5F61

HEX: #8E5F61
RGB: (142,95,97)

Color info

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

RGB color model

#8E5F61 color RGB value is (142,95,97).

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

RGB channels and saturation

R 142 of 255 = 56%
G 95 of 255 = 37%
B 97 of 255 = 38%

142
95
97

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

Portions of RGB colors in percentages

R + G + B =
142 + 95 + 97 = 334 (100%)
R 142 of 334 ~ 42.51%
G 95 of 334 ~ 28.44%
B 97 of 334 ~ 29.04%

%42.51
%28.44
%29.04

CMYK color model

#8E5F61 color CMYK value is (0,33,32,44).

  • cyan value is 0.00%
  • magenta value is 33.10%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(0,33,32,44)
C0M33Y32K44 
(0%,33%,32%,44%)
(0.00/0.33/0.32/0.44)	

CMYK percentages

%0
%33.1
%31.69
%44.31

Codes

Color #8E5F61 in popluar color models

8E5F61
RGB1429597
HSL357°19.83%46.47%
HSB/HSV357°33.10%55.69%
CMYK0.00%33.10%31.69%
44.31%

Color #8E5F61 in popluar number systems.

HEX8E5F61
Decimal1429597
Binary1000111010111111100001
Octal216137141

Shades and tints

Shades of #8E5F61

#8E5F61
(142,95,97)
#825759
(130,87,89)
#764F51
(118,79,81)
#6A4749
(106,71,73)
#5E3F41
(94,63,65)
#523739
(82,55,57)
#462F31
(70,47,49)
#3A2729
(58,39,41)
#2E1F21
(46,31,33)
#221719
(34,23,25)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E5F61

#8E5F61
(142,95,97)
#986D6F
(152,109,111)
#A27B7D
(162,123,125)
#AC898B
(172,137,139)
#B69799
(182,151,153)
#C0A5A7
(192,165,167)
#CAB3B5
(202,179,181)
#D4C1C3
(212,193,195)
#DECFD1
(222,207,209)
#E8DDDF
(232,221,223)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5F61; }

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

This text font color is #8E5F61.


Background Color

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

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

This div background color is #8E5F61.


Border color

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

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

This div border color is #8E5F61.


Opacity

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

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

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

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

This text has shadow with #8E5F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5F61 on black background.


Color preview on white background

This text has color #8E5F61 on white background.



Black color preview on #8E5F61 background

This text has black color on #8E5F61 background.


White color preview on #8E5F61 background

This text has white color on #8E5F61 background.