COLOR #8E702D

HEX: #8E702D RGB: (142,112,45)

Color info

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

RGB color model

#8E702D color RGB value is (142,112,45).

RGB: (142,112,45) (56%, 44%, 18%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 45 of 255 = 18%

142
112
45

R + G + B ~ 39%. #8E702D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 112 + 45 = 299 (100%)
R 142 of 299 ~ 47.49%
G 112 of 299 ~ 37.46%
B 45 of 299 ~ 15.05'%

%47.49
%37.46
%15.05

CMYK color model

#8E702D color CMYK value is (0,21,68,44).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 68.31%
  • key color value is 44.31%

CMYK: (0,21,68,44)
C0M21Y68K44 (0%, 21%, 68%, 44%)
(0.00 / 0.21 / 0.68 / 0.44)

CMYK percentages

%0
%21.13
%68.31
%44.31

Codes

Color #8E702D in popluar color models

8E 70 2D
RGB 142 112 45
HSL 41° 51.87% 36.67%
HSB/HSV 41° 68.31% 55.69%
CMYK 0.00% 21.13% 68.31%
44.31%

Color #8E702D in popluar number systems.

HEX 8E 70 2D
Decimal 142 112 45
Binary 10001110 1110000 101101
Octal 216 160 55

Shades and tints

Shades of #8E702D

#8E702D
(142,112,45)
#826629
(130,102,41)
#765C25
(118,92,37)
#6A5221
(106,82,33)
#5E481D
(94,72,29)
#523E19
(82,62,25)
#463415
(70,52,21)
#3A2A11
(58,42,17)
#2E200D
(46,32,13)
#221609
(34,22,9)
#160C05
(22,12,5)
#000000
(0,0,0)

Tints of #8E702D

#8E702D
(142,112,45)
#987D40
(152,125,64)
#A28A53
(162,138,83)
#AC9766
(172,151,102)
#B6A479
(182,164,121)
#C0B18C
(192,177,140)
#CABE9F
(202,190,159)
#D4CBB2
(212,203,178)
#DED8C5
(222,216,197)
#E8E5D8
(232,229,216)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E702D color. Also use rgb(142,112,45) instead hex code.

Text Font Color

.myTextColor { color: #8E702D; }

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

This text font color is #8E702D.

Background Color

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

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

This div background color is #8E702D.

Border color

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

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

This div border color is #8E702D.

Opacity

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

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

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

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

This text has shadow with #8E702D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E702D.

Preview

Color preview on black background

This text has color #8E702D on black background.


Color preview on white background

This text has color #8E702D on white background.


Black color preview on #8E702D background

This text has black color on #8E702D background.


White color preview on #8E702D background

This text has white color on #8E702D background.


Related colors

Complementary color

Complementary color for #hex is #718FD2.


I love getcolorcode.com

Triadic colors

1 #2D8E70 and #702D8E with #8E702D are triadic colors.

2 #2D708E and #708E2D with #8E702D are triadic colors.