COLOR #8E654E

HEX: #8E654E
RGB: (142,101,78)

Color info

#8E654E contains mainly red and green colors. Web safe color of #8E654E is #996666 (or #966).

RGB color model

#8E654E color RGB value is (142,101,78).

  • red value is 142;
  • green value is 101;
  • blue value is 78.
RGB:
(142,101,78)
(56%,40%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 101 of 255 = 40%
B 78 of 255 = 31%

142
101
78

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

Portions of RGB colors in percentages

R + G + B =
142 + 101 + 78 = 321 (100%)
R 142 of 321 ~ 44.24%
G 101 of 321 ~ 31.46%
B 78 of 321 ~ 24.3%

%44.24
%31.46
%24.3

CMYK color model

#8E654E color CMYK value is (0,29,45,44).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK:
(0,29,45,44)
C0M29Y45K44 
(0%,29%,45%,44%)
(0.00/0.29/0.45/0.44)	

CMYK percentages

%0
%28.87
%45.07
%44.31

Codes

Color #8E654E in popluar color models

8E654E
RGB14210178
HSL22°29.09%43.14%
HSB/HSV22°45.07%55.69%
CMYK0.00%28.87%45.07%
44.31%

Color #8E654E in popluar number systems.

HEX8E654E
Decimal14210178
Binary1000111011001011001110
Octal216145116

Shades and tints

Shades of #8E654E

#8E654E
(142,101,78)
#825C47
(130,92,71)
#765340
(118,83,64)
#6A4A39
(106,74,57)
#5E4132
(94,65,50)
#52382B
(82,56,43)
#462F24
(70,47,36)
#3A261D
(58,38,29)
#2E1D16
(46,29,22)
#22140F
(34,20,15)
#160B08
(22,11,8)
#000000
(0,0,0)

Tints of #8E654E

#8E654E
(142,101,78)
#98735E
(152,115,94)
#A2816E
(162,129,110)
#AC8F7E
(172,143,126)
#B69D8E
(182,157,142)
#C0AB9E
(192,171,158)
#CAB9AE
(202,185,174)
#D4C7BE
(212,199,190)
#DED5CE
(222,213,206)
#E8E3DE
(232,227,222)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E654E color. Also use rgb(142,101,78) instead hex code.

Text Font Color

.myTextColor { color: #8E654E; }

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

This text font color is #8E654E.


Background Color

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

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

This div background color is #8E654E.


Border color

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

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

This div border color is #8E654E.


Opacity

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

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

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

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

This text has shadow with #8E654E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E654E on black background.


Color preview on white background

This text has color #8E654E on white background.



Black color preview on #8E654E background

This text has black color on #8E654E background.


White color preview on #8E654E background

This text has white color on #8E654E background.