COLOR #8C7071

HEX: #8C7071
RGB: (140,112,113)

Color info

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

RGB color model

#8C7071 color RGB value is (140,112,113).

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

RGB channels and saturation

R 140 of 255 = 55%
G 112 of 255 = 44%
B 113 of 255 = 44%

140
112
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 112 + 113 = 365 (100%)
R 140 of 365 ~ 38.36%
G 112 of 365 ~ 30.68%
B 113 of 365 ~ 30.96%

%38.36
%30.68
%30.96

CMYK color model

#8C7071 color CMYK value is (0,20,19,45).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(0,20,19,45)
C0M20Y19K45 
(0%,20%,19%,45%)
(0.00/0.20/0.19/0.45)	

CMYK percentages

%0
%20
%19.29
%45.1

Codes

Color #8C7071 in popluar color models

8C7071
RGB140112113
HSL358°11.11%49.41%
HSB/HSV358°20.00%54.90%
CMYK0.00%20.00%19.29%
45.10%

Color #8C7071 in popluar number systems.

HEX8C7071
Decimal140112113
Binary1000110011100001110001
Octal214160161

Shades and tints

Shades of #8C7071

#8C7071
(140,112,113)
#806667
(128,102,103)
#745C5D
(116,92,93)
#685253
(104,82,83)
#5C4849
(92,72,73)
#503E3F
(80,62,63)
#443435
(68,52,53)
#382A2B
(56,42,43)
#2C2021
(44,32,33)
#201617
(32,22,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #8C7071

#8C7071
(140,112,113)
#967D7D
(150,125,125)
#A08A89
(160,138,137)
#AA9795
(170,151,149)
#B4A4A1
(180,164,161)
#BEB1AD
(190,177,173)
#C8BEB9
(200,190,185)
#D2CBC5
(210,203,197)
#DCD8D1
(220,216,209)
#E6E5DD
(230,229,221)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7071; }

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

This text font color is #8C7071.


Background Color

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

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

This div background color is #8C7071.


Border color

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

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

This div border color is #8C7071.


Opacity

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

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

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

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

This text has shadow with #8C7071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7071 on black background.


Color preview on white background

This text has color #8C7071 on white background.



Black color preview on #8C7071 background

This text has black color on #8C7071 background.


White color preview on #8C7071 background

This text has white color on #8C7071 background.