COLOR #8E5329

HEX: #8E5329
RGB: (142,83,41)

Color info

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

RGB color model

#8E5329 color RGB value is (142,83,41).

  • red value is 142;
  • green value is 83;
  • blue value is 41.
RGB:
(142,83,41)
(56%,33%,16%)

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 41 of 255 = 16%

142
83
41

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

Portions of RGB colors in percentages

R + G + B =
142 + 83 + 41 = 266 (100%)
R 142 of 266 ~ 53.38%
G 83 of 266 ~ 31.2%
B 41 of 266 ~ 15.41%

%53.38
%31.2
%15.41

CMYK color model

#8E5329 color CMYK value is (0,42,71,44).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 71.13%
  • key color value is 44.31%
CMYK:
(0,42,71,44)
C0M42Y71K44 
(0%,42%,71%,44%)
(0.00/0.42/0.71/0.44)	

CMYK percentages

%0
%41.55
%71.13
%44.31

Codes

Color #8E5329 in popluar color models

8E5329
RGB1428341
HSL25°55.19%35.88%
HSB/HSV25°71.13%55.69%
CMYK0.00%41.55%71.13%
44.31%

Color #8E5329 in popluar number systems.

HEX8E5329
Decimal1428341
Binary100011101010011101001
Octal21612351

Shades and tints

Shades of #8E5329

#8E5329
(142,83,41)
#824C26
(130,76,38)
#764523
(118,69,35)
#6A3E20
(106,62,32)
#5E371D
(94,55,29)
#52301A
(82,48,26)
#462917
(70,41,23)
#3A2214
(58,34,20)
#2E1B11
(46,27,17)
#22140E
(34,20,14)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #8E5329

#8E5329
(142,83,41)
#98623C
(152,98,60)
#A2714F
(162,113,79)
#AC8062
(172,128,98)
#B68F75
(182,143,117)
#C09E88
(192,158,136)
#CAAD9B
(202,173,155)
#D4BCAE
(212,188,174)
#DECBC1
(222,203,193)
#E8DAD4
(232,218,212)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5329 color. Also use rgb(142,83,41) instead hex code.

Text Font Color

.myTextColor { color: #8E5329; }

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

This text font color is #8E5329.


Background Color

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

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

This div background color is #8E5329.


Border color

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

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

This div border color is #8E5329.


Opacity

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

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

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

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

This text has shadow with #8E5329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5329 on black background.


Color preview on white background

This text has color #8E5329 on white background.



Black color preview on #8E5329 background

This text has black color on #8E5329 background.


White color preview on #8E5329 background

This text has white color on #8E5329 background.