COLOR #8E593F

HEX: #8E593F RGB: (142,89,63)

Color info

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

RGB color model

#8E593F color RGB value is (142,89,63).

RGB: (142,89,63) (56%, 35%, 25%)

RGB channels and saturation

R 142 of 255 = 56%
G 89 of 255 = 35%
B 63 of 255 = 25%

142
89
63

R + G + B ~ 39%. #8E593F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 89 + 63 = 294 (100%)
R 142 of 294 ~ 48.3%
G 89 of 294 ~ 30.27%
B 63 of 294 ~ 21.43'%

%48.3
%30.27
%21.43

CMYK color model

#8E593F color CMYK value is (0,37,56,44).

  • cyan value is 0.00%
  • magenta value is 37.32%
  • yellow value is 55.63%
  • key color value is 44.31%

CMYK: (0,37,56,44)
C0M37Y56K44 (0%, 37%, 56%, 44%)
(0.00 / 0.37 / 0.56 / 0.44)

CMYK percentages

%0
%37.32
%55.63
%44.31

Codes

Color #8E593F in popluar color models

8E 59 3F
RGB 142 89 63
HSL 20° 38.54% 40.20%
HSB/HSV 20° 55.63% 55.69%
CMYK 0.00% 37.32% 55.63%
44.31%

Color #8E593F in popluar number systems.

HEX 8E 59 3F
Decimal 142 89 63
Binary 10001110 1011001 111111
Octal 216 131 77

Shades and tints

Shades of #8E593F

#8E593F
(142,89,63)
#82513A
(130,81,58)
#764935
(118,73,53)
#6A4130
(106,65,48)
#5E392B
(94,57,43)
#523126
(82,49,38)
#462921
(70,41,33)
#3A211C
(58,33,28)
#2E1917
(46,25,23)
#221112
(34,17,18)
#16090D
(22,9,13)
#000000
(0,0,0)

Tints of #8E593F

#8E593F
(142,89,63)
#986850
(152,104,80)
#A27761
(162,119,97)
#AC8672
(172,134,114)
#B69583
(182,149,131)
#C0A494
(192,164,148)
#CAB3A5
(202,179,165)
#D4C2B6
(212,194,182)
#DED1C7
(222,209,199)
#E8E0D8
(232,224,216)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E593F color. Also use rgb(142,89,63) instead hex code.

Text Font Color

.myTextColor { color: #8E593F; }

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

This text font color is #8E593F.

Background Color

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

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

This div background color is #8E593F.

Border color

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

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

This div border color is #8E593F.

Opacity

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

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

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

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

This text has shadow with #8E593F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E593F.

Preview

Color preview on black background

This text has color #8E593F on black background.


Color preview on white background

This text has color #8E593F on white background.


Black color preview on #8E593F background

This text has black color on #8E593F background.


White color preview on #8E593F background

This text has white color on #8E593F background.


Related colors

Complementary color

Complementary color for #hex is #71A6C0.


I love getcolorcode.com

Triadic colors

1 #3F8E59 and #593F8E with #8E593F are triadic colors.

2 #3F598E and #598E3F with #8E593F are triadic colors.