COLOR #8C6B71

HEX: #8C6B71
RGB: (140,107,113)

Color info

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

RGB color model

#8C6B71 color RGB value is (140,107,113).

  • red value is 140;
  • green value is 107;
  • blue value is 113.
RGB:
(140,107,113)
(55%,42%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 107 of 255 = 42%
B 113 of 255 = 44%

140
107
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 107 + 113 = 360 (100%)
R 140 of 360 ~ 38.89%
G 107 of 360 ~ 29.72%
B 113 of 360 ~ 31.39%

%38.89
%29.72
%31.39

CMYK color model

#8C6B71 color CMYK value is (0,24,19,45).

  • cyan value is 0.00%
  • magenta value is 23.57%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(0,24,19,45)
C0M24Y19K45 
(0%,24%,19%,45%)
(0.00/0.24/0.19/0.45)	

CMYK percentages

%0
%23.57
%19.29
%45.1

Codes

Color #8C6B71 in popluar color models

8C6B71
RGB140107113
HSL349°13.36%48.43%
HSB/HSV349°23.57%54.90%
CMYK0.00%23.57%19.29%
45.10%

Color #8C6B71 in popluar number systems.

HEX8C6B71
Decimal140107113
Binary1000110011010111110001
Octal214153161

Shades and tints

Shades of #8C6B71

#8C6B71
(140,107,113)
#806267
(128,98,103)
#74595D
(116,89,93)
#685053
(104,80,83)
#5C4749
(92,71,73)
#503E3F
(80,62,63)
#443535
(68,53,53)
#382C2B
(56,44,43)
#2C2321
(44,35,33)
#201A17
(32,26,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #8C6B71

#8C6B71
(140,107,113)
#96787D
(150,120,125)
#A08589
(160,133,137)
#AA9295
(170,146,149)
#B49FA1
(180,159,161)
#BEACAD
(190,172,173)
#C8B9B9
(200,185,185)
#D2C6C5
(210,198,197)
#DCD3D1
(220,211,209)
#E6E0DD
(230,224,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6B71; }

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

This text font color is #8C6B71.


Background Color

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

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

This div background color is #8C6B71.


Border color

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

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

This div border color is #8C6B71.


Opacity

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

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

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

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

This text has shadow with #8C6B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6B71 on black background.


Color preview on white background

This text has color #8C6B71 on white background.



Black color preview on #8C6B71 background

This text has black color on #8C6B71 background.


White color preview on #8C6B71 background

This text has white color on #8C6B71 background.