COLOR #8E731F

HEX: #8E731F
RGB: (142,115,31)

Color info

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

RGB color model

#8E731F color RGB value is (142,115,31).

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

RGB channels and saturation

R 142 of 255 = 56%
G 115 of 255 = 45%
B 31 of 255 = 12%

142
115
31

R + G + B ~ 38%. #8E731F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 115 + 31 = 288 (100%)
R 142 of 288 ~ 49.31%
G 115 of 288 ~ 39.93%
B 31 of 288 ~ 10.76%

%49.31
%39.93
%10.76

CMYK color model

#8E731F color CMYK value is (0,19,78,44).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 78.17%
  • key color value is 44.31%
CMYK:
(0,19,78,44)
C0M19Y78K44 
(0%,19%,78%,44%)
(0.00/0.19/0.78/0.44)	

CMYK percentages

%0
%19.01
%78.17
%44.31

Codes

Color #8E731F in popluar color models

8E731F
RGB14211531
HSL45°64.16%33.92%
HSB/HSV45°78.17%55.69%
CMYK0.00%19.01%78.17%
44.31%

Color #8E731F in popluar number systems.

HEX8E731F
Decimal14211531
Binary10001110111001111111
Octal21616337

Shades and tints

Shades of #8E731F

#8E731F
(142,115,31)
#82691D
(130,105,29)
#765F1B
(118,95,27)
#6A5519
(106,85,25)
#5E4B17
(94,75,23)
#524115
(82,65,21)
#463713
(70,55,19)
#3A2D11
(58,45,17)
#2E230F
(46,35,15)
#22190D
(34,25,13)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #8E731F

#8E731F
(142,115,31)
#987F33
(152,127,51)
#A28B47
(162,139,71)
#AC975B
(172,151,91)
#B6A36F
(182,163,111)
#C0AF83
(192,175,131)
#CABB97
(202,187,151)
#D4C7AB
(212,199,171)
#DED3BF
(222,211,191)
#E8DFD3
(232,223,211)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E731F; }

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

This text font color is #8E731F.


Background Color

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

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

This div background color is #8E731F.


Border color

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

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

This div border color is #8E731F.


Opacity

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

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

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

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

This text has shadow with #8E731F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E731F on black background.


Color preview on white background

This text has color #8E731F on white background.



Black color preview on #8E731F background

This text has black color on #8E731F background.


White color preview on #8E731F background

This text has white color on #8E731F background.