COLOR #8C6A67

HEX: #8C6A67
RGB: (140,106,103)

Color info

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

RGB color model

#8C6A67 color RGB value is (140,106,103).

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

RGB channels and saturation

R 140 of 255 = 55%
G 106 of 255 = 42%
B 103 of 255 = 40%

140
106
103

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

Portions of RGB colors in percentages

R + G + B =
140 + 106 + 103 = 349 (100%)
R 140 of 349 ~ 40.11%
G 106 of 349 ~ 30.37%
B 103 of 349 ~ 29.51%

%40.11
%30.37
%29.51

CMYK color model

#8C6A67 color CMYK value is (0,24,26,45).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 26.43%
  • key color value is 45.10%
CMYK:
(0,24,26,45)
C0M24Y26K45 
(0%,24%,26%,45%)
(0.00/0.24/0.26/0.45)	

CMYK percentages

%0
%24.29
%26.43
%45.1

Codes

Color #8C6A67 in popluar color models

8C6A67
RGB140106103
HSL15.23%47.65%
HSB/HSV26.43%54.90%
CMYK0.00%24.29%26.43%
45.10%

Color #8C6A67 in popluar number systems.

HEX8C6A67
Decimal140106103
Binary1000110011010101100111
Octal214152147

Shades and tints

Shades of #8C6A67

#8C6A67
(140,106,103)
#80615E
(128,97,94)
#745855
(116,88,85)
#684F4C
(104,79,76)
#5C4643
(92,70,67)
#503D3A
(80,61,58)
#443431
(68,52,49)
#382B28
(56,43,40)
#2C221F
(44,34,31)
#201916
(32,25,22)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C6A67

#8C6A67
(140,106,103)
#967774
(150,119,116)
#A08481
(160,132,129)
#AA918E
(170,145,142)
#B49E9B
(180,158,155)
#BEABA8
(190,171,168)
#C8B8B5
(200,184,181)
#D2C5C2
(210,197,194)
#DCD2CF
(220,210,207)
#E6DFDC
(230,223,220)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6A67; }

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

This text font color is #8C6A67.


Background Color

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

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

This div background color is #8C6A67.


Border color

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

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

This div border color is #8C6A67.


Opacity

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

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

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

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

This text has shadow with #8C6A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6A67 on black background.


Color preview on white background

This text has color #8C6A67 on white background.



Black color preview on #8C6A67 background

This text has black color on #8C6A67 background.


White color preview on #8C6A67 background

This text has white color on #8C6A67 background.