COLOR #8C5169

HEX: #8C5169
RGB: (140,81,105)

Color info

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

RGB color model

#8C5169 color RGB value is (140,81,105).

  • red value is 140;
  • green value is 81;
  • blue value is 105.
RGB:
(140,81,105)
(55%,32%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 105 of 255 = 41%

140
81
105

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 105 = 326 (100%)
R 140 of 326 ~ 42.94%
G 81 of 326 ~ 24.85%
B 105 of 326 ~ 32.21%

%42.94
%24.85
%32.21

CMYK color model

#8C5169 color CMYK value is (0,42,25,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 25.00%
  • key color value is 45.10%
CMYK:
(0,42,25,45)
C0M42Y25K45 
(0%,42%,25%,45%)
(0.00/0.42/0.25/0.45)	

CMYK percentages

%0
%42.14
%25
%45.1

Codes

Color #8C5169 in popluar color models

8C5169
RGB14081105
HSL336°26.70%43.33%
HSB/HSV336°42.14%54.90%
CMYK0.00%42.14%25.00%
45.10%

Color #8C5169 in popluar number systems.

HEX8C5169
Decimal14081105
Binary1000110010100011101001
Octal214121151

Shades and tints

Shades of #8C5169

#8C5169
(140,81,105)
#804A60
(128,74,96)
#744357
(116,67,87)
#683C4E
(104,60,78)
#5C3545
(92,53,69)
#502E3C
(80,46,60)
#442733
(68,39,51)
#38202A
(56,32,42)
#2C1921
(44,25,33)
#201218
(32,18,24)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #8C5169

#8C5169
(140,81,105)
#966076
(150,96,118)
#A06F83
(160,111,131)
#AA7E90
(170,126,144)
#B48D9D
(180,141,157)
#BE9CAA
(190,156,170)
#C8ABB7
(200,171,183)
#D2BAC4
(210,186,196)
#DCC9D1
(220,201,209)
#E6D8DE
(230,216,222)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5169 color. Also use rgb(140,81,105) instead hex code.

Text Font Color

.myTextColor { color: #8C5169; }

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

This text font color is #8C5169.


Background Color

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

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

This div background color is #8C5169.


Border color

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

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

This div border color is #8C5169.


Opacity

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

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

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

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

This text has shadow with #8C5169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5169 on black background.


Color preview on white background

This text has color #8C5169 on white background.



Black color preview on #8C5169 background

This text has black color on #8C5169 background.


White color preview on #8C5169 background

This text has white color on #8C5169 background.