COLOR #8C716E

HEX: #8C716E RGB: (140,113,110)

Color info

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

RGB color model

#8C716E color RGB value is (140,113,110).

RGB: (140,113,110) (55%, 44%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 113 of 255 = 44%
B 110 of 255 = 43%

140
113
110

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

Portions of RGB colors in percentages

R + G + B = 140 + 113 + 110 = 363 (100%)
R 140 of 363 ~ 38.57%
G 113 of 363 ~ 31.13%
B 110 of 363 ~ 30.3'%

%38.57
%31.13
%30.3

CMYK color model

#8C716E color CMYK value is (0,19,21,45).

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

CMYK: (0,19,21,45)
C0M19Y21K45 (0%, 19%, 21%, 45%)
(0.00 / 0.19 / 0.21 / 0.45)

CMYK percentages

%0
%19.29
%21.43
%45.1

Codes

Color #8C716E in popluar color models

8C 71 6E
RGB 140 113 110
HSL 12.00% 49.02%
HSB/HSV 21.43% 54.90%
CMYK 0.00% 19.29% 21.43%
45.10%

Color #8C716E in popluar number systems.

HEX 8C 71 6E
Decimal 140 113 110
Binary 10001100 1110001 1101110
Octal 214 161 156

Shades and tints

Shades of #8C716E

#8C716E
(140,113,110)
#806764
(128,103,100)
#745D5A
(116,93,90)
#685350
(104,83,80)
#5C4946
(92,73,70)
#503F3C
(80,63,60)
#443532
(68,53,50)
#382B28
(56,43,40)
#2C211E
(44,33,30)
#201714
(32,23,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #8C716E

#8C716E
(140,113,110)
#967D7B
(150,125,123)
#A08988
(160,137,136)
#AA9595
(170,149,149)
#B4A1A2
(180,161,162)
#BEADAF
(190,173,175)
#C8B9BC
(200,185,188)
#D2C5C9
(210,197,201)
#DCD1D6
(220,209,214)
#E6DDE3
(230,221,227)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C716E; }

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

This text font color is #8C716E.

Background Color

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

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

This div background color is #8C716E.

Border color

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

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

This div border color is #8C716E.

Opacity

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

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

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

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

This text has shadow with #8C716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C716E.

Preview

Color preview on black background

This text has color #8C716E on black background.


Color preview on white background

This text has color #8C716E on white background.


Black color preview on #8C716E background

This text has black color on #8C716E background.


White color preview on #8C716E background

This text has white color on #8C716E background.


Related colors

Complementary color

Complementary color for #hex is #738E91.


I love getcolorcode.com

Triadic colors

1 #6E8C71 and #716E8C with #8C716E are triadic colors.

2 #6E718C and #718C6E with #8C716E are triadic colors.