COLOR #8D3C17

HEX: #8D3C17
RGB: (141,60,23)

Color info

#8D3C17 contains mainly red color. Web safe color of #8D3C17 is #993300 (or #930).

RGB color model

#8D3C17 color RGB value is (141,60,23).

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

RGB channels and saturation

R 141 of 255 = 55%
G 60 of 255 = 24%
B 23 of 255 = 9%

141
60
23

R + G + B ~ 29%. #8D3C17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 60 + 23 = 224 (100%)
R 141 of 224 ~ 62.95%
G 60 of 224 ~ 26.79%
B 23 of 224 ~ 10.27%

%62.95
%26.79
%10.27

CMYK color model

#8D3C17 color CMYK value is (0,57,84,45).

  • cyan value is 0.00%
  • magenta value is 57.45%
  • yellow value is 83.69%
  • key color value is 44.71%
CMYK:
(0,57,84,45)
C0M57Y84K45 
(0%,57%,84%,45%)
(0.00/0.57/0.84/0.45)	

CMYK percentages

%0
%57.45
%83.69
%44.71

Codes

Color #8D3C17 in popluar color models

8D3C17
RGB1416023
HSL19°71.95%32.16%
HSB/HSV19°83.69%55.29%
CMYK0.00%57.45%83.69%
44.71%

Color #8D3C17 in popluar number systems.

HEX8D3C17
Decimal1416023
Binary1000110111110010111
Octal2157427

Shades and tints

Shades of #8D3C17

#8D3C17
(141,60,23)
#813715
(129,55,21)
#753213
(117,50,19)
#692D11
(105,45,17)
#5D280F
(93,40,15)
#51230D
(81,35,13)
#451E0B
(69,30,11)
#391909
(57,25,9)
#2D1407
(45,20,7)
#210F05
(33,15,5)
#150A03
(21,10,3)
#000000
(0,0,0)

Tints of #8D3C17

#8D3C17
(141,60,23)
#974D2C
(151,77,44)
#A15E41
(161,94,65)
#AB6F56
(171,111,86)
#B5806B
(181,128,107)
#BF9180
(191,145,128)
#C9A295
(201,162,149)
#D3B3AA
(211,179,170)
#DDC4BF
(221,196,191)
#E7D5D4
(231,213,212)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D3C17; }

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

This text font color is #8D3C17.


Background Color

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

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

This div background color is #8D3C17.


Border color

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

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

This div border color is #8D3C17.


Opacity

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

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

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

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

This text has shadow with #8D3C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3C17 on black background.


Color preview on white background

This text has color #8D3C17 on white background.



Black color preview on #8D3C17 background

This text has black color on #8D3C17 background.


White color preview on #8D3C17 background

This text has white color on #8D3C17 background.