COLOR #8E6362

HEX: #8E6362
RGB: (142,99,98)

Color info

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

RGB color model

#8E6362 color RGB value is (142,99,98).

  • red value is 142;
  • green value is 99;
  • blue value is 98.
RGB:
(142,99,98)
(56%,39%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 99 of 255 = 39%
B 98 of 255 = 38%

142
99
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 99 + 98 = 339 (100%)
R 142 of 339 ~ 41.89%
G 99 of 339 ~ 29.2%
B 98 of 339 ~ 28.91%

%41.89
%29.2
%28.91

CMYK color model

#8E6362 color CMYK value is (0,30,31,44).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(0,30,31,44)
C0M30Y31K44 
(0%,30%,31%,44%)
(0.00/0.30/0.31/0.44)	

CMYK percentages

%0
%30.28
%30.99
%44.31

Codes

Color #8E6362 in popluar color models

8E6362
RGB1429998
HSL18.33%47.06%
HSB/HSV30.99%55.69%
CMYK0.00%30.28%30.99%
44.31%

Color #8E6362 in popluar number systems.

HEX8E6362
Decimal1429998
Binary1000111011000111100010
Octal216143142

Shades and tints

Shades of #8E6362

#8E6362
(142,99,98)
#825A5A
(130,90,90)
#765152
(118,81,82)
#6A484A
(106,72,74)
#5E3F42
(94,63,66)
#52363A
(82,54,58)
#462D32
(70,45,50)
#3A242A
(58,36,42)
#2E1B22
(46,27,34)
#22121A
(34,18,26)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #8E6362

#8E6362
(142,99,98)
#987170
(152,113,112)
#A27F7E
(162,127,126)
#AC8D8C
(172,141,140)
#B69B9A
(182,155,154)
#C0A9A8
(192,169,168)
#CAB7B6
(202,183,182)
#D4C5C4
(212,197,196)
#DED3D2
(222,211,210)
#E8E1E0
(232,225,224)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6362 color. Also use rgb(142,99,98) instead hex code.

Text Font Color

.myTextColor { color: #8E6362; }

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

This text font color is #8E6362.


Background Color

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

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

This div background color is #8E6362.


Border color

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

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

This div border color is #8E6362.


Opacity

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

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

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

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

This text has shadow with #8E6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6362 on black background.


Color preview on white background

This text has color #8E6362 on white background.



Black color preview on #8E6362 background

This text has black color on #8E6362 background.


White color preview on #8E6362 background

This text has white color on #8E6362 background.