COLOR #8D3619

HEX: #8D3619
RGB: (141,54,25)

Color info

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

RGB color model

#8D3619 color RGB value is (141,54,25).

  • red value is 141;
  • green value is 54;
  • blue value is 25.
RGB:
(141,54,25)
(55%,21%,10%)

RGB channels and saturation

R 141 of 255 = 55%
G 54 of 255 = 21%
B 25 of 255 = 10%

141
54
25

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

Portions of RGB colors in percentages

R + G + B =
141 + 54 + 25 = 220 (100%)
R 141 of 220 ~ 64.09%
G 54 of 220 ~ 24.55%
B 25 of 220 ~ 11.36%

%64.09
%24.55
%11.36

CMYK color model

#8D3619 color CMYK value is (0,62,82,45).

  • cyan value is 0.00%
  • magenta value is 61.70%
  • yellow value is 82.27%
  • key color value is 44.71%
CMYK:
(0,62,82,45)
C0M62Y82K45 
(0%,62%,82%,45%)
(0.00/0.62/0.82/0.45)	

CMYK percentages

%0
%61.7
%82.27
%44.71

Codes

Color #8D3619 in popluar color models

8D3619
RGB1415425
HSL15°69.88%32.55%
HSB/HSV15°82.27%55.29%
CMYK0.00%61.70%82.27%
44.71%

Color #8D3619 in popluar number systems.

HEX8D3619
Decimal1415425
Binary1000110111011011001
Octal2156631

Shades and tints

Shades of #8D3619

#8D3619
(141,54,25)
#813217
(129,50,23)
#752E15
(117,46,21)
#692A13
(105,42,19)
#5D2611
(93,38,17)
#51220F
(81,34,15)
#451E0D
(69,30,13)
#391A0B
(57,26,11)
#2D1609
(45,22,9)
#211207
(33,18,7)
#150E05
(21,14,5)
#000000
(0,0,0)

Tints of #8D3619

#8D3619
(141,54,25)
#97482D
(151,72,45)
#A15A41
(161,90,65)
#AB6C55
(171,108,85)
#B57E69
(181,126,105)
#BF907D
(191,144,125)
#C9A291
(201,162,145)
#D3B4A5
(211,180,165)
#DDC6B9
(221,198,185)
#E7D8CD
(231,216,205)
#F1EAE1
(241,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D3619 color. Also use rgb(141,54,25) instead hex code.

Text Font Color

.myTextColor { color: #8D3619; }

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

This text font color is #8D3619.


Background Color

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

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

This div background color is #8D3619.


Border color

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

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

This div border color is #8D3619.


Opacity

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

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

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

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

This text has shadow with #8D3619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3619 on black background.


Color preview on white background

This text has color #8D3619 on white background.



Black color preview on #8D3619 background

This text has black color on #8D3619 background.


White color preview on #8D3619 background

This text has white color on #8D3619 background.