COLOR #8E736B

HEX: #8E736B
RGB: (142,115,107)

Color info

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

RGB color model

#8E736B color RGB value is (142,115,107).

  • red value is 142;
  • green value is 115;
  • blue value is 107.
RGB:
(142,115,107)
(56%,45%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 115 of 255 = 45%
B 107 of 255 = 42%

142
115
107

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

Portions of RGB colors in percentages

R + G + B =
142 + 115 + 107 = 364 (100%)
R 142 of 364 ~ 39.01%
G 115 of 364 ~ 31.59%
B 107 of 364 ~ 29.4%

%39.01
%31.59
%29.4

CMYK color model

#8E736B color CMYK value is (0,19,25,44).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 24.65%
  • key color value is 44.31%
CMYK:
(0,19,25,44)
C0M19Y25K44 
(0%,19%,25%,44%)
(0.00/0.19/0.25/0.44)	

CMYK percentages

%0
%19.01
%24.65
%44.31

Codes

Color #8E736B in popluar color models

8E736B
RGB142115107
HSL14°14.06%48.82%
HSB/HSV14°24.65%55.69%
CMYK0.00%19.01%24.65%
44.31%

Color #8E736B in popluar number systems.

HEX8E736B
Decimal142115107
Binary1000111011100111101011
Octal216163153

Shades and tints

Shades of #8E736B

#8E736B
(142,115,107)
#826962
(130,105,98)
#765F59
(118,95,89)
#6A5550
(106,85,80)
#5E4B47
(94,75,71)
#52413E
(82,65,62)
#463735
(70,55,53)
#3A2D2C
(58,45,44)
#2E2323
(46,35,35)
#22191A
(34,25,26)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E736B

#8E736B
(142,115,107)
#987F78
(152,127,120)
#A28B85
(162,139,133)
#AC9792
(172,151,146)
#B6A39F
(182,163,159)
#C0AFAC
(192,175,172)
#CABBB9
(202,187,185)
#D4C7C6
(212,199,198)
#DED3D3
(222,211,211)
#E8DFE0
(232,223,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E736B color. Also use rgb(142,115,107) instead hex code.

Text Font Color

.myTextColor { color: #8E736B; }

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

This text font color is #8E736B.


Background Color

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

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

This div background color is #8E736B.


Border color

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

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

This div border color is #8E736B.


Opacity

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

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

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

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

This text has shadow with #8E736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E736B on black background.


Color preview on white background

This text has color #8E736B on white background.



Black color preview on #8E736B background

This text has black color on #8E736B background.


White color preview on #8E736B background

This text has white color on #8E736B background.