COLOR #8E626F

HEX: #8E626F
RGB: (142,98,111)

Color info

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

RGB color model

#8E626F color RGB value is (142,98,111).

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

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 111 of 255 = 44%

142
98
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 98 + 111 = 351 (100%)
R 142 of 351 ~ 40.46%
G 98 of 351 ~ 27.92%
B 111 of 351 ~ 31.62%

%40.46
%27.92
%31.62

CMYK color model

#8E626F color CMYK value is (0,31,22,44).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(0,31,22,44)
C0M31Y22K44 
(0%,31%,22%,44%)
(0.00/0.31/0.22/0.44)	

CMYK percentages

%0
%30.99
%21.83
%44.31

Codes

Color #8E626F in popluar color models

8E626F
RGB14298111
HSL342°18.33%47.06%
HSB/HSV342°30.99%55.69%
CMYK0.00%30.99%21.83%
44.31%

Color #8E626F in popluar number systems.

HEX8E626F
Decimal14298111
Binary1000111011000101101111
Octal216142157

Shades and tints

Shades of #8E626F

#8E626F
(142,98,111)
#825A65
(130,90,101)
#76525B
(118,82,91)
#6A4A51
(106,74,81)
#5E4247
(94,66,71)
#523A3D
(82,58,61)
#463233
(70,50,51)
#3A2A29
(58,42,41)
#2E221F
(46,34,31)
#221A15
(34,26,21)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #8E626F

#8E626F
(142,98,111)
#98707C
(152,112,124)
#A27E89
(162,126,137)
#AC8C96
(172,140,150)
#B69AA3
(182,154,163)
#C0A8B0
(192,168,176)
#CAB6BD
(202,182,189)
#D4C4CA
(212,196,202)
#DED2D7
(222,210,215)
#E8E0E4
(232,224,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E626F; }

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

This text font color is #8E626F.


Background Color

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

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

This div background color is #8E626F.


Border color

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

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

This div border color is #8E626F.


Opacity

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

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

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

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

This text has shadow with #8E626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E626F on black background.


Color preview on white background

This text has color #8E626F on white background.



Black color preview on #8E626F background

This text has black color on #8E626F background.


White color preview on #8E626F background

This text has white color on #8E626F background.