COLOR #8E4922

HEX: #8E4922 RGB: (142,73,34)

Color info

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

RGB color model

#8E4922 color RGB value is (142,73,34).

RGB: (142,73,34) (56%, 29%, 13%)

RGB channels and saturation

R 142 of 255 = 56%
G 73 of 255 = 29%
B 34 of 255 = 13%

142
73
34

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

Portions of RGB colors in percentages

R + G + B = 142 + 73 + 34 = 249 (100%)
R 142 of 249 ~ 57.03%
G 73 of 249 ~ 29.32%
B 34 of 249 ~ 13.65'%

%57.03
%29.32
%13.65

CMYK color model

#8E4922 color CMYK value is (0,49,76,44).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 76.06%
  • key color value is 44.31%

CMYK: (0,49,76,44)
C0M49Y76K44 (0%, 49%, 76%, 44%)
(0.00 / 0.49 / 0.76 / 0.44)

CMYK percentages

%0
%48.59
%76.06
%44.31

Codes

Color #8E4922 in popluar color models

8E 49 22
RGB 142 73 34
HSL 22° 61.36% 34.51%
HSB/HSV 22° 76.06% 55.69%
CMYK 0.00% 48.59% 76.06%
44.31%

Color #8E4922 in popluar number systems.

HEX 8E 49 22
Decimal 142 73 34
Binary 10001110 1001001 100010
Octal 216 111 42

Shades and tints

Shades of #8E4922

#8E4922
(142,73,34)
#82431F
(130,67,31)
#763D1C
(118,61,28)
#6A3719
(106,55,25)
#5E3116
(94,49,22)
#522B13
(82,43,19)
#462510
(70,37,16)
#3A1F0D
(58,31,13)
#2E190A
(46,25,10)
#221307
(34,19,7)
#160D04
(22,13,4)
#000000
(0,0,0)

Tints of #8E4922

#8E4922
(142,73,34)
#985936
(152,89,54)
#A2694A
(162,105,74)
#AC795E
(172,121,94)
#B68972
(182,137,114)
#C09986
(192,153,134)
#CAA99A
(202,169,154)
#D4B9AE
(212,185,174)
#DEC9C2
(222,201,194)
#E8D9D6
(232,217,214)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4922; }

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

This text font color is #8E4922.

Background Color

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

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

This div background color is #8E4922.

Border color

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

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

This div border color is #8E4922.

Opacity

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

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

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

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

This text has shadow with #8E4922 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4922.

Preview

Color preview on black background

This text has color #8E4922 on black background.


Color preview on white background

This text has color #8E4922 on white background.


Black color preview on #8E4922 background

This text has black color on #8E4922 background.


White color preview on #8E4922 background

This text has white color on #8E4922 background.


Related colors

Complementary color

Complementary color for #hex is #71B6DD.


I love getcolorcode.com

Triadic colors

1 #228E49 and #49228E with #8E4922 are triadic colors.

2 #22498E and #498E22 with #8E4922 are triadic colors.