COLOR #8E6918

HEX: #8E6918
RGB: (142,105,24)

Color info

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

RGB color model

#8E6918 color RGB value is (142,105,24).

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

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 24 of 255 = 9%

142
105
24

R + G + B ~ 35%. #8E6918 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 24 = 271 (100%)
R 142 of 271 ~ 52.4%
G 105 of 271 ~ 38.75%
B 24 of 271 ~ 8.86%

%52.4
%38.75

CMYK color model

#8E6918 color CMYK value is (0,26,83,44).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 83.10%
  • key color value is 44.31%
CMYK:
(0,26,83,44)
C0M26Y83K44 
(0%,26%,83%,44%)
(0.00/0.26/0.83/0.44)	

CMYK percentages

%0
%26.06
%83.1
%44.31

Codes

Color #8E6918 in popluar color models

8E6918
RGB14210524
HSL41°71.08%32.55%
HSB/HSV41°83.10%55.69%
CMYK0.00%26.06%83.10%
44.31%

Color #8E6918 in popluar number systems.

HEX8E6918
Decimal14210524
Binary10001110110100111000
Octal21615130

Shades and tints

Shades of #8E6918

#8E6918
(142,105,24)
#826016
(130,96,22)
#765714
(118,87,20)
#6A4E12
(106,78,18)
#5E4510
(94,69,16)
#523C0E
(82,60,14)
#46330C
(70,51,12)
#3A2A0A
(58,42,10)
#2E2108
(46,33,8)
#221806
(34,24,6)
#160F04
(22,15,4)
#000000
(0,0,0)

Tints of #8E6918

#8E6918
(142,105,24)
#98762D
(152,118,45)
#A28342
(162,131,66)
#AC9057
(172,144,87)
#B69D6C
(182,157,108)
#C0AA81
(192,170,129)
#CAB796
(202,183,150)
#D4C4AB
(212,196,171)
#DED1C0
(222,209,192)
#E8DED5
(232,222,213)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6918; }

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

This text font color is #8E6918.


Background Color

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

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

This div background color is #8E6918.


Border color

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

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

This div border color is #8E6918.


Opacity

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

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

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

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

This text has shadow with #8E6918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6918 on black background.


Color preview on white background

This text has color #8E6918 on white background.



Black color preview on #8E6918 background

This text has black color on #8E6918 background.


White color preview on #8E6918 background

This text has white color on #8E6918 background.