COLOR #8E6763

HEX: #8E6763
RGB: (142,103,99)

Color info

#8E6763 contains red, green and blue colors in about the same proportion. Web safe color of #8E6763 is #996666 (or #966).

RGB color model

#8E6763 color RGB value is (142,103,99).

  • red value is 142;
  • green value is 103;
  • blue value is 99.
RGB:
(142,103,99)
(56%,40%,39%)

RGB channels and saturation

R 142 of 255 = 56%
G 103 of 255 = 40%
B 99 of 255 = 39%

142
103
99

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

Portions of RGB colors in percentages

R + G + B =
142 + 103 + 99 = 344 (100%)
R 142 of 344 ~ 41.28%
G 103 of 344 ~ 29.94%
B 99 of 344 ~ 28.78%

%41.28
%29.94
%28.78

CMYK color model

#8E6763 color CMYK value is (0,27,30,44).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,27,30,44)
C0M27Y30K44 
(0%,27%,30%,44%)
(0.00/0.27/0.30/0.44)	

CMYK percentages

%0
%27.46
%30.28
%44.31

Codes

Color #8E6763 in popluar color models

8E6763
RGB14210399
HSL17.84%47.25%
HSB/HSV30.28%55.69%
CMYK0.00%27.46%30.28%
44.31%

Color #8E6763 in popluar number systems.

HEX8E6763
Decimal14210399
Binary1000111011001111100011
Octal216147143

Shades and tints

Shades of #8E6763

#8E6763
(142,103,99)
#825E5A
(130,94,90)
#765551
(118,85,81)
#6A4C48
(106,76,72)
#5E433F
(94,67,63)
#523A36
(82,58,54)
#46312D
(70,49,45)
#3A2824
(58,40,36)
#2E1F1B
(46,31,27)
#221612
(34,22,18)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #8E6763

#8E6763
(142,103,99)
#987471
(152,116,113)
#A2817F
(162,129,127)
#AC8E8D
(172,142,141)
#B69B9B
(182,155,155)
#C0A8A9
(192,168,169)
#CAB5B7
(202,181,183)
#D4C2C5
(212,194,197)
#DECFD3
(222,207,211)
#E8DCE1
(232,220,225)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6763 color. Also use rgb(142,103,99) instead hex code.

Text Font Color

.myTextColor { color: #8E6763; }

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

This text font color is #8E6763.


Background Color

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

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

This div background color is #8E6763.


Border color

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

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

This div border color is #8E6763.


Opacity

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

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

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

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

This text has shadow with #8E6763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6763 on black background.


Color preview on white background

This text has color #8E6763 on white background.



Black color preview on #8E6763 background

This text has black color on #8E6763 background.


White color preview on #8E6763 background

This text has white color on #8E6763 background.