COLOR #8E4710

HEX: #8E4710 RGB: (142,71,16)

Color info

#8E4710 contains mainly red color. Web safe color of #8E4710 is #993300 (or #930).

RGB color model

#8E4710 color RGB value is (142,71,16).

RGB: (142,71,16) (56%, 28%, 6%)

RGB channels and saturation

R 142 of 255 = 56%
G 71 of 255 = 28%
B 16 of 255 = 6%

142
71
16

R + G + B ~ 30%. #8E4710 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 71 + 16 = 229 (100%)
R 142 of 229 ~ 62.01%
G 71 of 229 ~ 31%
B 16 of 229 ~ 6.99'%

%62.01
%31

CMYK color model

#8E4710 color CMYK value is (0,50,89,44).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 88.73%
  • key color value is 44.31%

CMYK: (0,50,89,44)
C0M50Y89K44 (0%, 50%, 89%, 44%)
(0.00 / 0.50 / 0.89 / 0.44)

CMYK percentages

%0
%50
%88.73
%44.31

Codes

Color #8E4710 in popluar color models

8E 47 10
RGB 142 71 16
HSL 26° 79.75% 30.98%
HSB/HSV 26° 88.73% 55.69%
CMYK 0.00% 50.00% 88.73%
44.31%

Color #8E4710 in popluar number systems.

HEX 8E 47 10
Decimal 142 71 16
Binary 10001110 1000111 10000
Octal 216 107 20

Shades and tints

Shades of #8E4710

#8E4710
(142,71,16)
#82410F
(130,65,15)
#763B0E
(118,59,14)
#6A350D
(106,53,13)
#5E2F0C
(94,47,12)
#52290B
(82,41,11)
#46230A
(70,35,10)
#3A1D09
(58,29,9)
#2E1708
(46,23,8)
#221107
(34,17,7)
#160B06
(22,11,6)
#000000
(0,0,0)

Tints of #8E4710

#8E4710
(142,71,16)
#985725
(152,87,37)
#A2673A
(162,103,58)
#AC774F
(172,119,79)
#B68764
(182,135,100)
#C09779
(192,151,121)
#CAA78E
(202,167,142)
#D4B7A3
(212,183,163)
#DEC7B8
(222,199,184)
#E8D7CD
(232,215,205)
#F2E7E2
(242,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4710 color. Also use rgb(142,71,16) instead hex code.

Text Font Color

.myTextColor { color: #8E4710; }

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

This text font color is #8E4710.

Background Color

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

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

This div background color is #8E4710.

Border color

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

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

This div border color is #8E4710.

Opacity

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

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

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

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

This text has shadow with #8E4710 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4710.

Preview

Color preview on black background

This text has color #8E4710 on black background.


Color preview on white background

This text has color #8E4710 on white background.


Black color preview on #8E4710 background

This text has black color on #8E4710 background.


White color preview on #8E4710 background

This text has white color on #8E4710 background.


Related colors

Complementary color

Complementary color for #hex is #71B8EF.


I love getcolorcode.com

Triadic colors

1 #108E47 and #47108E with #8E4710 are triadic colors.

2 #10478E and #478E10 with #8E4710 are triadic colors.