COLOR #8C6065

HEX: #8C6065 RGB: (140,96,101)

Color info

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

RGB color model

#8C6065 color RGB value is (140,96,101).

RGB: (140,96,101) (55%, 38%, 40%)

RGB channels and saturation

R 140 of 255 = 55%
G 96 of 255 = 38%
B 101 of 255 = 40%

140
96
101

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

Portions of RGB colors in percentages

R + G + B = 140 + 96 + 101 = 337 (100%)
R 140 of 337 ~ 41.54%
G 96 of 337 ~ 28.49%
B 101 of 337 ~ 29.97'%

%41.54
%28.49
%29.97

CMYK color model

#8C6065 color CMYK value is (0,31,28,45).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 27.86%
  • key color value is 45.10%

CMYK: (0,31,28,45)
C0M31Y28K45 (0%, 31%, 28%, 45%)
(0.00 / 0.31 / 0.28 / 0.45)

CMYK percentages

%0
%31.43
%27.86
%45.1

Codes

Color #8C6065 in popluar color models

8C 60 65
RGB 140 96 101
HSL 353° 18.64% 46.27%
HSB/HSV 353° 31.43% 54.90%
CMYK 0.00% 31.43% 27.86%
45.10%

Color #8C6065 in popluar number systems.

HEX 8C 60 65
Decimal 140 96 101
Binary 10001100 1100000 1100101
Octal 214 140 145

Shades and tints

Shades of #8C6065

#8C6065
(140,96,101)
#80585C
(128,88,92)
#745053
(116,80,83)
#68484A
(104,72,74)
#5C4041
(92,64,65)
#503838
(80,56,56)
#44302F
(68,48,47)
#382826
(56,40,38)
#2C201D
(44,32,29)
#201814
(32,24,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #8C6065

#8C6065
(140,96,101)
#966E73
(150,110,115)
#A07C81
(160,124,129)
#AA8A8F
(170,138,143)
#B4989D
(180,152,157)
#BEA6AB
(190,166,171)
#C8B4B9
(200,180,185)
#D2C2C7
(210,194,199)
#DCD0D5
(220,208,213)
#E6DEE3
(230,222,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6065; }

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

This text font color is #8C6065.

Background Color

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

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

This div background color is #8C6065.

Border color

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

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

This div border color is #8C6065.

Opacity

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

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

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

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

This text has shadow with #8C6065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6065.

Preview

Color preview on black background

This text has color #8C6065 on black background.


Color preview on white background

This text has color #8C6065 on white background.


Black color preview on #8C6065 background

This text has black color on #8C6065 background.


White color preview on #8C6065 background

This text has white color on #8C6065 background.


Related colors

Complementary color

Complementary color for #hex is #739F9A.


I love getcolorcode.com

Triadic colors

1 #658C60 and #60658C with #8C6065 are triadic colors.

2 #65608C and #608C65 with #8C6065 are triadic colors.