COLOR #8E4923

HEX: #8E4923
RGB: (142,73,35)

Color info

#8E4923 contains mainly red color. Web safe color of #8E4923 is #993333 (or #933).

RGB color model

#8E4923 color RGB value is (142,73,35).

  • red value is 142;
  • green value is 73;
  • blue value is 35.
RGB:
(142,73,35)
(56%,29%,14%)

RGB channels and saturation

R 142 of 255 = 56%
G 73 of 255 = 29%
B 35 of 255 = 14%

142
73
35

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

Portions of RGB colors in percentages

R + G + B =
142 + 73 + 35 = 250 (100%)
R 142 of 250 ~ 56.8%
G 73 of 250 ~ 29.2%
B 35 of 250 ~ 14%

%56.8
%29.2
%14

CMYK color model

#8E4923 color CMYK value is (0,49,75,44).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 75.35%
  • key color value is 44.31%
CMYK:
(0,49,75,44)
C0M49Y75K44 
(0%,49%,75%,44%)
(0.00/0.49/0.75/0.44)	

CMYK percentages

%0
%48.59
%75.35
%44.31

Codes

Color #8E4923 in popluar color models

8E4923
RGB1427335
HSL21°60.45%34.71%
HSB/HSV21°75.35%55.69%
CMYK0.00%48.59%75.35%
44.31%

Color #8E4923 in popluar number systems.

HEX8E4923
Decimal1427335
Binary100011101001001100011
Octal21611143

Shades and tints

Shades of #8E4923

#8E4923
(142,73,35)
#824320
(130,67,32)
#763D1D
(118,61,29)
#6A371A
(106,55,26)
#5E3117
(94,49,23)
#522B14
(82,43,20)
#462511
(70,37,17)
#3A1F0E
(58,31,14)
#2E190B
(46,25,11)
#221308
(34,19,8)
#160D05
(22,13,5)
#000000
(0,0,0)

Tints of #8E4923

#8E4923
(142,73,35)
#985937
(152,89,55)
#A2694B
(162,105,75)
#AC795F
(172,121,95)
#B68973
(182,137,115)
#C09987
(192,153,135)
#CAA99B
(202,169,155)
#D4B9AF
(212,185,175)
#DEC9C3
(222,201,195)
#E8D9D7
(232,217,215)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4923 color. Also use rgb(142,73,35) instead hex code.

Text Font Color

.myTextColor { color: #8E4923; }

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

This text font color is #8E4923.


Background Color

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

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

This div background color is #8E4923.


Border color

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

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

This div border color is #8E4923.


Opacity

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

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

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

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

This text has shadow with #8E4923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4923 on black background.


Color preview on white background

This text has color #8E4923 on white background.



Black color preview on #8E4923 background

This text has black color on #8E4923 background.


White color preview on #8E4923 background

This text has white color on #8E4923 background.