COLOR #8E670F

HEX: #8E670F
RGB: (142,103,15)

Color info

#8E670F contains mainly red and green colors. Web safe color of #8E670F is #996600 (or #960).

RGB color model

#8E670F color RGB value is (142,103,15).

  • red value is 142;
  • green value is 103;
  • blue value is 15.
RGB:
(142,103,15)
(56%,40%,6%)

RGB channels and saturation

R 142 of 255 = 56%
G 103 of 255 = 40%
B 15 of 255 = 6%

142
103
15

R + G + B ~ 34%. #8E670F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 103 + 15 = 260 (100%)
R 142 of 260 ~ 54.62%
G 103 of 260 ~ 39.62%
B 15 of 260 ~ 5.77%

%54.62
%39.62

CMYK color model

#8E670F color CMYK value is (0,27,89,44).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 89.44%
  • key color value is 44.31%
CMYK:
(0,27,89,44)
C0M27Y89K44 
(0%,27%,89%,44%)
(0.00/0.27/0.89/0.44)	

CMYK percentages

%0
%27.46
%89.44
%44.31

Codes

Color #8E670F in popluar color models

8E670F
RGB14210315
HSL42°80.89%30.78%
HSB/HSV42°89.44%55.69%
CMYK0.00%27.46%89.44%
44.31%

Color #8E670F in popluar number systems.

HEX8E670F
Decimal14210315
Binary1000111011001111111
Octal21614717

Shades and tints

Shades of #8E670F

#8E670F
(142,103,15)
#825E0E
(130,94,14)
#76550D
(118,85,13)
#6A4C0C
(106,76,12)
#5E430B
(94,67,11)
#523A0A
(82,58,10)
#463109
(70,49,9)
#3A2808
(58,40,8)
#2E1F07
(46,31,7)
#221606
(34,22,6)
#160D05
(22,13,5)
#000000
(0,0,0)

Tints of #8E670F

#8E670F
(142,103,15)
#987424
(152,116,36)
#A28139
(162,129,57)
#AC8E4E
(172,142,78)
#B69B63
(182,155,99)
#C0A878
(192,168,120)
#CAB58D
(202,181,141)
#D4C2A2
(212,194,162)
#DECFB7
(222,207,183)
#E8DCCC
(232,220,204)
#F2E9E1
(242,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E670F color. Also use rgb(142,103,15) instead hex code.

Text Font Color

.myTextColor { color: #8E670F; }

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

This text font color is #8E670F.


Background Color

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

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

This div background color is #8E670F.


Border color

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

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

This div border color is #8E670F.


Opacity

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

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

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

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

This text has shadow with #8E670F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E670F on black background.


Color preview on white background

This text has color #8E670F on white background.



Black color preview on #8E670F background

This text has black color on #8E670F background.


White color preview on #8E670F background

This text has white color on #8E670F background.