COLOR #8E6A51

HEX: #8E6A51
RGB: (142,106,81)

Color info

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

RGB color model

#8E6A51 color RGB value is (142,106,81).

  • red value is 142;
  • green value is 106;
  • blue value is 81.
RGB:
(142,106,81)
(56%,42%,32%)

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 81 of 255 = 32%

142
106
81

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

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 81 = 329 (100%)
R 142 of 329 ~ 43.16%
G 106 of 329 ~ 32.22%
B 81 of 329 ~ 24.62%

%43.16
%32.22
%24.62

CMYK color model

#8E6A51 color CMYK value is (0,25,43,44).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 42.96%
  • key color value is 44.31%
CMYK:
(0,25,43,44)
C0M25Y43K44 
(0%,25%,43%,44%)
(0.00/0.25/0.43/0.44)	

CMYK percentages

%0
%25.35
%42.96
%44.31

Codes

Color #8E6A51 in popluar color models

8E6A51
RGB14210681
HSL25°27.35%43.73%
HSB/HSV25°42.96%55.69%
CMYK0.00%25.35%42.96%
44.31%

Color #8E6A51 in popluar number systems.

HEX8E6A51
Decimal14210681
Binary1000111011010101010001
Octal216152121

Shades and tints

Shades of #8E6A51

#8E6A51
(142,106,81)
#82614A
(130,97,74)
#765843
(118,88,67)
#6A4F3C
(106,79,60)
#5E4635
(94,70,53)
#523D2E
(82,61,46)
#463427
(70,52,39)
#3A2B20
(58,43,32)
#2E2219
(46,34,25)
#221912
(34,25,18)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #8E6A51

#8E6A51
(142,106,81)
#987760
(152,119,96)
#A2846F
(162,132,111)
#AC917E
(172,145,126)
#B69E8D
(182,158,141)
#C0AB9C
(192,171,156)
#CAB8AB
(202,184,171)
#D4C5BA
(212,197,186)
#DED2C9
(222,210,201)
#E8DFD8
(232,223,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6A51 color. Also use rgb(142,106,81) instead hex code.

Text Font Color

.myTextColor { color: #8E6A51; }

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

This text font color is #8E6A51.


Background Color

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

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

This div background color is #8E6A51.


Border color

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

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

This div border color is #8E6A51.


Opacity

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

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

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

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

This text has shadow with #8E6A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6A51 on black background.


Color preview on white background

This text has color #8E6A51 on white background.



Black color preview on #8E6A51 background

This text has black color on #8E6A51 background.


White color preview on #8E6A51 background

This text has white color on #8E6A51 background.