COLOR #8D4A41

HEX: #8D4A41
RGB: (141,74,65)

Color info

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

RGB color model

#8D4A41 color RGB value is (141,74,65).

  • red value is 141;
  • green value is 74;
  • blue value is 65.
RGB:
(141,74,65)
(55%,29%,25%)

RGB channels and saturation

R 141 of 255 = 55%
G 74 of 255 = 29%
B 65 of 255 = 25%

141
74
65

R + G + B ~ 36%. #8D4A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 74 + 65 = 280 (100%)
R 141 of 280 ~ 50.36%
G 74 of 280 ~ 26.43%
B 65 of 280 ~ 23.21%

%50.36
%26.43
%23.21

CMYK color model

#8D4A41 color CMYK value is (0,48,54,45).

  • cyan value is 0.00%
  • magenta value is 47.52%
  • yellow value is 53.90%
  • key color value is 44.71%
CMYK:
(0,48,54,45)
C0M48Y54K45 
(0%,48%,54%,45%)
(0.00/0.48/0.54/0.45)	

CMYK percentages

%0
%47.52
%53.9
%44.71

Codes

Color #8D4A41 in popluar color models

8D4A41
RGB1417465
HSL36.89%40.39%
HSB/HSV53.90%55.29%
CMYK0.00%47.52%53.90%
44.71%

Color #8D4A41 in popluar number systems.

HEX8D4A41
Decimal1417465
Binary1000110110010101000001
Octal215112101

Shades and tints

Shades of #8D4A41

#8D4A41
(141,74,65)
#81443C
(129,68,60)
#753E37
(117,62,55)
#693832
(105,56,50)
#5D322D
(93,50,45)
#512C28
(81,44,40)
#452623
(69,38,35)
#39201E
(57,32,30)
#2D1A19
(45,26,25)
#211414
(33,20,20)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D4A41

#8D4A41
(141,74,65)
#975A52
(151,90,82)
#A16A63
(161,106,99)
#AB7A74
(171,122,116)
#B58A85
(181,138,133)
#BF9A96
(191,154,150)
#C9AAA7
(201,170,167)
#D3BAB8
(211,186,184)
#DDCAC9
(221,202,201)
#E7DADA
(231,218,218)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4A41 color. Also use rgb(141,74,65) instead hex code.

Text Font Color

.myTextColor { color: #8D4A41; }

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

This text font color is #8D4A41.


Background Color

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

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

This div background color is #8D4A41.


Border color

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

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

This div border color is #8D4A41.


Opacity

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

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

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

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

This text has shadow with #8D4A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4A41 on black background.


Color preview on white background

This text has color #8D4A41 on white background.



Black color preview on #8D4A41 background

This text has black color on #8D4A41 background.


White color preview on #8D4A41 background

This text has white color on #8D4A41 background.