COLOR #8E5034

HEX: #8E5034
RGB: (142,80,52)

Color info

#8E5034 contains mainly red color. Web safe color of #8E5034 is #996633 (or #963).

RGB color model

#8E5034 color RGB value is (142,80,52).

  • red value is 142;
  • green value is 80;
  • blue value is 52.
RGB:
(142,80,52)
(56%,31%,20%)

RGB channels and saturation

R 142 of 255 = 56%
G 80 of 255 = 31%
B 52 of 255 = 20%

142
80
52

R + G + B ~ 36%. #8E5034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 80 + 52 = 274 (100%)
R 142 of 274 ~ 51.82%
G 80 of 274 ~ 29.2%
B 52 of 274 ~ 18.98%

%51.82
%29.2
%18.98

CMYK color model

#8E5034 color CMYK value is (0,44,63,44).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 63.38%
  • key color value is 44.31%
CMYK:
(0,44,63,44)
C0M44Y63K44 
(0%,44%,63%,44%)
(0.00/0.44/0.63/0.44)	

CMYK percentages

%0
%43.66
%63.38
%44.31

Codes

Color #8E5034 in popluar color models

8E5034
RGB1428052
HSL19°46.39%38.04%
HSB/HSV19°63.38%55.69%
CMYK0.00%43.66%63.38%
44.31%

Color #8E5034 in popluar number systems.

HEX8E5034
Decimal1428052
Binary100011101010000110100
Octal21612064

Shades and tints

Shades of #8E5034

#8E5034
(142,80,52)
#824930
(130,73,48)
#76422C
(118,66,44)
#6A3B28
(106,59,40)
#5E3424
(94,52,36)
#522D20
(82,45,32)
#46261C
(70,38,28)
#3A1F18
(58,31,24)
#2E1814
(46,24,20)
#221110
(34,17,16)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #8E5034

#8E5034
(142,80,52)
#985F46
(152,95,70)
#A26E58
(162,110,88)
#AC7D6A
(172,125,106)
#B68C7C
(182,140,124)
#C09B8E
(192,155,142)
#CAAAA0
(202,170,160)
#D4B9B2
(212,185,178)
#DEC8C4
(222,200,196)
#E8D7D6
(232,215,214)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5034 color. Also use rgb(142,80,52) instead hex code.

Text Font Color

.myTextColor { color: #8E5034; }

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

This text font color is #8E5034.


Background Color

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

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

This div background color is #8E5034.


Border color

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

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

This div border color is #8E5034.


Opacity

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

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

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

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

This text has shadow with #8E5034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5034 on black background.


Color preview on white background

This text has color #8E5034 on white background.



Black color preview on #8E5034 background

This text has black color on #8E5034 background.


White color preview on #8E5034 background

This text has white color on #8E5034 background.