COLOR #8D5C6A

HEX: #8D5C6A RGB: (141,92,106)

Color info

#8D5C6A contains red, green and blue colors in about the same proportion. Web safe color of #8D5C6A is #996666 (or #966).

RGB color model

#8D5C6A color RGB value is (141,92,106).

RGB: (141,92,106) (55%, 36%, 42%)

RGB channels and saturation

R 141 of 255 = 55%
G 92 of 255 = 36%
B 106 of 255 = 42%

141
92
106

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

Portions of RGB colors in percentages

R + G + B = 141 + 92 + 106 = 339 (100%)
R 141 of 339 ~ 41.59%
G 92 of 339 ~ 27.14%
B 106 of 339 ~ 31.27'%

%41.59
%27.14
%31.27

CMYK color model

#8D5C6A color CMYK value is (0,35,25,45).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 24.82%
  • key color value is 44.71%

CMYK: (0,35,25,45)
C0M35Y25K45 (0%, 35%, 25%, 45%)
(0.00 / 0.35 / 0.25 / 0.45)

CMYK percentages

%0
%34.75
%24.82
%44.71

Codes

Color #8D5C6A in popluar color models

8D 5C 6A
RGB 141 92 106
HSL 343° 21.03% 45.69%
HSB/HSV 343° 34.75% 55.29%
CMYK 0.00% 34.75% 24.82%
44.71%

Color #8D5C6A in popluar number systems.

HEX 8D 5C 6A
Decimal 141 92 106
Binary 10001101 1011100 1101010
Octal 215 134 152

Shades and tints

Shades of #8D5C6A

#8D5C6A
(141,92,106)
#815461
(129,84,97)
#754C58
(117,76,88)
#69444F
(105,68,79)
#5D3C46
(93,60,70)
#51343D
(81,52,61)
#452C34
(69,44,52)
#39242B
(57,36,43)
#2D1C22
(45,28,34)
#211419
(33,20,25)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #8D5C6A

#8D5C6A
(141,92,106)
#976A77
(151,106,119)
#A17884
(161,120,132)
#AB8691
(171,134,145)
#B5949E
(181,148,158)
#BFA2AB
(191,162,171)
#C9B0B8
(201,176,184)
#D3BEC5
(211,190,197)
#DDCCD2
(221,204,210)
#E7DADF
(231,218,223)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5C6A color. Also use rgb(141,92,106) instead hex code.

Text Font Color

.myTextColor { color: #8D5C6A; }

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

This text font color is #8D5C6A.

Background Color

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

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

This div background color is #8D5C6A.

Border color

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

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

This div border color is #8D5C6A.

Opacity

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

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

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

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

This text has shadow with #8D5C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5C6A.

Preview

Color preview on black background

This text has color #8D5C6A on black background.


Color preview on white background

This text has color #8D5C6A on white background.


Black color preview on #8D5C6A background

This text has black color on #8D5C6A background.


White color preview on #8D5C6A background

This text has white color on #8D5C6A background.


Related colors

Complementary color

Complementary color for #hex is #72A395.


I love getcolorcode.com

Triadic colors

1 #6A8D5C and #5C6A8D with #8D5C6A are triadic colors.

2 #6A5C8D and #5C8D6A with #8D5C6A are triadic colors.