COLOR #8C717B

HEX: #8C717B RGB: (140,113,123)

Color info

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

RGB color model

#8C717B color RGB value is (140,113,123).

RGB: (140,113,123) (55%, 44%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 113 of 255 = 44%
B 123 of 255 = 48%

140
113
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 113 + 123 = 376 (100%)
R 140 of 376 ~ 37.23%
G 113 of 376 ~ 30.05%
B 123 of 376 ~ 32.71'%

%37.23
%30.05
%32.71

CMYK color model

#8C717B color CMYK value is (0,19,12,45).

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

CMYK: (0,19,12,45)
C0M19Y12K45 (0%, 19%, 12%, 45%)
(0.00 / 0.19 / 0.12 / 0.45)

CMYK percentages

%0
%19.29
%12.14
%45.1

Codes

Color #8C717B in popluar color models

8C 71 7B
RGB 140 113 123
HSL 338° 10.67% 49.61%
HSB/HSV 338° 19.29% 54.90%
CMYK 0.00% 19.29% 12.14%
45.10%

Color #8C717B in popluar number systems.

HEX 8C 71 7B
Decimal 140 113 123
Binary 10001100 1110001 1111011
Octal 214 161 173

Shades and tints

Shades of #8C717B

#8C717B
(140,113,123)
#806770
(128,103,112)
#745D65
(116,93,101)
#68535A
(104,83,90)
#5C494F
(92,73,79)
#503F44
(80,63,68)
#443539
(68,53,57)
#382B2E
(56,43,46)
#2C2123
(44,33,35)
#201718
(32,23,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #8C717B

#8C717B
(140,113,123)
#967D87
(150,125,135)
#A08993
(160,137,147)
#AA959F
(170,149,159)
#B4A1AB
(180,161,171)
#BEADB7
(190,173,183)
#C8B9C3
(200,185,195)
#D2C5CF
(210,197,207)
#DCD1DB
(220,209,219)
#E6DDE7
(230,221,231)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C717B; }

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

This text font color is #8C717B.

Background Color

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

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

This div background color is #8C717B.

Border color

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

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

This div border color is #8C717B.

Opacity

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

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

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

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

This text has shadow with #8C717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C717B.

Preview

Color preview on black background

This text has color #8C717B on black background.


Color preview on white background

This text has color #8C717B on white background.


Black color preview on #8C717B background

This text has black color on #8C717B background.


White color preview on #8C717B background

This text has white color on #8C717B background.


Related colors

Complementary color

Complementary color for #hex is #738E84.


I love getcolorcode.com

Triadic colors

1 #7B8C71 and #717B8C with #8C717B are triadic colors.

2 #7B718C and #718C7B with #8C717B are triadic colors.