COLOR #8D7443

HEX: #8D7443 RGB: (141,116,67)

Color info

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

RGB color model

#8D7443 color RGB value is (141,116,67).

RGB: (141,116,67) (55%, 45%, 26%)

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 67 of 255 = 26%

141
116
67

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

Portions of RGB colors in percentages

R + G + B = 141 + 116 + 67 = 324 (100%)
R 141 of 324 ~ 43.52%
G 116 of 324 ~ 35.8%
B 67 of 324 ~ 20.68'%

%43.52
%35.8
%20.68

CMYK color model

#8D7443 color CMYK value is (0,18,52,45).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 52.48%
  • key color value is 44.71%

CMYK: (0,18,52,45)
C0M18Y52K45 (0%, 18%, 52%, 45%)
(0.00 / 0.18 / 0.52 / 0.45)

CMYK percentages

%0
%17.73
%52.48
%44.71

Codes

Color #8D7443 in popluar color models

8D 74 43
RGB 141 116 67
HSL 40° 35.58% 40.78%
HSB/HSV 40° 52.48% 55.29%
CMYK 0.00% 17.73% 52.48%
44.71%

Color #8D7443 in popluar number systems.

HEX 8D 74 43
Decimal 141 116 67
Binary 10001101 1110100 1000011
Octal 215 164 103

Shades and tints

Shades of #8D7443

#8D7443
(141,116,67)
#816A3D
(129,106,61)
#756037
(117,96,55)
#695631
(105,86,49)
#5D4C2B
(93,76,43)
#514225
(81,66,37)
#45381F
(69,56,31)
#392E19
(57,46,25)
#2D2413
(45,36,19)
#211A0D
(33,26,13)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #8D7443

#8D7443
(141,116,67)
#978054
(151,128,84)
#A18C65
(161,140,101)
#AB9876
(171,152,118)
#B5A487
(181,164,135)
#BFB098
(191,176,152)
#C9BCA9
(201,188,169)
#D3C8BA
(211,200,186)
#DDD4CB
(221,212,203)
#E7E0DC
(231,224,220)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7443; }

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

This text font color is #8D7443.

Background Color

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

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

This div background color is #8D7443.

Border color

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

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

This div border color is #8D7443.

Opacity

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

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

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

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

This text has shadow with #8D7443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7443.

Preview

Color preview on black background

This text has color #8D7443 on black background.


Color preview on white background

This text has color #8D7443 on white background.


Black color preview on #8D7443 background

This text has black color on #8D7443 background.


White color preview on #8D7443 background

This text has white color on #8D7443 background.


Related colors

Complementary color

Complementary color for #hex is #728BBC.


I love getcolorcode.com

Triadic colors

1 #438D74 and #74438D with #8D7443 are triadic colors.

2 #43748D and #748D43 with #8D7443 are triadic colors.