COLOR #8D346D

HEX: #8D346D
RGB: (141,52,109)

Color info

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

RGB color model

#8D346D color RGB value is (141,52,109).

  • red value is 141;
  • green value is 52;
  • blue value is 109.
RGB:
(141,52,109)
(55%,20%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 52 of 255 = 20%
B 109 of 255 = 43%

141
52
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 52 + 109 = 302 (100%)
R 141 of 302 ~ 46.69%
G 52 of 302 ~ 17.22%
B 109 of 302 ~ 36.09%

%46.69
%17.22
%36.09

CMYK color model

#8D346D color CMYK value is (0,63,23,45).

  • cyan value is 0.00%
  • magenta value is 63.12%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(0,63,23,45)
C0M63Y23K45 
(0%,63%,23%,45%)
(0.00/0.63/0.23/0.45)	

CMYK percentages

%0
%63.12
%22.7
%44.71

Codes

Color #8D346D in popluar color models

8D346D
RGB14152109
HSL322°46.11%37.84%
HSB/HSV322°63.12%55.29%
CMYK0.00%63.12%22.70%
44.71%

Color #8D346D in popluar number systems.

HEX8D346D
Decimal14152109
Binary100011011101001101101
Octal21564155

Shades and tints

Shades of #8D346D

#8D346D
(141,52,109)
#813064
(129,48,100)
#752C5B
(117,44,91)
#692852
(105,40,82)
#5D2449
(93,36,73)
#512040
(81,32,64)
#451C37
(69,28,55)
#39182E
(57,24,46)
#2D1425
(45,20,37)
#21101C
(33,16,28)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #8D346D

#8D346D
(141,52,109)
#97467A
(151,70,122)
#A15887
(161,88,135)
#AB6A94
(171,106,148)
#B57CA1
(181,124,161)
#BF8EAE
(191,142,174)
#C9A0BB
(201,160,187)
#D3B2C8
(211,178,200)
#DDC4D5
(221,196,213)
#E7D6E2
(231,214,226)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D346D color. Also use rgb(141,52,109) instead hex code.

Text Font Color

.myTextColor { color: #8D346D; }

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

This text font color is #8D346D.


Background Color

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

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

This div background color is #8D346D.


Border color

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

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

This div border color is #8D346D.


Opacity

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

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

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

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

This text has shadow with #8D346D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D346D on black background.


Color preview on white background

This text has color #8D346D on white background.



Black color preview on #8D346D background

This text has black color on #8D346D background.


White color preview on #8D346D background

This text has white color on #8D346D background.