COLOR #8E534C

HEX: #8E534C
RGB: (142,83,76)

Color info

#8E534C contains mainly red and green colors. Web safe color of #8E534C is #996633 (or #963).

RGB color model

#8E534C color RGB value is (142,83,76).

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

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 76 of 255 = 30%

142
83
76

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

Portions of RGB colors in percentages

R + G + B =
142 + 83 + 76 = 301 (100%)
R 142 of 301 ~ 47.18%
G 83 of 301 ~ 27.57%
B 76 of 301 ~ 25.25%

%47.18
%27.57
%25.25

CMYK color model

#8E534C color CMYK value is (0,42,46,44).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(0,42,46,44)
C0M42Y46K44 
(0%,42%,46%,44%)
(0.00/0.42/0.46/0.44)	

CMYK percentages

%0
%41.55
%46.48
%44.31

Codes

Color #8E534C in popluar color models

8E534C
RGB1428376
HSL30.28%42.75%
HSB/HSV46.48%55.69%
CMYK0.00%41.55%46.48%
44.31%

Color #8E534C in popluar number systems.

HEX8E534C
Decimal1428376
Binary1000111010100111001100
Octal216123114

Shades and tints

Shades of #8E534C

#8E534C
(142,83,76)
#824C46
(130,76,70)
#764540
(118,69,64)
#6A3E3A
(106,62,58)
#5E3734
(94,55,52)
#52302E
(82,48,46)
#462928
(70,41,40)
#3A2222
(58,34,34)
#2E1B1C
(46,27,28)
#221416
(34,20,22)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #8E534C

#8E534C
(142,83,76)
#98625C
(152,98,92)
#A2716C
(162,113,108)
#AC807C
(172,128,124)
#B68F8C
(182,143,140)
#C09E9C
(192,158,156)
#CAADAC
(202,173,172)
#D4BCBC
(212,188,188)
#DECBCC
(222,203,204)
#E8DADC
(232,218,220)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E534C; }

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

This text font color is #8E534C.


Background Color

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

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

This div background color is #8E534C.


Border color

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

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

This div border color is #8E534C.


Opacity

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

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

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

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

This text has shadow with #8E534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E534C on black background.


Color preview on white background

This text has color #8E534C on white background.



Black color preview on #8E534C background

This text has black color on #8E534C background.


White color preview on #8E534C background

This text has white color on #8E534C background.