COLOR #8D4750

HEX: #8D4750 RGB: (141,71,80)

Color info

#8D4750 contains mainly red color. Web safe color of #8D4750 is #993366 (or #936).

RGB color model

#8D4750 color RGB value is (141,71,80).

RGB: (141,71,80) (55%, 28%, 31%)

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 80 of 255 = 31%

141
71
80

R + G + B ~ 38%. #8D4750 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 71 + 80 = 292 (100%)
R 141 of 292 ~ 48.29%
G 71 of 292 ~ 24.32%
B 80 of 292 ~ 27.4'%

%48.29
%24.32
%27.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 43.26%
  • key color value is 44.71%

CMYK: (0,50,43,45)
C0M50Y43K45 (0%, 50%, 43%, 45%)
(0.00 / 0.50 / 0.43 / 0.45)

CMYK percentages

%0
%49.65
%43.26
%44.71

Codes

Color #8D4750 in popluar color models

8D 47 50
RGB 141 71 80
HSL 352° 33.02% 41.57%
HSB/HSV 352° 49.65% 55.29%
CMYK 0.00% 49.65% 43.26%
44.71%

Color #8D4750 in popluar number systems.

HEX 8D 47 50
Decimal 141 71 80
Binary 10001101 1000111 1010000
Octal 215 107 120

Shades and tints

Shades of #8D4750

#8D4750
(141,71,80)
#814149
(129,65,73)
#753B42
(117,59,66)
#69353B
(105,53,59)
#5D2F34
(93,47,52)
#51292D
(81,41,45)
#452326
(69,35,38)
#391D1F
(57,29,31)
#2D1718
(45,23,24)
#211111
(33,17,17)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #8D4750

#8D4750
(141,71,80)
#97575F
(151,87,95)
#A1676E
(161,103,110)
#AB777D
(171,119,125)
#B5878C
(181,135,140)
#BF979B
(191,151,155)
#C9A7AA
(201,167,170)
#D3B7B9
(211,183,185)
#DDC7C8
(221,199,200)
#E7D7D7
(231,215,215)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4750; }

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

This text font color is #8D4750.

Background Color

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

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

This div background color is #8D4750.

Border color

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

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

This div border color is #8D4750.

Opacity

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

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

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

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

This text has shadow with #8D4750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4750.

Preview

Color preview on black background

This text has color #8D4750 on black background.


Color preview on white background

This text has color #8D4750 on white background.


Black color preview on #8D4750 background

This text has black color on #8D4750 background.


White color preview on #8D4750 background

This text has white color on #8D4750 background.


Related colors

Complementary color

Complementary color for #hex is #72B8AF.


I love getcolorcode.com

Triadic colors

1 #508D47 and #47508D with #8D4750 are triadic colors.

2 #50478D and #478D50 with #8D4750 are triadic colors.