COLOR #8D466F

HEX: #8D466F
RGB: (141,70,111)

Color info

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

RGB color model

#8D466F color RGB value is (141,70,111).

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

RGB channels and saturation

R 141 of 255 = 55%
G 70 of 255 = 27%
B 111 of 255 = 44%

141
70
111

R + G + B ~ 42%. #8D466F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 70 + 111 = 322 (100%)
R 141 of 322 ~ 43.79%
G 70 of 322 ~ 21.74%
B 111 of 322 ~ 34.47%

%43.79
%21.74
%34.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.35%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(0,50,21,45)
C0M50Y21K45 
(0%,50%,21%,45%)
(0.00/0.50/0.21/0.45)	

CMYK percentages

%0
%50.35
%21.28
%44.71

Codes

Color #8D466F in popluar color models

8D466F
RGB14170111
HSL325°33.65%41.37%
HSB/HSV325°50.35%55.29%
CMYK0.00%50.35%21.28%
44.71%

Color #8D466F in popluar number systems.

HEX8D466F
Decimal14170111
Binary1000110110001101101111
Octal215106157

Shades and tints

Shades of #8D466F

#8D466F
(141,70,111)
#814065
(129,64,101)
#753A5B
(117,58,91)
#693451
(105,52,81)
#5D2E47
(93,46,71)
#51283D
(81,40,61)
#452233
(69,34,51)
#391C29
(57,28,41)
#2D161F
(45,22,31)
#211015
(33,16,21)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #8D466F

#8D466F
(141,70,111)
#97567C
(151,86,124)
#A16689
(161,102,137)
#AB7696
(171,118,150)
#B586A3
(181,134,163)
#BF96B0
(191,150,176)
#C9A6BD
(201,166,189)
#D3B6CA
(211,182,202)
#DDC6D7
(221,198,215)
#E7D6E4
(231,214,228)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D466F; }

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

This text font color is #8D466F.


Background Color

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

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

This div background color is #8D466F.


Border color

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

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

This div border color is #8D466F.


Opacity

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

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

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

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

This text has shadow with #8D466F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D466F on black background.


Color preview on white background

This text has color #8D466F on white background.



Black color preview on #8D466F background

This text has black color on #8D466F background.


White color preview on #8D466F background

This text has white color on #8D466F background.