COLOR #8E5518

HEX: #8E5518
RGB: (142,85,24)

Color info

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

RGB color model

#8E5518 color RGB value is (142,85,24).

  • red value is 142;
  • green value is 85;
  • blue value is 24.
RGB:
(142,85,24)
(56%,33%,9%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 24 of 255 = 9%

142
85
24

R + G + B ~ 33%. #8E5518 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 24 = 251 (100%)
R 142 of 251 ~ 56.57%
G 85 of 251 ~ 33.86%
B 24 of 251 ~ 9.56%

%56.57
%33.86
%9.56

CMYK color model

#8E5518 color CMYK value is (0,40,83,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 83.10%
  • key color value is 44.31%
CMYK:
(0,40,83,44)
C0M40Y83K44 
(0%,40%,83%,44%)
(0.00/0.40/0.83/0.44)	

CMYK percentages

%0
%40.14
%83.1
%44.31

Codes

Color #8E5518 in popluar color models

8E5518
RGB1428524
HSL31°71.08%32.55%
HSB/HSV31°83.10%55.69%
CMYK0.00%40.14%83.10%
44.31%

Color #8E5518 in popluar number systems.

HEX8E5518
Decimal1428524
Binary10001110101010111000
Octal21612530

Shades and tints

Shades of #8E5518

#8E5518
(142,85,24)
#824E16
(130,78,22)
#764714
(118,71,20)
#6A4012
(106,64,18)
#5E3910
(94,57,16)
#52320E
(82,50,14)
#462B0C
(70,43,12)
#3A240A
(58,36,10)
#2E1D08
(46,29,8)
#221606
(34,22,6)
#160F04
(22,15,4)
#000000
(0,0,0)

Tints of #8E5518

#8E5518
(142,85,24)
#98642D
(152,100,45)
#A27342
(162,115,66)
#AC8257
(172,130,87)
#B6916C
(182,145,108)
#C0A081
(192,160,129)
#CAAF96
(202,175,150)
#D4BEAB
(212,190,171)
#DECDC0
(222,205,192)
#E8DCD5
(232,220,213)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5518 color. Also use rgb(142,85,24) instead hex code.

Text Font Color

.myTextColor { color: #8E5518; }

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

This text font color is #8E5518.


Background Color

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

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

This div background color is #8E5518.


Border color

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

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

This div border color is #8E5518.


Opacity

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

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

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

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

This text has shadow with #8E5518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5518 on black background.


Color preview on white background

This text has color #8E5518 on white background.



Black color preview on #8E5518 background

This text has black color on #8E5518 background.


White color preview on #8E5518 background

This text has white color on #8E5518 background.