COLOR #8D7C43

HEX: #8D7C43
RGB: (141,124,67)

Color info

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

RGB color model

#8D7C43 color RGB value is (141,124,67).

  • red value is 141;
  • green value is 124;
  • blue value is 67.
RGB:
(141,124,67)
(55%,49%,26%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 67 of 255 = 26%

141
124
67

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 67 = 332 (100%)
R 141 of 332 ~ 42.47%
G 124 of 332 ~ 37.35%
B 67 of 332 ~ 20.18%

%42.47
%37.35
%20.18

CMYK color model

#8D7C43 color CMYK value is (0,12,52,45).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 52.48%
  • key color value is 44.71%
CMYK:
(0,12,52,45)
C0M12Y52K45 
(0%,12%,52%,45%)
(0.00/0.12/0.52/0.45)	

CMYK percentages

%0
%12.06
%52.48
%44.71

Codes

Color #8D7C43 in popluar color models

8D7C43
RGB14112467
HSL46°35.58%40.78%
HSB/HSV46°52.48%55.29%
CMYK0.00%12.06%52.48%
44.71%

Color #8D7C43 in popluar number systems.

HEX8D7C43
Decimal14112467
Binary1000110111111001000011
Octal215174103

Shades and tints

Shades of #8D7C43

#8D7C43
(141,124,67)
#81713D
(129,113,61)
#756637
(117,102,55)
#695B31
(105,91,49)
#5D502B
(93,80,43)
#514525
(81,69,37)
#453A1F
(69,58,31)
#392F19
(57,47,25)
#2D2413
(45,36,19)
#21190D
(33,25,13)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #8D7C43

#8D7C43
(141,124,67)
#978754
(151,135,84)
#A19265
(161,146,101)
#AB9D76
(171,157,118)
#B5A887
(181,168,135)
#BFB398
(191,179,152)
#C9BEA9
(201,190,169)
#D3C9BA
(211,201,186)
#DDD4CB
(221,212,203)
#E7DFDC
(231,223,220)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7C43 color. Also use rgb(141,124,67) instead hex code.

Text Font Color

.myTextColor { color: #8D7C43; }

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

This text font color is #8D7C43.


Background Color

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

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

This div background color is #8D7C43.


Border color

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

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

This div border color is #8D7C43.


Opacity

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

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

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

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

This text has shadow with #8D7C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7C43 on black background.


Color preview on white background

This text has color #8D7C43 on white background.



Black color preview on #8D7C43 background

This text has black color on #8D7C43 background.


White color preview on #8D7C43 background

This text has white color on #8D7C43 background.