COLOR #8E6263

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
98
99

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

Portions of RGB colors in percentages

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

%41.89
%28.91
%29.2

CMYK color model

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

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

CMYK percentages

%0
%30.99
%30.28
%44.31

Codes

Color #8E6263 in popluar color models

8E6263
RGB1429899
HSL359°18.33%47.06%
HSB/HSV359°30.99%55.69%
CMYK0.00%30.99%30.28%
44.31%

Color #8E6263 in popluar number systems.

HEX8E6263
Decimal1429899
Binary1000111011000101100011
Octal216142143

Shades and tints

Shades of #8E6263

#8E6263
(142,98,99)
#825A5A
(130,90,90)
#765251
(118,82,81)
#6A4A48
(106,74,72)
#5E423F
(94,66,63)
#523A36
(82,58,54)
#46322D
(70,50,45)
#3A2A24
(58,42,36)
#2E221B
(46,34,27)
#221A12
(34,26,18)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #8E6263

#8E6263
(142,98,99)
#987071
(152,112,113)
#A27E7F
(162,126,127)
#AC8C8D
(172,140,141)
#B69A9B
(182,154,155)
#C0A8A9
(192,168,169)
#CAB6B7
(202,182,183)
#D4C4C5
(212,196,197)
#DED2D3
(222,210,211)
#E8E0E1
(232,224,225)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6263; }

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

This text font color is #8E6263.


Background Color

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

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

This div background color is #8E6263.


Border color

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

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

This div border color is #8E6263.


Opacity

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

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

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

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

This text has shadow with #8E6263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6263 on black background.


Color preview on white background

This text has color #8E6263 on white background.



Black color preview on #8E6263 background

This text has black color on #8E6263 background.


White color preview on #8E6263 background

This text has white color on #8E6263 background.