COLOR #8D3B13

HEX: #8D3B13
RGB: (141,59,19)

Color info

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

RGB color model

#8D3B13 color RGB value is (141,59,19).

  • red value is 141;
  • green value is 59;
  • blue value is 19.
RGB:
(141,59,19)
(55%,23%,7%)

RGB channels and saturation

R 141 of 255 = 55%
G 59 of 255 = 23%
B 19 of 255 = 7%

141
59
19

R + G + B ~ 28%. #8D3B13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 59 + 19 = 219 (100%)
R 141 of 219 ~ 64.38%
G 59 of 219 ~ 26.94%
B 19 of 219 ~ 8.68%

%64.38
%26.94

CMYK color model

#8D3B13 color CMYK value is (0,58,87,45).

  • cyan value is 0.00%
  • magenta value is 58.16%
  • yellow value is 86.52%
  • key color value is 44.71%
CMYK:
(0,58,87,45)
C0M58Y87K45 
(0%,58%,87%,45%)
(0.00/0.58/0.87/0.45)	

CMYK percentages

%0
%58.16
%86.52
%44.71

Codes

Color #8D3B13 in popluar color models

8D3B13
RGB1415919
HSL20°76.25%31.37%
HSB/HSV20°86.52%55.29%
CMYK0.00%58.16%86.52%
44.71%

Color #8D3B13 in popluar number systems.

HEX8D3B13
Decimal1415919
Binary1000110111101110011
Octal2157323

Shades and tints

Shades of #8D3B13

#8D3B13
(141,59,19)
#813612
(129,54,18)
#753111
(117,49,17)
#692C10
(105,44,16)
#5D270F
(93,39,15)
#51220E
(81,34,14)
#451D0D
(69,29,13)
#39180C
(57,24,12)
#2D130B
(45,19,11)
#210E0A
(33,14,10)
#150909
(21,9,9)
#000000
(0,0,0)

Tints of #8D3B13

#8D3B13
(141,59,19)
#974C28
(151,76,40)
#A15D3D
(161,93,61)
#AB6E52
(171,110,82)
#B57F67
(181,127,103)
#BF907C
(191,144,124)
#C9A191
(201,161,145)
#D3B2A6
(211,178,166)
#DDC3BB
(221,195,187)
#E7D4D0
(231,212,208)
#F1E5E5
(241,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D3B13 color. Also use rgb(141,59,19) instead hex code.

Text Font Color

.myTextColor { color: #8D3B13; }

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

This text font color is #8D3B13.


Background Color

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

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

This div background color is #8D3B13.


Border color

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

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

This div border color is #8D3B13.


Opacity

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

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

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

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

This text has shadow with #8D3B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3B13 on black background.


Color preview on white background

This text has color #8D3B13 on white background.



Black color preview on #8D3B13 background

This text has black color on #8D3B13 background.


White color preview on #8D3B13 background

This text has white color on #8D3B13 background.