COLOR #8D5D2F

HEX: #8D5D2F RGB: (141,93,47)

Color info

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

RGB color model

#8D5D2F color RGB value is (141,93,47).

RGB: (141,93,47) (55%, 36%, 18%)

RGB channels and saturation

R 141 of 255 = 55%
G 93 of 255 = 36%
B 47 of 255 = 18%

141
93
47

R + G + B ~ 36%. #8D5D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 93 + 47 = 281 (100%)
R 141 of 281 ~ 50.18%
G 93 of 281 ~ 33.1%
B 47 of 281 ~ 16.73'%

%50.18
%33.1
%16.73

CMYK color model

#8D5D2F color CMYK value is (0,34,67,45).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 66.67%
  • key color value is 44.71%

CMYK: (0,34,67,45)
C0M34Y67K45 (0%, 34%, 67%, 45%)
(0.00 / 0.34 / 0.67 / 0.45)

CMYK percentages

%0
%34.04
%66.67
%44.71

Codes

Color #8D5D2F in popluar color models

8D 5D 2F
RGB 141 93 47
HSL 29° 50.00% 36.86%
HSB/HSV 29° 66.67% 55.29%
CMYK 0.00% 34.04% 66.67%
44.71%

Color #8D5D2F in popluar number systems.

HEX 8D 5D 2F
Decimal 141 93 47
Binary 10001101 1011101 101111
Octal 215 135 57

Shades and tints

Shades of #8D5D2F

#8D5D2F
(141,93,47)
#81552B
(129,85,43)
#754D27
(117,77,39)
#694523
(105,69,35)
#5D3D1F
(93,61,31)
#51351B
(81,53,27)
#452D17
(69,45,23)
#392513
(57,37,19)
#2D1D0F
(45,29,15)
#21150B
(33,21,11)
#150D07
(21,13,7)
#000000
(0,0,0)

Tints of #8D5D2F

#8D5D2F
(141,93,47)
#976B41
(151,107,65)
#A17953
(161,121,83)
#AB8765
(171,135,101)
#B59577
(181,149,119)
#BFA389
(191,163,137)
#C9B19B
(201,177,155)
#D3BFAD
(211,191,173)
#DDCDBF
(221,205,191)
#E7DBD1
(231,219,209)
#F1E9E3
(241,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5D2F color. Also use rgb(141,93,47) instead hex code.

Text Font Color

.myTextColor { color: #8D5D2F; }

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

This text font color is #8D5D2F.

Background Color

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

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

This div background color is #8D5D2F.

Border color

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

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

This div border color is #8D5D2F.

Opacity

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

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

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

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

This text has shadow with #8D5D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5D2F.

Preview

Color preview on black background

This text has color #8D5D2F on black background.


Color preview on white background

This text has color #8D5D2F on white background.


Black color preview on #8D5D2F background

This text has black color on #8D5D2F background.


White color preview on #8D5D2F background

This text has white color on #8D5D2F background.


Related colors

Complementary color

Complementary color for #hex is #72A2D0.


I love getcolorcode.com

Triadic colors

1 #2F8D5D and #5D2F8D with #8D5D2F are triadic colors.

2 #2F5D8D and #5D8D2F with #8D5D2F are triadic colors.