COLOR #8E7262

HEX: #8E7262
RGB: (142,114,98)

Color info

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

RGB color model

#8E7262 color RGB value is (142,114,98).

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

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 98 of 255 = 38%

142
114
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 98 = 354 (100%)
R 142 of 354 ~ 40.11%
G 114 of 354 ~ 32.2%
B 98 of 354 ~ 27.68%

%40.11
%32.2
%27.68

CMYK color model

#8E7262 color CMYK value is (0,20,31,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(0,20,31,44)
C0M20Y31K44 
(0%,20%,31%,44%)
(0.00/0.20/0.31/0.44)	

CMYK percentages

%0
%19.72
%30.99
%44.31

Codes

Color #8E7262 in popluar color models

8E7262
RGB14211498
HSL22°18.33%47.06%
HSB/HSV22°30.99%55.69%
CMYK0.00%19.72%30.99%
44.31%

Color #8E7262 in popluar number systems.

HEX8E7262
Decimal14211498
Binary1000111011100101100010
Octal216162142

Shades and tints

Shades of #8E7262

#8E7262
(142,114,98)
#82685A
(130,104,90)
#765E52
(118,94,82)
#6A544A
(106,84,74)
#5E4A42
(94,74,66)
#52403A
(82,64,58)
#463632
(70,54,50)
#3A2C2A
(58,44,42)
#2E2222
(46,34,34)
#22181A
(34,24,26)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E7262

#8E7262
(142,114,98)
#987E70
(152,126,112)
#A28A7E
(162,138,126)
#AC968C
(172,150,140)
#B6A29A
(182,162,154)
#C0AEA8
(192,174,168)
#CABAB6
(202,186,182)
#D4C6C4
(212,198,196)
#DED2D2
(222,210,210)
#E8DEE0
(232,222,224)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7262; }

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

This text font color is #8E7262.


Background Color

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

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

This div background color is #8E7262.


Border color

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

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

This div border color is #8E7262.


Opacity

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

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

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

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

This text has shadow with #8E7262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7262 on black background.


Color preview on white background

This text has color #8E7262 on white background.



Black color preview on #8E7262 background

This text has black color on #8E7262 background.


White color preview on #8E7262 background

This text has white color on #8E7262 background.