COLOR #8C746F

HEX: #8C746F RGB: (140,116,111)

Color info

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

RGB color model

#8C746F color RGB value is (140,116,111).

RGB: (140,116,111) (55%, 45%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 111 of 255 = 44%

140
116
111

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 111 = 367 (100%)
R 140 of 367 ~ 38.15%
G 116 of 367 ~ 31.61%
B 111 of 367 ~ 30.25'%

%38.15
%31.61
%30.25

CMYK color model

#8C746F color CMYK value is (0,17,21,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 20.71%
  • key color value is 45.10%

CMYK: (0,17,21,45)
C0M17Y21K45 (0%, 17%, 21%, 45%)
(0.00 / 0.17 / 0.21 / 0.45)

CMYK percentages

%0
%17.14
%20.71
%45.1

Codes

Color #8C746F in popluar color models

8C 74 6F
RGB 140 116 111
HSL 10° 11.55% 49.22%
HSB/HSV 10° 20.71% 54.90%
CMYK 0.00% 17.14% 20.71%
45.10%

Color #8C746F in popluar number systems.

HEX 8C 74 6F
Decimal 140 116 111
Binary 10001100 1110100 1101111
Octal 214 164 157

Shades and tints

Shades of #8C746F

#8C746F
(140,116,111)
#806A65
(128,106,101)
#74605B
(116,96,91)
#685651
(104,86,81)
#5C4C47
(92,76,71)
#50423D
(80,66,61)
#443833
(68,56,51)
#382E29
(56,46,41)
#2C241F
(44,36,31)
#201A15
(32,26,21)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #8C746F

#8C746F
(140,116,111)
#96807C
(150,128,124)
#A08C89
(160,140,137)
#AA9896
(170,152,150)
#B4A4A3
(180,164,163)
#BEB0B0
(190,176,176)
#C8BCBD
(200,188,189)
#D2C8CA
(210,200,202)
#DCD4D7
(220,212,215)
#E6E0E4
(230,224,228)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C746F color. Also use rgb(140,116,111) instead hex code.

Text Font Color

.myTextColor { color: #8C746F; }

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

This text font color is #8C746F.

Background Color

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

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

This div background color is #8C746F.

Border color

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

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

This div border color is #8C746F.

Opacity

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

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

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

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

This text has shadow with #8C746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C746F.

Preview

Color preview on black background

This text has color #8C746F on black background.


Color preview on white background

This text has color #8C746F on white background.


Black color preview on #8C746F background

This text has black color on #8C746F background.


White color preview on #8C746F background

This text has white color on #8C746F background.


Related colors

Complementary color

Complementary color for #hex is #738B90.


I love getcolorcode.com

Triadic colors

1 #6F8C74 and #746F8C with #8C746F are triadic colors.

2 #6F748C and #748C6F with #8C746F are triadic colors.