COLOR #8E673A

HEX: #8E673A
RGB: (142,103,58)

Color info

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

RGB color model

#8E673A color RGB value is (142,103,58).

  • red value is 142;
  • green value is 103;
  • blue value is 58.
RGB:
(142,103,58)
(56%,40%,23%)

RGB channels and saturation

R 142 of 255 = 56%
G 103 of 255 = 40%
B 58 of 255 = 23%

142
103
58

R + G + B ~ 40%. #8E673A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 103 + 58 = 303 (100%)
R 142 of 303 ~ 46.86%
G 103 of 303 ~ 33.99%
B 58 of 303 ~ 19.14%

%46.86
%33.99
%19.14

CMYK color model

#8E673A color CMYK value is (0,27,59,44).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 59.15%
  • key color value is 44.31%
CMYK:
(0,27,59,44)
C0M27Y59K44 
(0%,27%,59%,44%)
(0.00/0.27/0.59/0.44)	

CMYK percentages

%0
%27.46
%59.15
%44.31

Codes

Color #8E673A in popluar color models

8E673A
RGB14210358
HSL32°42.00%39.22%
HSB/HSV32°59.15%55.69%
CMYK0.00%27.46%59.15%
44.31%

Color #8E673A in popluar number systems.

HEX8E673A
Decimal14210358
Binary100011101100111111010
Octal21614772

Shades and tints

Shades of #8E673A

#8E673A
(142,103,58)
#825E35
(130,94,53)
#765530
(118,85,48)
#6A4C2B
(106,76,43)
#5E4326
(94,67,38)
#523A21
(82,58,33)
#46311C
(70,49,28)
#3A2817
(58,40,23)
#2E1F12
(46,31,18)
#22160D
(34,22,13)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #8E673A

#8E673A
(142,103,58)
#98744B
(152,116,75)
#A2815C
(162,129,92)
#AC8E6D
(172,142,109)
#B69B7E
(182,155,126)
#C0A88F
(192,168,143)
#CAB5A0
(202,181,160)
#D4C2B1
(212,194,177)
#DECFC2
(222,207,194)
#E8DCD3
(232,220,211)
#F2E9E4
(242,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E673A color. Also use rgb(142,103,58) instead hex code.

Text Font Color

.myTextColor { color: #8E673A; }

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

This text font color is #8E673A.


Background Color

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

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

This div background color is #8E673A.


Border color

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

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

This div border color is #8E673A.


Opacity

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

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

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

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

This text has shadow with #8E673A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E673A on black background.


Color preview on white background

This text has color #8E673A on white background.



Black color preview on #8E673A background

This text has black color on #8E673A background.


White color preview on #8E673A background

This text has white color on #8E673A background.