COLOR #8E714B

HEX: #8E714B
RGB: (142,113,75)

Color info

#8E714B contains mainly red and green colors. Web safe color of #8E714B is #996633 (or #963).

RGB color model

#8E714B color RGB value is (142,113,75).

  • red value is 142;
  • green value is 113;
  • blue value is 75.
RGB:
(142,113,75)
(56%,44%,29%)

RGB channels and saturation

R 142 of 255 = 56%
G 113 of 255 = 44%
B 75 of 255 = 29%

142
113
75

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

Portions of RGB colors in percentages

R + G + B =
142 + 113 + 75 = 330 (100%)
R 142 of 330 ~ 43.03%
G 113 of 330 ~ 34.24%
B 75 of 330 ~ 22.73%

%43.03
%34.24
%22.73

CMYK color model

#8E714B color CMYK value is (0,20,47,44).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(0,20,47,44)
C0M20Y47K44 
(0%,20%,47%,44%)
(0.00/0.20/0.47/0.44)	

CMYK percentages

%0
%20.42
%47.18
%44.31

Codes

Color #8E714B in popluar color models

8E714B
RGB14211375
HSL34°30.88%42.55%
HSB/HSV34°47.18%55.69%
CMYK0.00%20.42%47.18%
44.31%

Color #8E714B in popluar number systems.

HEX8E714B
Decimal14211375
Binary1000111011100011001011
Octal216161113

Shades and tints

Shades of #8E714B

#8E714B
(142,113,75)
#826745
(130,103,69)
#765D3F
(118,93,63)
#6A5339
(106,83,57)
#5E4933
(94,73,51)
#523F2D
(82,63,45)
#463527
(70,53,39)
#3A2B21
(58,43,33)
#2E211B
(46,33,27)
#221715
(34,23,21)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #8E714B

#8E714B
(142,113,75)
#987D5B
(152,125,91)
#A2896B
(162,137,107)
#AC957B
(172,149,123)
#B6A18B
(182,161,139)
#C0AD9B
(192,173,155)
#CAB9AB
(202,185,171)
#D4C5BB
(212,197,187)
#DED1CB
(222,209,203)
#E8DDDB
(232,221,219)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E714B color. Also use rgb(142,113,75) instead hex code.

Text Font Color

.myTextColor { color: #8E714B; }

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

This text font color is #8E714B.


Background Color

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

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

This div background color is #8E714B.


Border color

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

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

This div border color is #8E714B.


Opacity

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

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

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

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

This text has shadow with #8E714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E714B on black background.


Color preview on white background

This text has color #8E714B on white background.



Black color preview on #8E714B background

This text has black color on #8E714B background.


White color preview on #8E714B background

This text has white color on #8E714B background.