COLOR #8E533D

HEX: #8E533D
RGB: (142,83,61)

Color info

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

RGB color model

#8E533D color RGB value is (142,83,61).

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

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 61 of 255 = 24%

142
83
61

R + G + B ~ 38%. #8E533D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 83 + 61 = 286 (100%)
R 142 of 286 ~ 49.65%
G 83 of 286 ~ 29.02%
B 61 of 286 ~ 21.33%

%49.65
%29.02
%21.33

CMYK color model

#8E533D color CMYK value is (0,42,57,44).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 57.04%
  • key color value is 44.31%
CMYK:
(0,42,57,44)
C0M42Y57K44 
(0%,42%,57%,44%)
(0.00/0.42/0.57/0.44)	

CMYK percentages

%0
%41.55
%57.04
%44.31

Codes

Color #8E533D in popluar color models

8E533D
RGB1428361
HSL16°39.90%39.80%
HSB/HSV16°57.04%55.69%
CMYK0.00%41.55%57.04%
44.31%

Color #8E533D in popluar number systems.

HEX8E533D
Decimal1428361
Binary100011101010011111101
Octal21612375

Shades and tints

Shades of #8E533D

#8E533D
(142,83,61)
#824C38
(130,76,56)
#764533
(118,69,51)
#6A3E2E
(106,62,46)
#5E3729
(94,55,41)
#523024
(82,48,36)
#46291F
(70,41,31)
#3A221A
(58,34,26)
#2E1B15
(46,27,21)
#221410
(34,20,16)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #8E533D

#8E533D
(142,83,61)
#98624E
(152,98,78)
#A2715F
(162,113,95)
#AC8070
(172,128,112)
#B68F81
(182,143,129)
#C09E92
(192,158,146)
#CAADA3
(202,173,163)
#D4BCB4
(212,188,180)
#DECBC5
(222,203,197)
#E8DAD6
(232,218,214)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E533D; }

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

This text font color is #8E533D.


Background Color

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

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

This div background color is #8E533D.


Border color

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

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

This div border color is #8E533D.


Opacity

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

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

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

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

This text has shadow with #8E533D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E533D on black background.


Color preview on white background

This text has color #8E533D on white background.



Black color preview on #8E533D background

This text has black color on #8E533D background.


White color preview on #8E533D background

This text has white color on #8E533D background.