COLOR #8E7445

HEX: #8E7445 RGB: (142,116,69)

Color info

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

RGB color model

#8E7445 color RGB value is (142,116,69).

RGB: (142,116,69) (56%, 45%, 27%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 69 of 255 = 27%

142
116
69

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

Portions of RGB colors in percentages

R + G + B = 142 + 116 + 69 = 327 (100%)
R 142 of 327 ~ 43.43%
G 116 of 327 ~ 35.47%
B 69 of 327 ~ 21.1'%

%43.43
%35.47
%21.1

CMYK color model

#8E7445 color CMYK value is (0,18,51,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 51.41%
  • key color value is 44.31%

CMYK: (0,18,51,44)
C0M18Y51K44 (0%, 18%, 51%, 44%)
(0.00 / 0.18 / 0.51 / 0.44)

CMYK percentages

%0
%18.31
%51.41
%44.31

Codes

Color #8E7445 in popluar color models

8E 74 45
RGB 142 116 69
HSL 39° 34.60% 41.37%
HSB/HSV 39° 51.41% 55.69%
CMYK 0.00% 18.31% 51.41%
44.31%

Color #8E7445 in popluar number systems.

HEX 8E 74 45
Decimal 142 116 69
Binary 10001110 1110100 1000101
Octal 216 164 105

Shades and tints

Shades of #8E7445

#8E7445
(142,116,69)
#826A3F
(130,106,63)
#766039
(118,96,57)
#6A5633
(106,86,51)
#5E4C2D
(94,76,45)
#524227
(82,66,39)
#463821
(70,56,33)
#3A2E1B
(58,46,27)
#2E2415
(46,36,21)
#221A0F
(34,26,15)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #8E7445

#8E7445
(142,116,69)
#988055
(152,128,85)
#A28C65
(162,140,101)
#AC9875
(172,152,117)
#B6A485
(182,164,133)
#C0B095
(192,176,149)
#CABCA5
(202,188,165)
#D4C8B5
(212,200,181)
#DED4C5
(222,212,197)
#E8E0D5
(232,224,213)
#F2ECE5
(242,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7445 color. Also use rgb(142,116,69) instead hex code.

Text Font Color

.myTextColor { color: #8E7445; }

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

This text font color is #8E7445.

Background Color

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

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

This div background color is #8E7445.

Border color

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

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

This div border color is #8E7445.

Opacity

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

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

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

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

This text has shadow with #8E7445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7445.

Preview

Color preview on black background

This text has color #8E7445 on black background.


Color preview on white background

This text has color #8E7445 on white background.


Black color preview on #8E7445 background

This text has black color on #8E7445 background.


White color preview on #8E7445 background

This text has white color on #8E7445 background.


Related colors

Complementary color

Complementary color for #hex is #718BBA.


I love getcolorcode.com

Triadic colors

1 #458E74 and #74458E with #8E7445 are triadic colors.

2 #45748E and #748E45 with #8E7445 are triadic colors.