COLOR #8D563C

HEX: #8D563C
RGB: (141,86,60)

Color info

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

RGB color model

#8D563C color RGB value is (141,86,60).

  • red value is 141;
  • green value is 86;
  • blue value is 60.
RGB:
(141,86,60)
(55%,34%,24%)

RGB channels and saturation

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

141
86
60

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

Portions of RGB colors in percentages

R + G + B =
141 + 86 + 60 = 287 (100%)
R 141 of 287 ~ 49.13%
G 86 of 287 ~ 29.97%
B 60 of 287 ~ 20.91%

%49.13
%29.97
%20.91

CMYK color model

#8D563C color CMYK value is (0,39,57,45).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 57.45%
  • key color value is 44.71%
CMYK:
(0,39,57,45)
C0M39Y57K45 
(0%,39%,57%,45%)
(0.00/0.39/0.57/0.45)	

CMYK percentages

%0
%39.01
%57.45
%44.71

Codes

Color #8D563C in popluar color models

8D563C
RGB1418660
HSL19°40.30%39.41%
HSB/HSV19°57.45%55.29%
CMYK0.00%39.01%57.45%
44.71%

Color #8D563C in popluar number systems.

HEX8D563C
Decimal1418660
Binary100011011010110111100
Octal21512674

Shades and tints

Shades of #8D563C

#8D563C
(141,86,60)
#814F37
(129,79,55)
#754832
(117,72,50)
#69412D
(105,65,45)
#5D3A28
(93,58,40)
#513323
(81,51,35)
#452C1E
(69,44,30)
#392519
(57,37,25)
#2D1E14
(45,30,20)
#21170F
(33,23,15)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #8D563C

#8D563C
(141,86,60)
#97654D
(151,101,77)
#A1745E
(161,116,94)
#AB836F
(171,131,111)
#B59280
(181,146,128)
#BFA191
(191,161,145)
#C9B0A2
(201,176,162)
#D3BFB3
(211,191,179)
#DDCEC4
(221,206,196)
#E7DDD5
(231,221,213)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D563C; }

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

This text font color is #8D563C.


Background Color

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

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

This div background color is #8D563C.


Border color

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

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

This div border color is #8D563C.


Opacity

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

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

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

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

This text has shadow with #8D563C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D563C on black background.


Color preview on white background

This text has color #8D563C on white background.



Black color preview on #8D563C background

This text has black color on #8D563C background.


White color preview on #8D563C background

This text has white color on #8D563C background.