COLOR #8C718A

HEX: #8C718A RGB: (140,113,138)

Color info

#8C718A contains red, green and blue colors in about the same proportion. Web safe color of #8C718A is #996699 (or #969).

RGB color model

#8C718A color RGB value is (140,113,138).

RGB: (140,113,138) (55%, 44%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 113 of 255 = 44%
B 138 of 255 = 54%

140
113
138

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

Portions of RGB colors in percentages

R + G + B = 140 + 113 + 138 = 391 (100%)
R 140 of 391 ~ 35.81%
G 113 of 391 ~ 28.9%
B 138 of 391 ~ 35.29'%

%35.81
%28.9
%35.29

CMYK color model

#8C718A color CMYK value is (0,19,1,45).

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

CMYK: (0,19,1,45)
C0M19Y1K45 (0%, 19%, 1%, 45%)
(0.00 / 0.19 / 0.01 / 0.45)

CMYK percentages

%0
%19.29
%1.43
%45.1

Codes

Color #8C718A in popluar color models

8C 71 8A
RGB 140 113 138
HSL 304° 10.67% 49.61%
HSB/HSV 304° 19.29% 54.90%
CMYK 0.00% 19.29% 1.43%
45.10%

Color #8C718A in popluar number systems.

HEX 8C 71 8A
Decimal 140 113 138
Binary 10001100 1110001 10001010
Octal 214 161 212

Shades and tints

Shades of #8C718A

#8C718A
(140,113,138)
#80677E
(128,103,126)
#745D72
(116,93,114)
#685366
(104,83,102)
#5C495A
(92,73,90)
#503F4E
(80,63,78)
#443542
(68,53,66)
#382B36
(56,43,54)
#2C212A
(44,33,42)
#20171E
(32,23,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #8C718A

#8C718A
(140,113,138)
#967D94
(150,125,148)
#A0899E
(160,137,158)
#AA95A8
(170,149,168)
#B4A1B2
(180,161,178)
#BEADBC
(190,173,188)
#C8B9C6
(200,185,198)
#D2C5D0
(210,197,208)
#DCD1DA
(220,209,218)
#E6DDE4
(230,221,228)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C718A; }

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

This text font color is #8C718A.

Background Color

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

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

This div background color is #8C718A.

Border color

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

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

This div border color is #8C718A.

Opacity

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

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

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

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

This text has shadow with #8C718A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C718A.

Preview

Color preview on black background

This text has color #8C718A on black background.


Color preview on white background

This text has color #8C718A on white background.


Black color preview on #8C718A background

This text has black color on #8C718A background.


White color preview on #8C718A background

This text has white color on #8C718A background.


Related colors

Complementary color

Complementary color for #hex is #738E75.


I love getcolorcode.com

Triadic colors

1 #8A8C71 and #718A8C with #8C718A are triadic colors.

2 #8A718C and #718C8A with #8C718A are triadic colors.