COLOR #8E694F

HEX: #8E694F
RGB: (142,105,79)

Color info

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

RGB color model

#8E694F color RGB value is (142,105,79).

  • red value is 142;
  • green value is 105;
  • blue value is 79.
RGB:
(142,105,79)
(56%,41%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 79 of 255 = 31%

142
105
79

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

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 79 = 326 (100%)
R 142 of 326 ~ 43.56%
G 105 of 326 ~ 32.21%
B 79 of 326 ~ 24.23%

%43.56
%32.21
%24.23

CMYK color model

#8E694F color CMYK value is (0,26,44,44).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(0,26,44,44)
C0M26Y44K44 
(0%,26%,44%,44%)
(0.00/0.26/0.44/0.44)	

CMYK percentages

%0
%26.06
%44.37
%44.31

Codes

Color #8E694F in popluar color models

8E694F
RGB14210579
HSL25°28.51%43.33%
HSB/HSV25°44.37%55.69%
CMYK0.00%26.06%44.37%
44.31%

Color #8E694F in popluar number systems.

HEX8E694F
Decimal14210579
Binary1000111011010011001111
Octal216151117

Shades and tints

Shades of #8E694F

#8E694F
(142,105,79)
#826048
(130,96,72)
#765741
(118,87,65)
#6A4E3A
(106,78,58)
#5E4533
(94,69,51)
#523C2C
(82,60,44)
#463325
(70,51,37)
#3A2A1E
(58,42,30)
#2E2117
(46,33,23)
#221810
(34,24,16)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #8E694F

#8E694F
(142,105,79)
#98765F
(152,118,95)
#A2836F
(162,131,111)
#AC907F
(172,144,127)
#B69D8F
(182,157,143)
#C0AA9F
(192,170,159)
#CAB7AF
(202,183,175)
#D4C4BF
(212,196,191)
#DED1CF
(222,209,207)
#E8DEDF
(232,222,223)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E694F color. Also use rgb(142,105,79) instead hex code.

Text Font Color

.myTextColor { color: #8E694F; }

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

This text font color is #8E694F.


Background Color

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

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

This div background color is #8E694F.


Border color

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

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

This div border color is #8E694F.


Opacity

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

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

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

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

This text has shadow with #8E694F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E694F on black background.


Color preview on white background

This text has color #8E694F on white background.



Black color preview on #8E694F background

This text has black color on #8E694F background.


White color preview on #8E694F background

This text has white color on #8E694F background.