COLOR #8D350D

HEX: #8D350D
RGB: (141,53,13)

Color info

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

RGB color model

#8D350D color RGB value is (141,53,13).

  • red value is 141;
  • green value is 53;
  • blue value is 13.
RGB:
(141,53,13)
(55%,21%,5%)

RGB channels and saturation

R 141 of 255 = 55%
G 53 of 255 = 21%
B 13 of 255 = 5%

141
53
13

R + G + B ~ 27%. #8D350D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 53 + 13 = 207 (100%)
R 141 of 207 ~ 68.12%
G 53 of 207 ~ 25.6%
B 13 of 207 ~ 6.28%

%68.12
%25.6

CMYK color model

#8D350D color CMYK value is (0,62,91,45).

  • cyan value is 0.00%
  • magenta value is 62.41%
  • yellow value is 90.78%
  • key color value is 44.71%
CMYK:
(0,62,91,45)
C0M62Y91K45 
(0%,62%,91%,45%)
(0.00/0.62/0.91/0.45)	

CMYK percentages

%0
%62.41
%90.78
%44.71

Codes

Color #8D350D in popluar color models

8D350D
RGB1415313
HSL19°83.12%30.20%
HSB/HSV19°90.78%55.29%
CMYK0.00%62.41%90.78%
44.71%

Color #8D350D in popluar number systems.

HEX8D350D
Decimal1415313
Binary100011011101011101
Octal2156515

Shades and tints

Shades of #8D350D

#8D350D
(141,53,13)
#81310C
(129,49,12)
#752D0B
(117,45,11)
#69290A
(105,41,10)
#5D2509
(93,37,9)
#512108
(81,33,8)
#451D07
(69,29,7)
#391906
(57,25,6)
#2D1505
(45,21,5)
#211104
(33,17,4)
#150D03
(21,13,3)
#000000
(0,0,0)

Tints of #8D350D

#8D350D
(141,53,13)
#974723
(151,71,35)
#A15939
(161,89,57)
#AB6B4F
(171,107,79)
#B57D65
(181,125,101)
#BF8F7B
(191,143,123)
#C9A191
(201,161,145)
#D3B3A7
(211,179,167)
#DDC5BD
(221,197,189)
#E7D7D3
(231,215,211)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D350D color. Also use rgb(141,53,13) instead hex code.

Text Font Color

.myTextColor { color: #8D350D; }

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

This text font color is #8D350D.


Background Color

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

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

This div background color is #8D350D.


Border color

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

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

This div border color is #8D350D.


Opacity

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

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

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

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

This text has shadow with #8D350D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D350D on black background.


Color preview on white background

This text has color #8D350D on white background.



Black color preview on #8D350D background

This text has black color on #8D350D background.


White color preview on #8D350D background

This text has white color on #8D350D background.