COLOR #8D3A27

HEX: #8D3A27
RGB: (141,58,39)

Color info

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

RGB color model

#8D3A27 color RGB value is (141,58,39).

  • red value is 141;
  • green value is 58;
  • blue value is 39.
RGB:
(141,58,39)
(55%,23%,15%)

RGB channels and saturation

R 141 of 255 = 55%
G 58 of 255 = 23%
B 39 of 255 = 15%

141
58
39

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

Portions of RGB colors in percentages

R + G + B =
141 + 58 + 39 = 238 (100%)
R 141 of 238 ~ 59.24%
G 58 of 238 ~ 24.37%
B 39 of 238 ~ 16.39%

%59.24
%24.37
%16.39

CMYK color model

#8D3A27 color CMYK value is (0,59,72,45).

  • cyan value is 0.00%
  • magenta value is 58.87%
  • yellow value is 72.34%
  • key color value is 44.71%
CMYK:
(0,59,72,45)
C0M59Y72K45 
(0%,59%,72%,45%)
(0.00/0.59/0.72/0.45)	

CMYK percentages

%0
%58.87
%72.34
%44.71

Codes

Color #8D3A27 in popluar color models

8D3A27
RGB1415839
HSL11°56.67%35.29%
HSB/HSV11°72.34%55.29%
CMYK0.00%58.87%72.34%
44.71%

Color #8D3A27 in popluar number systems.

HEX8D3A27
Decimal1415839
Binary10001101111010100111
Octal2157247

Shades and tints

Shades of #8D3A27

#8D3A27
(141,58,39)
#813524
(129,53,36)
#753021
(117,48,33)
#692B1E
(105,43,30)
#5D261B
(93,38,27)
#512118
(81,33,24)
#451C15
(69,28,21)
#391712
(57,23,18)
#2D120F
(45,18,15)
#210D0C
(33,13,12)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #8D3A27

#8D3A27
(141,58,39)
#974B3A
(151,75,58)
#A15C4D
(161,92,77)
#AB6D60
(171,109,96)
#B57E73
(181,126,115)
#BF8F86
(191,143,134)
#C9A099
(201,160,153)
#D3B1AC
(211,177,172)
#DDC2BF
(221,194,191)
#E7D3D2
(231,211,210)
#F1E4E5
(241,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D3A27 color. Also use rgb(141,58,39) instead hex code.

Text Font Color

.myTextColor { color: #8D3A27; }

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

This text font color is #8D3A27.


Background Color

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

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

This div background color is #8D3A27.


Border color

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

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

This div border color is #8D3A27.


Opacity

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

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

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

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

This text has shadow with #8D3A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3A27 on black background.


Color preview on white background

This text has color #8D3A27 on white background.



Black color preview on #8D3A27 background

This text has black color on #8D3A27 background.


White color preview on #8D3A27 background

This text has white color on #8D3A27 background.