COLOR #8D4647

HEX: #8D4647
RGB: (141,70,71)

Color info

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

RGB color model

#8D4647 color RGB value is (141,70,71).

  • red value is 141;
  • green value is 70;
  • blue value is 71.
RGB:
(141,70,71)
(55%,27%,28%)

RGB channels and saturation

R 141 of 255 = 55%
G 70 of 255 = 27%
B 71 of 255 = 28%

141
70
71

R + G + B ~ 37%. #8D4647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 70 + 71 = 282 (100%)
R 141 of 282 ~ 50%
G 70 of 282 ~ 24.82%
B 71 of 282 ~ 25.18%

%50
%24.82
%25.18

CMYK color model

#8D4647 color CMYK value is (0,50,50,45).

  • cyan value is 0.00%
  • magenta value is 50.35%
  • yellow value is 49.65%
  • key color value is 44.71%
CMYK:
(0,50,50,45)
C0M50Y50K45 
(0%,50%,50%,45%)
(0.00/0.50/0.50/0.45)	

CMYK percentages

%0
%50.35
%49.65
%44.71

Codes

Color #8D4647 in popluar color models

8D4647
RGB1417071
HSL359°33.65%41.37%
HSB/HSV359°50.35%55.29%
CMYK0.00%50.35%49.65%
44.71%

Color #8D4647 in popluar number systems.

HEX8D4647
Decimal1417071
Binary1000110110001101000111
Octal215106107

Shades and tints

Shades of #8D4647

#8D4647
(141,70,71)
#814041
(129,64,65)
#753A3B
(117,58,59)
#693435
(105,52,53)
#5D2E2F
(93,46,47)
#512829
(81,40,41)
#452223
(69,34,35)
#391C1D
(57,28,29)
#2D1617
(45,22,23)
#211011
(33,16,17)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #8D4647

#8D4647
(141,70,71)
#975657
(151,86,87)
#A16667
(161,102,103)
#AB7677
(171,118,119)
#B58687
(181,134,135)
#BF9697
(191,150,151)
#C9A6A7
(201,166,167)
#D3B6B7
(211,182,183)
#DDC6C7
(221,198,199)
#E7D6D7
(231,214,215)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4647 color. Also use rgb(141,70,71) instead hex code.

Text Font Color

.myTextColor { color: #8D4647; }

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

This text font color is #8D4647.


Background Color

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

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

This div background color is #8D4647.


Border color

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

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

This div border color is #8D4647.


Opacity

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

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

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

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

This text has shadow with #8D4647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4647 on black background.


Color preview on white background

This text has color #8D4647 on white background.



Black color preview on #8D4647 background

This text has black color on #8D4647 background.


White color preview on #8D4647 background

This text has white color on #8D4647 background.