COLOR #8C6276

HEX: #8C6276
RGB: (140,98,118)

Color info

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

RGB color model

#8C6276 color RGB value is (140,98,118).

  • red value is 140;
  • green value is 98;
  • blue value is 118.
RGB:
(140,98,118)
(55%,38%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 118 of 255 = 46%

140
98
118

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

Portions of RGB colors in percentages

R + G + B =
140 + 98 + 118 = 356 (100%)
R 140 of 356 ~ 39.33%
G 98 of 356 ~ 27.53%
B 118 of 356 ~ 33.15%

%39.33
%27.53
%33.15

CMYK color model

#8C6276 color CMYK value is (0,30,16,45).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(0,30,16,45)
C0M30Y16K45 
(0%,30%,16%,45%)
(0.00/0.30/0.16/0.45)	

CMYK percentages

%0
%30
%15.71
%45.1

Codes

Color #8C6276 in popluar color models

8C6276
RGB14098118
HSL331°17.65%46.67%
HSB/HSV331°30.00%54.90%
CMYK0.00%30.00%15.71%
45.10%

Color #8C6276 in popluar number systems.

HEX8C6276
Decimal14098118
Binary1000110011000101110110
Octal214142166

Shades and tints

Shades of #8C6276

#8C6276
(140,98,118)
#805A6C
(128,90,108)
#745262
(116,82,98)
#684A58
(104,74,88)
#5C424E
(92,66,78)
#503A44
(80,58,68)
#44323A
(68,50,58)
#382A30
(56,42,48)
#2C2226
(44,34,38)
#201A1C
(32,26,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8C6276

#8C6276
(140,98,118)
#967082
(150,112,130)
#A07E8E
(160,126,142)
#AA8C9A
(170,140,154)
#B49AA6
(180,154,166)
#BEA8B2
(190,168,178)
#C8B6BE
(200,182,190)
#D2C4CA
(210,196,202)
#DCD2D6
(220,210,214)
#E6E0E2
(230,224,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6276 color. Also use rgb(140,98,118) instead hex code.

Text Font Color

.myTextColor { color: #8C6276; }

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

This text font color is #8C6276.


Background Color

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

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

This div background color is #8C6276.


Border color

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

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

This div border color is #8C6276.


Opacity

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

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

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

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

This text has shadow with #8C6276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6276 on black background.


Color preview on white background

This text has color #8C6276 on white background.



Black color preview on #8C6276 background

This text has black color on #8C6276 background.


White color preview on #8C6276 background

This text has white color on #8C6276 background.