COLOR #8C6471

HEX: #8C6471 RGB: (140,100,113)

Color info

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

RGB color model

#8C6471 color RGB value is (140,100,113).

RGB: (140,100,113) (55%, 39%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 100 of 255 = 39%
B 113 of 255 = 44%

140
100
113

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

Portions of RGB colors in percentages

R + G + B = 140 + 100 + 113 = 353 (100%)
R 140 of 353 ~ 39.66%
G 100 of 353 ~ 28.33%
B 113 of 353 ~ 32.01'%

%39.66
%28.33
%32.01

CMYK color model

#8C6471 color CMYK value is (0,29,19,45).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 19.29%
  • key color value is 45.10%

CMYK: (0,29,19,45)
C0M29Y19K45 (0%, 29%, 19%, 45%)
(0.00 / 0.29 / 0.19 / 0.45)

CMYK percentages

%0
%28.57
%19.29
%45.1

Codes

Color #8C6471 in popluar color models

8C 64 71
RGB 140 100 113
HSL 341° 16.67% 47.06%
HSB/HSV 341° 28.57% 54.90%
CMYK 0.00% 28.57% 19.29%
45.10%

Color #8C6471 in popluar number systems.

HEX 8C 64 71
Decimal 140 100 113
Binary 10001100 1100100 1110001
Octal 214 144 161

Shades and tints

Shades of #8C6471

#8C6471
(140,100,113)
#805B67
(128,91,103)
#74525D
(116,82,93)
#684953
(104,73,83)
#5C4049
(92,64,73)
#50373F
(80,55,63)
#442E35
(68,46,53)
#38252B
(56,37,43)
#2C1C21
(44,28,33)
#201317
(32,19,23)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #8C6471

#8C6471
(140,100,113)
#96727D
(150,114,125)
#A08089
(160,128,137)
#AA8E95
(170,142,149)
#B49CA1
(180,156,161)
#BEAAAD
(190,170,173)
#C8B8B9
(200,184,185)
#D2C6C5
(210,198,197)
#DCD4D1
(220,212,209)
#E6E2DD
(230,226,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6471 color. Also use rgb(140,100,113) instead hex code.

Text Font Color

.myTextColor { color: #8C6471; }

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

This text font color is #8C6471.

Background Color

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

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

This div background color is #8C6471.

Border color

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

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

This div border color is #8C6471.

Opacity

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

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

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

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

This text has shadow with #8C6471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6471.

Preview

Color preview on black background

This text has color #8C6471 on black background.


Color preview on white background

This text has color #8C6471 on white background.


Black color preview on #8C6471 background

This text has black color on #8C6471 background.


White color preview on #8C6471 background

This text has white color on #8C6471 background.


Related colors

Complementary color

Complementary color for #hex is #739B8E.


I love getcolorcode.com

Triadic colors

1 #718C64 and #64718C with #8C6471 are triadic colors.

2 #71648C and #648C71 with #8C6471 are triadic colors.