COLOR #8E722C

HEX: #8E722C
RGB: (142,114,44)

Color info

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

RGB color model

#8E722C color RGB value is (142,114,44).

  • red value is 142;
  • green value is 114;
  • blue value is 44.
RGB:
(142,114,44)
(56%,45%,17%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 44 of 255 = 17%

142
114
44

R + G + B ~ 39%. #8E722C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 44 = 300 (100%)
R 142 of 300 ~ 47.33%
G 114 of 300 ~ 38%
B 44 of 300 ~ 14.67%

%47.33
%38
%14.67

CMYK color model

#8E722C color CMYK value is (0,20,69,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 69.01%
  • key color value is 44.31%
CMYK:
(0,20,69,44)
C0M20Y69K44 
(0%,20%,69%,44%)
(0.00/0.20/0.69/0.44)	

CMYK percentages

%0
%19.72
%69.01
%44.31

Codes

Color #8E722C in popluar color models

8E722C
RGB14211444
HSL43°52.69%36.47%
HSB/HSV43°69.01%55.69%
CMYK0.00%19.72%69.01%
44.31%

Color #8E722C in popluar number systems.

HEX8E722C
Decimal14211444
Binary100011101110010101100
Octal21616254

Shades and tints

Shades of #8E722C

#8E722C
(142,114,44)
#826828
(130,104,40)
#765E24
(118,94,36)
#6A5420
(106,84,32)
#5E4A1C
(94,74,28)
#524018
(82,64,24)
#463614
(70,54,20)
#3A2C10
(58,44,16)
#2E220C
(46,34,12)
#221808
(34,24,8)
#160E04
(22,14,4)
#000000
(0,0,0)

Tints of #8E722C

#8E722C
(142,114,44)
#987E3F
(152,126,63)
#A28A52
(162,138,82)
#AC9665
(172,150,101)
#B6A278
(182,162,120)
#C0AE8B
(192,174,139)
#CABA9E
(202,186,158)
#D4C6B1
(212,198,177)
#DED2C4
(222,210,196)
#E8DED7
(232,222,215)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E722C color. Also use rgb(142,114,44) instead hex code.

Text Font Color

.myTextColor { color: #8E722C; }

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

This text font color is #8E722C.


Background Color

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

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

This div background color is #8E722C.


Border color

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

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

This div border color is #8E722C.


Opacity

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

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

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

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

This text has shadow with #8E722C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E722C on black background.


Color preview on white background

This text has color #8E722C on white background.



Black color preview on #8E722C background

This text has black color on #8E722C background.


White color preview on #8E722C background

This text has white color on #8E722C background.