COLOR #8E5F3B

HEX: #8E5F3B RGB: (142,95,59)

Color info

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

RGB color model

#8E5F3B color RGB value is (142,95,59).

RGB: (142,95,59) (56%, 37%, 23%)

RGB channels and saturation

R 142 of 255 = 56%
G 95 of 255 = 37%
B 59 of 255 = 23%

142
95
59

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

Portions of RGB colors in percentages

R + G + B = 142 + 95 + 59 = 296 (100%)
R 142 of 296 ~ 47.97%
G 95 of 296 ~ 32.09%
B 59 of 296 ~ 19.93'%

%47.97
%32.09
%19.93

CMYK color model

#8E5F3B color CMYK value is (0,33,58,44).

  • cyan value is 0.00%
  • magenta value is 33.10%
  • yellow value is 58.45%
  • key color value is 44.31%

CMYK: (0,33,58,44)
C0M33Y58K44 (0%, 33%, 58%, 44%)
(0.00 / 0.33 / 0.58 / 0.44)

CMYK percentages

%0
%33.1
%58.45
%44.31

Codes

Color #8E5F3B in popluar color models

8E 5F 3B
RGB 142 95 59
HSL 26° 41.29% 39.41%
HSB/HSV 26° 58.45% 55.69%
CMYK 0.00% 33.10% 58.45%
44.31%

Color #8E5F3B in popluar number systems.

HEX 8E 5F 3B
Decimal 142 95 59
Binary 10001110 1011111 111011
Octal 216 137 73

Shades and tints

Shades of #8E5F3B

#8E5F3B
(142,95,59)
#825736
(130,87,54)
#764F31
(118,79,49)
#6A472C
(106,71,44)
#5E3F27
(94,63,39)
#523722
(82,55,34)
#462F1D
(70,47,29)
#3A2718
(58,39,24)
#2E1F13
(46,31,19)
#22170E
(34,23,14)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #8E5F3B

#8E5F3B
(142,95,59)
#986D4C
(152,109,76)
#A27B5D
(162,123,93)
#AC896E
(172,137,110)
#B6977F
(182,151,127)
#C0A590
(192,165,144)
#CAB3A1
(202,179,161)
#D4C1B2
(212,193,178)
#DECFC3
(222,207,195)
#E8DDD4
(232,221,212)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5F3B color. Also use rgb(142,95,59) instead hex code.

Text Font Color

.myTextColor { color: #8E5F3B; }

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

This text font color is #8E5F3B.

Background Color

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

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

This div background color is #8E5F3B.

Border color

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

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

This div border color is #8E5F3B.

Opacity

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

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

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

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

This text has shadow with #8E5F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5F3B.

Preview

Color preview on black background

This text has color #8E5F3B on black background.


Color preview on white background

This text has color #8E5F3B on white background.


Black color preview on #8E5F3B background

This text has black color on #8E5F3B background.


White color preview on #8E5F3B background

This text has white color on #8E5F3B background.


Related colors

Complementary color

Complementary color for #hex is #71A0C4.


I love getcolorcode.com

Triadic colors

1 #3B8E5F and #5F3B8E with #8E5F3B are triadic colors.

2 #3B5F8E and #5F8E3B with #8E5F3B are triadic colors.