COLOR #8D4759

HEX: #8D4759
RGB: (141,71,89)

Color info

#8D4759 contains mainly red and blue colors. Web safe color of #8D4759 is #993366 (or #936).

RGB color model

#8D4759 color RGB value is (141,71,89).

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

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 89 of 255 = 35%

141
71
89

R + G + B ~ 39%. #8D4759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 71 + 89 = 301 (100%)
R 141 of 301 ~ 46.84%
G 71 of 301 ~ 23.59%
B 89 of 301 ~ 29.57%

%46.84
%23.59
%29.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 36.88%
  • key color value is 44.71%
CMYK:
(0,50,37,45)
C0M50Y37K45 
(0%,50%,37%,45%)
(0.00/0.50/0.37/0.45)	

CMYK percentages

%0
%49.65
%36.88
%44.71

Codes

Color #8D4759 in popluar color models

8D4759
RGB1417189
HSL345°33.02%41.57%
HSB/HSV345°49.65%55.29%
CMYK0.00%49.65%36.88%
44.71%

Color #8D4759 in popluar number systems.

HEX8D4759
Decimal1417189
Binary1000110110001111011001
Octal215107131

Shades and tints

Shades of #8D4759

#8D4759
(141,71,89)
#814151
(129,65,81)
#753B49
(117,59,73)
#693541
(105,53,65)
#5D2F39
(93,47,57)
#512931
(81,41,49)
#452329
(69,35,41)
#391D21
(57,29,33)
#2D1719
(45,23,25)
#211111
(33,17,17)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #8D4759

#8D4759
(141,71,89)
#975768
(151,87,104)
#A16777
(161,103,119)
#AB7786
(171,119,134)
#B58795
(181,135,149)
#BF97A4
(191,151,164)
#C9A7B3
(201,167,179)
#D3B7C2
(211,183,194)
#DDC7D1
(221,199,209)
#E7D7E0
(231,215,224)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4759; }

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

This text font color is #8D4759.


Background Color

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

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

This div background color is #8D4759.


Border color

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

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

This div border color is #8D4759.


Opacity

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

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

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

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

This text has shadow with #8D4759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4759 on black background.


Color preview on white background

This text has color #8D4759 on white background.



Black color preview on #8D4759 background

This text has black color on #8D4759 background.


White color preview on #8D4759 background

This text has white color on #8D4759 background.