COLOR #8C6062

HEX: #8C6062
RGB: (140,96,98)

Color info

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

RGB color model

#8C6062 color RGB value is (140,96,98).

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

RGB channels and saturation

R 140 of 255 = 55%
G 96 of 255 = 38%
B 98 of 255 = 38%

140
96
98

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

Portions of RGB colors in percentages

R + G + B =
140 + 96 + 98 = 334 (100%)
R 140 of 334 ~ 41.92%
G 96 of 334 ~ 28.74%
B 98 of 334 ~ 29.34%

%41.92
%28.74
%29.34

CMYK color model

#8C6062 color CMYK value is (0,31,30,45).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK:
(0,31,30,45)
C0M31Y30K45 
(0%,31%,30%,45%)
(0.00/0.31/0.30/0.45)	

CMYK percentages

%0
%31.43
%30
%45.1

Codes

Color #8C6062 in popluar color models

8C6062
RGB1409698
HSL357°18.64%46.27%
HSB/HSV357°31.43%54.90%
CMYK0.00%31.43%30.00%
45.10%

Color #8C6062 in popluar number systems.

HEX8C6062
Decimal1409698
Binary1000110011000001100010
Octal214140142

Shades and tints

Shades of #8C6062

#8C6062
(140,96,98)
#80585A
(128,88,90)
#745052
(116,80,82)
#68484A
(104,72,74)
#5C4042
(92,64,66)
#50383A
(80,56,58)
#443032
(68,48,50)
#38282A
(56,40,42)
#2C2022
(44,32,34)
#20181A
(32,24,26)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8C6062

#8C6062
(140,96,98)
#966E70
(150,110,112)
#A07C7E
(160,124,126)
#AA8A8C
(170,138,140)
#B4989A
(180,152,154)
#BEA6A8
(190,166,168)
#C8B4B6
(200,180,182)
#D2C2C4
(210,194,196)
#DCD0D2
(220,208,210)
#E6DEE0
(230,222,224)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6062; }

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

This text font color is #8C6062.


Background Color

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

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

This div background color is #8C6062.


Border color

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

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

This div border color is #8C6062.


Opacity

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

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

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

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

This text has shadow with #8C6062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6062 on black background.


Color preview on white background

This text has color #8C6062 on white background.



Black color preview on #8C6062 background

This text has black color on #8C6062 background.


White color preview on #8C6062 background

This text has white color on #8C6062 background.