COLOR #8E6853

HEX: #8E6853
RGB: (142,104,83)

Color info

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

RGB color model

#8E6853 color RGB value is (142,104,83).

  • red value is 142;
  • green value is 104;
  • blue value is 83.
RGB:
(142,104,83)
(56%,41%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 104 of 255 = 41%
B 83 of 255 = 33%

142
104
83

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

Portions of RGB colors in percentages

R + G + B =
142 + 104 + 83 = 329 (100%)
R 142 of 329 ~ 43.16%
G 104 of 329 ~ 31.61%
B 83 of 329 ~ 25.23%

%43.16
%31.61
%25.23

CMYK color model

#8E6853 color CMYK value is (0,27,42,44).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(0,27,42,44)
C0M27Y42K44 
(0%,27%,42%,44%)
(0.00/0.27/0.42/0.44)	

CMYK percentages

%0
%26.76
%41.55
%44.31

Codes

Color #8E6853 in popluar color models

8E6853
RGB14210483
HSL21°26.22%44.12%
HSB/HSV21°41.55%55.69%
CMYK0.00%26.76%41.55%
44.31%

Color #8E6853 in popluar number systems.

HEX8E6853
Decimal14210483
Binary1000111011010001010011
Octal216150123

Shades and tints

Shades of #8E6853

#8E6853
(142,104,83)
#825F4C
(130,95,76)
#765645
(118,86,69)
#6A4D3E
(106,77,62)
#5E4437
(94,68,55)
#523B30
(82,59,48)
#463229
(70,50,41)
#3A2922
(58,41,34)
#2E201B
(46,32,27)
#221714
(34,23,20)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #8E6853

#8E6853
(142,104,83)
#987562
(152,117,98)
#A28271
(162,130,113)
#AC8F80
(172,143,128)
#B69C8F
(182,156,143)
#C0A99E
(192,169,158)
#CAB6AD
(202,182,173)
#D4C3BC
(212,195,188)
#DED0CB
(222,208,203)
#E8DDDA
(232,221,218)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6853 color. Also use rgb(142,104,83) instead hex code.

Text Font Color

.myTextColor { color: #8E6853; }

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

This text font color is #8E6853.


Background Color

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

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

This div background color is #8E6853.


Border color

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

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

This div border color is #8E6853.


Opacity

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

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

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

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

This text has shadow with #8E6853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6853 on black background.


Color preview on white background

This text has color #8E6853 on white background.



Black color preview on #8E6853 background

This text has black color on #8E6853 background.


White color preview on #8E6853 background

This text has white color on #8E6853 background.