COLOR #8D563E

HEX: #8D563E RGB: (141,86,62)

Color info

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

RGB color model

#8D563E color RGB value is (141,86,62).

RGB: (141,86,62) (55%, 34%, 24%)

RGB channels and saturation

R 141 of 255 = 55%
G 86 of 255 = 34%
B 62 of 255 = 24%

141
86
62

R + G + B ~ 38%. #8D563E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 86 + 62 = 289 (100%)
R 141 of 289 ~ 48.79%
G 86 of 289 ~ 29.76%
B 62 of 289 ~ 21.45'%

%48.79
%29.76
%21.45

CMYK color model

#8D563E color CMYK value is (0,39,56,45).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 56.03%
  • key color value is 44.71%

CMYK: (0,39,56,45)
C0M39Y56K45 (0%, 39%, 56%, 45%)
(0.00 / 0.39 / 0.56 / 0.45)

CMYK percentages

%0
%39.01
%56.03
%44.71

Codes

Color #8D563E in popluar color models

8D 56 3E
RGB 141 86 62
HSL 18° 38.92% 39.80%
HSB/HSV 18° 56.03% 55.29%
CMYK 0.00% 39.01% 56.03%
44.71%

Color #8D563E in popluar number systems.

HEX 8D 56 3E
Decimal 141 86 62
Binary 10001101 1010110 111110
Octal 215 126 76

Shades and tints

Shades of #8D563E

#8D563E
(141,86,62)
#814F39
(129,79,57)
#754834
(117,72,52)
#69412F
(105,65,47)
#5D3A2A
(93,58,42)
#513325
(81,51,37)
#452C20
(69,44,32)
#39251B
(57,37,27)
#2D1E16
(45,30,22)
#211711
(33,23,17)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #8D563E

#8D563E
(141,86,62)
#97654F
(151,101,79)
#A17460
(161,116,96)
#AB8371
(171,131,113)
#B59282
(181,146,130)
#BFA193
(191,161,147)
#C9B0A4
(201,176,164)
#D3BFB5
(211,191,181)
#DDCEC6
(221,206,198)
#E7DDD7
(231,221,215)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D563E color. Also use rgb(141,86,62) instead hex code.

Text Font Color

.myTextColor { color: #8D563E; }

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

This text font color is #8D563E.

Background Color

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

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

This div background color is #8D563E.

Border color

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

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

This div border color is #8D563E.

Opacity

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

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

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

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

This text has shadow with #8D563E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D563E.

Preview

Color preview on black background

This text has color #8D563E on black background.


Color preview on white background

This text has color #8D563E on white background.


Black color preview on #8D563E background

This text has black color on #8D563E background.


White color preview on #8D563E background

This text has white color on #8D563E background.


Related colors

Complementary color

Complementary color for #hex is #72A9C1.


I love getcolorcode.com

Triadic colors

1 #3E8D56 and #563E8D with #8D563E are triadic colors.

2 #3E568D and #568D3E with #8D563E are triadic colors.