COLOR #8D352B

HEX: #8D352B
RGB: (141,53,43)

Color info

#8D352B contains mainly red color. Web safe color of #8D352B is #993333 (or #933).

RGB color model

#8D352B color RGB value is (141,53,43).

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

RGB channels and saturation

R 141 of 255 = 55%
G 53 of 255 = 21%
B 43 of 255 = 17%

141
53
43

R + G + B ~ 31%. #8D352B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 53 + 43 = 237 (100%)
R 141 of 237 ~ 59.49%
G 53 of 237 ~ 22.36%
B 43 of 237 ~ 18.14%

%59.49
%22.36
%18.14

CMYK color model

#8D352B color CMYK value is (0,62,70,45).

  • cyan value is 0.00%
  • magenta value is 62.41%
  • yellow value is 69.50%
  • key color value is 44.71%
CMYK:
(0,62,70,45)
C0M62Y70K45 
(0%,62%,70%,45%)
(0.00/0.62/0.70/0.45)	

CMYK percentages

%0
%62.41
%69.5
%44.71

Codes

Color #8D352B in popluar color models

8D352B
RGB1415343
HSL53.26%36.08%
HSB/HSV69.50%55.29%
CMYK0.00%62.41%69.50%
44.71%

Color #8D352B in popluar number systems.

HEX8D352B
Decimal1415343
Binary10001101110101101011
Octal2156553

Shades and tints

Shades of #8D352B

#8D352B
(141,53,43)
#813128
(129,49,40)
#752D25
(117,45,37)
#692922
(105,41,34)
#5D251F
(93,37,31)
#51211C
(81,33,28)
#451D19
(69,29,25)
#391916
(57,25,22)
#2D1513
(45,21,19)
#211110
(33,17,16)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #8D352B

#8D352B
(141,53,43)
#97473E
(151,71,62)
#A15951
(161,89,81)
#AB6B64
(171,107,100)
#B57D77
(181,125,119)
#BF8F8A
(191,143,138)
#C9A19D
(201,161,157)
#D3B3B0
(211,179,176)
#DDC5C3
(221,197,195)
#E7D7D6
(231,215,214)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D352B; }

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

This text font color is #8D352B.


Background Color

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

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

This div background color is #8D352B.


Border color

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

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

This div border color is #8D352B.


Opacity

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

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

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

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

This text has shadow with #8D352B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D352B on black background.


Color preview on white background

This text has color #8D352B on white background.



Black color preview on #8D352B background

This text has black color on #8D352B background.


White color preview on #8D352B background

This text has white color on #8D352B background.