COLOR #8E7D3B

HEX: #8E7D3B RGB: (142,125,59)

Color info

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

RGB color model

#8E7D3B color RGB value is (142,125,59).

RGB: (142,125,59) (56%, 49%, 23%)

RGB channels and saturation

R 142 of 255 = 56%
G 125 of 255 = 49%
B 59 of 255 = 23%

142
125
59

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

Portions of RGB colors in percentages

R + G + B = 142 + 125 + 59 = 326 (100%)
R 142 of 326 ~ 43.56%
G 125 of 326 ~ 38.34%
B 59 of 326 ~ 18.1'%

%43.56
%38.34
%18.1

CMYK color model

#8E7D3B color CMYK value is (0,12,58,44).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK: (0,12,58,44) C0M12Y58K44 (0%,12%,58%,44%) (0.00/0.12/0.58/0.44) 

CMYK percentages

%0
%11.97
%58.45
%44.31

Codes

Color #8E7D3B in popluar color models

8E 7D 3B
RGB 142 125 59
HSL 48° 41.29% 39.41%
HSB/HSV 48° 58.45% 55.69%
CMYK 0.00% 11.97% 58.45%
44.31%

Color #8E7D3B in popluar number systems.

HEX 8E 7D 3B
Decimal 142 125 59
Binary 10001110 1111101 111011
Octal 216 175 73

Shades and tints

Shades of #8E7D3B

#8E7D3B
(142,125,59)
#827236
(130,114,54)
#766731
(118,103,49)
#6A5C2C
(106,92,44)
#5E5127
(94,81,39)
#524622
(82,70,34)
#463B1D
(70,59,29)
#3A3018
(58,48,24)
#2E2513
(46,37,19)
#221A0E
(34,26,14)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #8E7D3B

#8E7D3B
(142,125,59)
#98884C
(152,136,76)
#A2935D
(162,147,93)
#AC9E6E
(172,158,110)
#B6A97F
(182,169,127)
#C0B490
(192,180,144)
#CABFA1
(202,191,161)
#D4CAB2
(212,202,178)
#DED5C3
(222,213,195)
#E8E0D4
(232,224,212)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7D3B; }

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

This text font color is #8E7D3B.

Background Color

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

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

This div background color is #8E7D3B.

Border color

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

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

This div border color is #8E7D3B.

Opacity

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

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

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

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

This text has shadow with #8E7D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7D3B.

Preview

Color preview on black background

This text has color #8E7D3B on black background.


Color preview on white background

This text has color #8E7D3B on white background.


Black color preview on #8E7D3B background

This text has black color on #8E7D3B background.


White color preview on #8E7D3B background

This text has white color on #8E7D3B background.


Related colors

Complementary color

Complementary color for #hex is #7182C4.


I love getcolorcode.com

Triadic colors

1 #3B8E7D and #7D3B8E with #8E7D3B are triadic colors.

2 #3B7D8E and #7D8E3B with #8E7D3B are triadic colors.