COLOR #8C6A5D

HEX: #8C6A5D
RGB: (140,106,93)

Color info

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

RGB color model

#8C6A5D color RGB value is (140,106,93).

  • red value is 140;
  • green value is 106;
  • blue value is 93.
RGB:
(140,106,93)
(55%,42%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 106 of 255 = 42%
B 93 of 255 = 36%

140
106
93

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

Portions of RGB colors in percentages

R + G + B =
140 + 106 + 93 = 339 (100%)
R 140 of 339 ~ 41.3%
G 106 of 339 ~ 31.27%
B 93 of 339 ~ 27.43%

%41.3
%31.27
%27.43

CMYK color model

#8C6A5D color CMYK value is (0,24,34,45).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(0,24,34,45)
C0M24Y34K45 
(0%,24%,34%,45%)
(0.00/0.24/0.34/0.45)	

CMYK percentages

%0
%24.29
%33.57
%45.1

Codes

Color #8C6A5D in popluar color models

8C6A5D
RGB14010693
HSL17°20.17%45.69%
HSB/HSV17°33.57%54.90%
CMYK0.00%24.29%33.57%
45.10%

Color #8C6A5D in popluar number systems.

HEX8C6A5D
Decimal14010693
Binary1000110011010101011101
Octal214152135

Shades and tints

Shades of #8C6A5D

#8C6A5D
(140,106,93)
#806155
(128,97,85)
#74584D
(116,88,77)
#684F45
(104,79,69)
#5C463D
(92,70,61)
#503D35
(80,61,53)
#44342D
(68,52,45)
#382B25
(56,43,37)
#2C221D
(44,34,29)
#201915
(32,25,21)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C6A5D

#8C6A5D
(140,106,93)
#96776B
(150,119,107)
#A08479
(160,132,121)
#AA9187
(170,145,135)
#B49E95
(180,158,149)
#BEABA3
(190,171,163)
#C8B8B1
(200,184,177)
#D2C5BF
(210,197,191)
#DCD2CD
(220,210,205)
#E6DFDB
(230,223,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6A5D color. Also use rgb(140,106,93) instead hex code.

Text Font Color

.myTextColor { color: #8C6A5D; }

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

This text font color is #8C6A5D.


Background Color

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

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

This div background color is #8C6A5D.


Border color

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

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

This div border color is #8C6A5D.


Opacity

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

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

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

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

This text has shadow with #8C6A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6A5D on black background.


Color preview on white background

This text has color #8C6A5D on white background.



Black color preview on #8C6A5D background

This text has black color on #8C6A5D background.


White color preview on #8C6A5D background

This text has white color on #8C6A5D background.