COLOR #8E6445

HEX: #8E6445 RGB: (142,100,69)

Color info

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

RGB color model

#8E6445 color RGB value is (142,100,69).

RGB: (142,100,69) (56%, 39%, 27%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 69 of 255 = 27%

142
100
69

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

Portions of RGB colors in percentages

R + G + B = 142 + 100 + 69 = 311 (100%)
R 142 of 311 ~ 45.66%
G 100 of 311 ~ 32.15%
B 69 of 311 ~ 22.19'%

%45.66
%32.15
%22.19

CMYK color model

#8E6445 color CMYK value is (0,30,51,44).

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

CMYK: (0,30,51,44)
C0M30Y51K44 (0%, 30%, 51%, 44%)
(0.00 / 0.30 / 0.51 / 0.44)

CMYK percentages

%0
%29.58
%51.41
%44.31

Codes

Color #8E6445 in popluar color models

8E 64 45
RGB 142 100 69
HSL 25° 34.60% 41.37%
HSB/HSV 25° 51.41% 55.69%
CMYK 0.00% 29.58% 51.41%
44.31%

Color #8E6445 in popluar number systems.

HEX 8E 64 45
Decimal 142 100 69
Binary 10001110 1100100 1000101
Octal 216 144 105

Shades and tints

Shades of #8E6445

#8E6445
(142,100,69)
#825B3F
(130,91,63)
#765239
(118,82,57)
#6A4933
(106,73,51)
#5E402D
(94,64,45)
#523727
(82,55,39)
#462E21
(70,46,33)
#3A251B
(58,37,27)
#2E1C15
(46,28,21)
#22130F
(34,19,15)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #8E6445

#8E6445
(142,100,69)
#987255
(152,114,85)
#A28065
(162,128,101)
#AC8E75
(172,142,117)
#B69C85
(182,156,133)
#C0AA95
(192,170,149)
#CAB8A5
(202,184,165)
#D4C6B5
(212,198,181)
#DED4C5
(222,212,197)
#E8E2D5
(232,226,213)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6445; }

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

This text font color is #8E6445.

Background Color

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

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

This div background color is #8E6445.

Border color

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

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

This div border color is #8E6445.

Opacity

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

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

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

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

This text has shadow with #8E6445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6445.

Preview

Color preview on black background

This text has color #8E6445 on black background.


Color preview on white background

This text has color #8E6445 on white background.


Black color preview on #8E6445 background

This text has black color on #8E6445 background.


White color preview on #8E6445 background

This text has white color on #8E6445 background.


Related colors

Complementary color

Complementary color for #hex is #719BBA.


I love getcolorcode.com

Triadic colors

1 #458E64 and #64458E with #8E6445 are triadic colors.

2 #45648E and #648E45 with #8E6445 are triadic colors.