COLOR #8E664D

HEX: #8E664D RGB: (142,102,77)

Color info

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

RGB color model

#8E664D color RGB value is (142,102,77).

RGB: (142,102,77) (56%, 40%, 30%)

RGB channels and saturation

R 142 of 255 = 56%
G 102 of 255 = 40%
B 77 of 255 = 30%

142
102
77

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

Portions of RGB colors in percentages

R + G + B = 142 + 102 + 77 = 321 (100%)
R 142 of 321 ~ 44.24%
G 102 of 321 ~ 31.78%
B 77 of 321 ~ 23.99'%

%44.24
%31.78
%23.99

CMYK color model

#8E664D color CMYK value is (0,28,46,44).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 45.77%
  • key color value is 44.31%
CMYK: (0,28,46,44) C0M28Y46K44 (0%,28%,46%,44%) (0.00/0.28/0.46/0.44) 

CMYK percentages

%0
%28.17
%45.77
%44.31

Codes

Color #8E664D in popluar color models

8E 66 4D
RGB 142 102 77
HSL 23° 29.68% 42.94%
HSB/HSV 23° 45.77% 55.69%
CMYK 0.00% 28.17% 45.77%
44.31%

Color #8E664D in popluar number systems.

HEX 8E 66 4D
Decimal 142 102 77
Binary 10001110 1100110 1001101
Octal 216 146 115

Shades and tints

Shades of #8E664D

#8E664D
(142,102,77)
#825D46
(130,93,70)
#76543F
(118,84,63)
#6A4B38
(106,75,56)
#5E4231
(94,66,49)
#52392A
(82,57,42)
#463023
(70,48,35)
#3A271C
(58,39,28)
#2E1E15
(46,30,21)
#22150E
(34,21,14)
#160C07
(22,12,7)
#000000
(0,0,0)

Tints of #8E664D

#8E664D
(142,102,77)
#98735D
(152,115,93)
#A2806D
(162,128,109)
#AC8D7D
(172,141,125)
#B69A8D
(182,154,141)
#C0A79D
(192,167,157)
#CAB4AD
(202,180,173)
#D4C1BD
(212,193,189)
#DECECD
(222,206,205)
#E8DBDD
(232,219,221)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E664D color. Also use rgb(142,102,77) instead hex code.

Text Font Color

.myTextColor { color: #8E664D; }

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

This text font color is #8E664D.

Background Color

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

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

This div background color is #8E664D.

Border color

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

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

This div border color is #8E664D.

Opacity

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

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

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

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

This text has shadow with #8E664D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E664D.

Preview

Color preview on black background

This text has color #8E664D on black background.


Color preview on white background

This text has color #8E664D on white background.


Black color preview on #8E664D background

This text has black color on #8E664D background.


White color preview on #8E664D background

This text has white color on #8E664D background.


Related colors

Complementary color

Complementary color for #hex is #7199B2.


I love getcolorcode.com

Triadic colors

1 #4D8E66 and #664D8E with #8E664D are triadic colors.

2 #4D668E and #668E4D with #8E664D are triadic colors.