COLOR #8D7E3C

HEX: #8D7E3C RGB: (141,126,60)

Color info

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

RGB color model

#8D7E3C color RGB value is (141,126,60).

RGB: (141,126,60) (55%, 49%, 24%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 60 of 255 = 24%

141
126
60

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

Portions of RGB colors in percentages

R + G + B = 141 + 126 + 60 = 327 (100%)
R 141 of 327 ~ 43.12%
G 126 of 327 ~ 38.53%
B 60 of 327 ~ 18.35'%

%43.12
%38.53
%18.35

CMYK color model

#8D7E3C color CMYK value is (0,11,57,45).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 57.45%
  • key color value is 44.71%

CMYK: (0,11,57,45)
C0M11Y57K45 (0%, 11%, 57%, 45%)
(0.00 / 0.11 / 0.57 / 0.45)

CMYK percentages

%0
%10.64
%57.45
%44.71

Codes

Color #8D7E3C in popluar color models

8D 7E 3C
RGB 141 126 60
HSL 49° 40.30% 39.41%
HSB/HSV 49° 57.45% 55.29%
CMYK 0.00% 10.64% 57.45%
44.71%

Color #8D7E3C in popluar number systems.

HEX 8D 7E 3C
Decimal 141 126 60
Binary 10001101 1111110 111100
Octal 215 176 74

Shades and tints

Shades of #8D7E3C

#8D7E3C
(141,126,60)
#817337
(129,115,55)
#756832
(117,104,50)
#695D2D
(105,93,45)
#5D5228
(93,82,40)
#514723
(81,71,35)
#453C1E
(69,60,30)
#393119
(57,49,25)
#2D2614
(45,38,20)
#211B0F
(33,27,15)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #8D7E3C

#8D7E3C
(141,126,60)
#97894D
(151,137,77)
#A1945E
(161,148,94)
#AB9F6F
(171,159,111)
#B5AA80
(181,170,128)
#BFB591
(191,181,145)
#C9C0A2
(201,192,162)
#D3CBB3
(211,203,179)
#DDD6C4
(221,214,196)
#E7E1D5
(231,225,213)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7E3C color. Also use rgb(141,126,60) instead hex code.

Text Font Color

.myTextColor { color: #8D7E3C; }

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

This text font color is #8D7E3C.

Background Color

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

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

This div background color is #8D7E3C.

Border color

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

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

This div border color is #8D7E3C.

Opacity

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

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

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

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

This text has shadow with #8D7E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7E3C.

Preview

Color preview on black background

This text has color #8D7E3C on black background.


Color preview on white background

This text has color #8D7E3C on white background.


Black color preview on #8D7E3C background

This text has black color on #8D7E3C background.


White color preview on #8D7E3C background

This text has white color on #8D7E3C background.


Related colors

Complementary color

Complementary color for #hex is #7281C3.


I love getcolorcode.com

Triadic colors

1 #3C8D7E and #7E3C8D with #8D7E3C are triadic colors.

2 #3C7E8D and #7E8D3C with #8D7E3C are triadic colors.