COLOR #8E7744

HEX: #8E7744 RGB: (142,119,68)

Color info

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

RGB color model

#8E7744 color RGB value is (142,119,68).

RGB: (142,119,68) (56%, 47%, 27%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 68 of 255 = 27%

142
119
68

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

Portions of RGB colors in percentages

R + G + B = 142 + 119 + 68 = 329 (100%)
R 142 of 329 ~ 43.16%
G 119 of 329 ~ 36.17%
B 68 of 329 ~ 20.67'%

%43.16
%36.17
%20.67

CMYK color model

#8E7744 color CMYK value is (0,16,52,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 52.11%
  • key color value is 44.31%

CMYK: (0,16,52,44)
C0M16Y52K44 (0%, 16%, 52%, 44%)
(0.00 / 0.16 / 0.52 / 0.44)

CMYK percentages

%0
%16.2
%52.11
%44.31

Codes

Color #8E7744 in popluar color models

8E 77 44
RGB 142 119 68
HSL 41° 35.24% 41.18%
HSB/HSV 41° 52.11% 55.69%
CMYK 0.00% 16.20% 52.11%
44.31%

Color #8E7744 in popluar number systems.

HEX 8E 77 44
Decimal 142 119 68
Binary 10001110 1110111 1000100
Octal 216 167 104

Shades and tints

Shades of #8E7744

#8E7744
(142,119,68)
#826D3E
(130,109,62)
#766338
(118,99,56)
#6A5932
(106,89,50)
#5E4F2C
(94,79,44)
#524526
(82,69,38)
#463B20
(70,59,32)
#3A311A
(58,49,26)
#2E2714
(46,39,20)
#221D0E
(34,29,14)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #8E7744

#8E7744
(142,119,68)
#988355
(152,131,85)
#A28F66
(162,143,102)
#AC9B77
(172,155,119)
#B6A788
(182,167,136)
#C0B399
(192,179,153)
#CABFAA
(202,191,170)
#D4CBBB
(212,203,187)
#DED7CC
(222,215,204)
#E8E3DD
(232,227,221)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7744 color. Also use rgb(142,119,68) instead hex code.

Text Font Color

.myTextColor { color: #8E7744; }

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

This text font color is #8E7744.

Background Color

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

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

This div background color is #8E7744.

Border color

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

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

This div border color is #8E7744.

Opacity

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

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

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

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

This text has shadow with #8E7744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7744.

Preview

Color preview on black background

This text has color #8E7744 on black background.


Color preview on white background

This text has color #8E7744 on white background.


Black color preview on #8E7744 background

This text has black color on #8E7744 background.


White color preview on #8E7744 background

This text has white color on #8E7744 background.


Related colors

Complementary color

Complementary color for #hex is #7188BB.


I love getcolorcode.com

Triadic colors

1 #448E77 and #77448E with #8E7744 are triadic colors.

2 #44778E and #778E44 with #8E7744 are triadic colors.