COLOR #8E615F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
97
95

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

Portions of RGB colors in percentages

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

%42.51
%29.04
%28.44

CMYK color model

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

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

CMYK percentages

%0
%31.69
%33.1
%44.31

Codes

Color #8E615F in popluar color models

8E615F
RGB1429795
HSL19.83%46.47%
HSB/HSV33.10%55.69%
CMYK0.00%31.69%33.10%
44.31%

Color #8E615F in popluar number systems.

HEX8E615F
Decimal1429795
Binary1000111011000011011111
Octal216141137

Shades and tints

Shades of #8E615F

#8E615F
(142,97,95)
#825957
(130,89,87)
#76514F
(118,81,79)
#6A4947
(106,73,71)
#5E413F
(94,65,63)
#523937
(82,57,55)
#46312F
(70,49,47)
#3A2927
(58,41,39)
#2E211F
(46,33,31)
#221917
(34,25,23)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E615F

#8E615F
(142,97,95)
#986F6D
(152,111,109)
#A27D7B
(162,125,123)
#AC8B89
(172,139,137)
#B69997
(182,153,151)
#C0A7A5
(192,167,165)
#CAB5B3
(202,181,179)
#D4C3C1
(212,195,193)
#DED1CF
(222,209,207)
#E8DFDD
(232,223,221)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E615F; }

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

This text font color is #8E615F.


Background Color

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

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

This div background color is #8E615F.


Border color

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

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

This div border color is #8E615F.


Opacity

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

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

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

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

This text has shadow with #8E615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E615F on black background.


Color preview on white background

This text has color #8E615F on white background.



Black color preview on #8E615F background

This text has black color on #8E615F background.


White color preview on #8E615F background

This text has white color on #8E615F background.