COLOR #8D5E43

HEX: #8D5E43
RGB: (141,94,67)

Color info

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

RGB color model

#8D5E43 color RGB value is (141,94,67).

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

RGB channels and saturation

R 141 of 255 = 55%
G 94 of 255 = 37%
B 67 of 255 = 26%

141
94
67

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

Portions of RGB colors in percentages

R + G + B =
141 + 94 + 67 = 302 (100%)
R 141 of 302 ~ 46.69%
G 94 of 302 ~ 31.13%
B 67 of 302 ~ 22.19%

%46.69
%31.13
%22.19

CMYK color model

#8D5E43 color CMYK value is (0,33,52,45).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 52.48%
  • key color value is 44.71%
CMYK:
(0,33,52,45)
C0M33Y52K45 
(0%,33%,52%,45%)
(0.00/0.33/0.52/0.45)	

CMYK percentages

%0
%33.33
%52.48
%44.71

Codes

Color #8D5E43 in popluar color models

8D5E43
RGB1419467
HSL22°35.58%40.78%
HSB/HSV22°52.48%55.29%
CMYK0.00%33.33%52.48%
44.71%

Color #8D5E43 in popluar number systems.

HEX8D5E43
Decimal1419467
Binary1000110110111101000011
Octal215136103

Shades and tints

Shades of #8D5E43

#8D5E43
(141,94,67)
#81563D
(129,86,61)
#754E37
(117,78,55)
#694631
(105,70,49)
#5D3E2B
(93,62,43)
#513625
(81,54,37)
#452E1F
(69,46,31)
#392619
(57,38,25)
#2D1E13
(45,30,19)
#21160D
(33,22,13)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #8D5E43

#8D5E43
(141,94,67)
#976C54
(151,108,84)
#A17A65
(161,122,101)
#AB8876
(171,136,118)
#B59687
(181,150,135)
#BFA498
(191,164,152)
#C9B2A9
(201,178,169)
#D3C0BA
(211,192,186)
#DDCECB
(221,206,203)
#E7DCDC
(231,220,220)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5E43; }

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

This text font color is #8D5E43.


Background Color

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

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

This div background color is #8D5E43.


Border color

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

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

This div border color is #8D5E43.


Opacity

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

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

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

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

This text has shadow with #8D5E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5E43 on black background.


Color preview on white background

This text has color #8D5E43 on white background.



Black color preview on #8D5E43 background

This text has black color on #8D5E43 background.


White color preview on #8D5E43 background

This text has white color on #8D5E43 background.