COLOR #8E562F

HEX: #8E562F RGB: (142,86,47)

Color info

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

RGB color model

#8E562F color RGB value is (142,86,47).

RGB: (142,86,47) (56%, 34%, 18%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 47 of 255 = 18%

142
86
47

R + G + B ~ 36%. #8E562F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 86 + 47 = 275 (100%)
R 142 of 275 ~ 51.64%
G 86 of 275 ~ 31.27%
B 47 of 275 ~ 17.09'%

%51.64
%31.27
%17.09

CMYK color model

#8E562F color CMYK value is (0,39,67,44).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 66.90%
  • key color value is 44.31%

CMYK: (0,39,67,44)
C0M39Y67K44 (0%, 39%, 67%, 44%)
(0.00 / 0.39 / 0.67 / 0.44)

CMYK percentages

%0
%39.44
%66.9
%44.31

Codes

Color #8E562F in popluar color models

8E 56 2F
RGB 142 86 47
HSL 25° 50.26% 37.06%
HSB/HSV 25° 66.90% 55.69%
CMYK 0.00% 39.44% 66.90%
44.31%

Color #8E562F in popluar number systems.

HEX 8E 56 2F
Decimal 142 86 47
Binary 10001110 1010110 101111
Octal 216 126 57

Shades and tints

Shades of #8E562F

#8E562F
(142,86,47)
#824F2B
(130,79,43)
#764827
(118,72,39)
#6A4123
(106,65,35)
#5E3A1F
(94,58,31)
#52331B
(82,51,27)
#462C17
(70,44,23)
#3A2513
(58,37,19)
#2E1E0F
(46,30,15)
#22170B
(34,23,11)
#161007
(22,16,7)
#000000
(0,0,0)

Tints of #8E562F

#8E562F
(142,86,47)
#986541
(152,101,65)
#A27453
(162,116,83)
#AC8365
(172,131,101)
#B69277
(182,146,119)
#C0A189
(192,161,137)
#CAB09B
(202,176,155)
#D4BFAD
(212,191,173)
#DECEBF
(222,206,191)
#E8DDD1
(232,221,209)
#F2ECE3
(242,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E562F color. Also use rgb(142,86,47) instead hex code.

Text Font Color

.myTextColor { color: #8E562F; }

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

This text font color is #8E562F.

Background Color

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

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

This div background color is #8E562F.

Border color

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

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

This div border color is #8E562F.

Opacity

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

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

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

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

This text has shadow with #8E562F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E562F.

Preview

Color preview on black background

This text has color #8E562F on black background.


Color preview on white background

This text has color #8E562F on white background.


Black color preview on #8E562F background

This text has black color on #8E562F background.


White color preview on #8E562F background

This text has white color on #8E562F background.


Related colors

Complementary color

Complementary color for #hex is #71A9D0.


I love getcolorcode.com

Triadic colors

1 #2F8E56 and #562F8E with #8E562F are triadic colors.

2 #2F568E and #568E2F with #8E562F are triadic colors.