COLOR #8E4F00

HEX: #8E4F00
RGB: (142,79,0)

Color info

#8E4F00 contains mainly red color. Web safe color of #8E4F00 is #996600 (or #960).

RGB color model

#8E4F00 color RGB value is (142,79,0).

  • red value is 142;
  • green value is 79;
  • blue value is 0.
RGB:
(142,79,0)
(56%,31%,0%)

RGB channels and saturation

R 142 of 255 = 56%
G 79 of 255 = 31%
B 0 of 255 = 0%

142
79
0

R + G + B ~ 29%. #8E4F00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 79 + 0 = 221 (100%)
R 142 of 221 ~ 64.25%
G 79 of 221 ~ 35.75%
B 0 of 221 ~ 0%

%64.25
%35.75

CMYK color model

#8E4F00 color CMYK value is (0,44,100,44).

  • cyan value is 0.00%
  • magenta value is 44.37%
  • yellow value is 100.00%
  • key color value is 44.31%
CMYK:
(0,44,100,44)
C0M44Y100K44 
(0%,44%,100%,44%)
(0.00/0.44/1.00/0.44)	

CMYK percentages

%0
%44.37
%100
%44.31

Codes

Color #8E4F00 in popluar color models

8E4F00
RGB142790
HSL33°100.00%27.84%
HSB/HSV33°100.00%55.69%
CMYK0.00%44.37%100.00%
44.31%

Color #8E4F00 in popluar number systems.

HEX8E4F00
Decimal142790
Binary1000111010011110
Octal2161170

Shades and tints

Shades of #8E4F00

#8E4F00
(142,79,0)
#824800
(130,72,0)
#764100
(118,65,0)
#6A3A00
(106,58,0)
#5E3300
(94,51,0)
#522C00
(82,44,0)
#462500
(70,37,0)
#3A1E00
(58,30,0)
#2E1700
(46,23,0)
#221000
(34,16,0)
#160900
(22,9,0)
#000000
(0,0,0)

Tints of #8E4F00

#8E4F00
(142,79,0)
#985F17
(152,95,23)
#A26F2E
(162,111,46)
#AC7F45
(172,127,69)
#B68F5C
(182,143,92)
#C09F73
(192,159,115)
#CAAF8A
(202,175,138)
#D4BFA1
(212,191,161)
#DECFB8
(222,207,184)
#E8DFCF
(232,223,207)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4F00 color. Also use rgb(142,79,0) instead hex code.

Text Font Color

.myTextColor { color: #8E4F00; }

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

This text font color is #8E4F00.


Background Color

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

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

This div background color is #8E4F00.


Border color

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

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

This div border color is #8E4F00.


Opacity

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

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

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

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

This text has shadow with #8E4F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4F00 on black background.


Color preview on white background

This text has color #8E4F00 on white background.



Black color preview on #8E4F00 background

This text has black color on #8E4F00 background.


White color preview on #8E4F00 background

This text has white color on #8E4F00 background.