COLOR #8C666C

HEX: #8C666C
RGB: (140,102,108)

Color info

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

RGB color model

#8C666C color RGB value is (140,102,108).

  • red value is 140;
  • green value is 102;
  • blue value is 108.
RGB:
(140,102,108)
(55%,40%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 102 of 255 = 40%
B 108 of 255 = 42%

140
102
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 102 + 108 = 350 (100%)
R 140 of 350 ~ 40%
G 102 of 350 ~ 29.14%
B 108 of 350 ~ 30.86%

%40
%29.14
%30.86

CMYK color model

#8C666C color CMYK value is (0,27,23,45).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(0,27,23,45)
C0M27Y23K45 
(0%,27%,23%,45%)
(0.00/0.27/0.23/0.45)	

CMYK percentages

%0
%27.14
%22.86
%45.1

Codes

Color #8C666C in popluar color models

8C666C
RGB140102108
HSL351°15.70%47.45%
HSB/HSV351°27.14%54.90%
CMYK0.00%27.14%22.86%
45.10%

Color #8C666C in popluar number systems.

HEX8C666C
Decimal140102108
Binary1000110011001101101100
Octal214146154

Shades and tints

Shades of #8C666C

#8C666C
(140,102,108)
#805D63
(128,93,99)
#74545A
(116,84,90)
#684B51
(104,75,81)
#5C4248
(92,66,72)
#50393F
(80,57,63)
#443036
(68,48,54)
#38272D
(56,39,45)
#2C1E24
(44,30,36)
#20151B
(32,21,27)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #8C666C

#8C666C
(140,102,108)
#967379
(150,115,121)
#A08086
(160,128,134)
#AA8D93
(170,141,147)
#B49AA0
(180,154,160)
#BEA7AD
(190,167,173)
#C8B4BA
(200,180,186)
#D2C1C7
(210,193,199)
#DCCED4
(220,206,212)
#E6DBE1
(230,219,225)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C666C color. Also use rgb(140,102,108) instead hex code.

Text Font Color

.myTextColor { color: #8C666C; }

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

This text font color is #8C666C.


Background Color

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

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

This div background color is #8C666C.


Border color

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

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

This div border color is #8C666C.


Opacity

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

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

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

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

This text has shadow with #8C666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C666C on black background.


Color preview on white background

This text has color #8C666C on white background.



Black color preview on #8C666C background

This text has black color on #8C666C background.


White color preview on #8C666C background

This text has white color on #8C666C background.