COLOR #8C746C

HEX: #8C746C RGB: (140,116,108)

Color info

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

RGB color model

#8C746C color RGB value is (140,116,108).

RGB: (140,116,108) (55%, 45%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 108 of 255 = 42%

140
116
108

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 108 = 364 (100%)
R 140 of 364 ~ 38.46%
G 116 of 364 ~ 31.87%
B 108 of 364 ~ 29.67'%

%38.46
%31.87
%29.67

CMYK color model

#8C746C color CMYK value is (0,17,23,45).

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

CMYK: (0,17,23,45)
C0M17Y23K45 (0%, 17%, 23%, 45%)
(0.00 / 0.17 / 0.23 / 0.45)

CMYK percentages

%0
%17.14
%22.86
%45.1

Codes

Color #8C746C in popluar color models

8C 74 6C
RGB 140 116 108
HSL 15° 12.90% 48.63%
HSB/HSV 15° 22.86% 54.90%
CMYK 0.00% 17.14% 22.86%
45.10%

Color #8C746C in popluar number systems.

HEX 8C 74 6C
Decimal 140 116 108
Binary 10001100 1110100 1101100
Octal 214 164 154

Shades and tints

Shades of #8C746C

#8C746C
(140,116,108)
#806A63
(128,106,99)
#74605A
(116,96,90)
#685651
(104,86,81)
#5C4C48
(92,76,72)
#50423F
(80,66,63)
#443836
(68,56,54)
#382E2D
(56,46,45)
#2C2424
(44,36,36)
#201A1B
(32,26,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8C746C

#8C746C
(140,116,108)
#968079
(150,128,121)
#A08C86
(160,140,134)
#AA9893
(170,152,147)
#B4A4A0
(180,164,160)
#BEB0AD
(190,176,173)
#C8BCBA
(200,188,186)
#D2C8C7
(210,200,199)
#DCD4D4
(220,212,212)
#E6E0E1
(230,224,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C746C; }

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

This text font color is #8C746C.

Background Color

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

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

This div background color is #8C746C.

Border color

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

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

This div border color is #8C746C.

Opacity

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

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

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

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

This text has shadow with #8C746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C746C.

Preview

Color preview on black background

This text has color #8C746C on black background.


Color preview on white background

This text has color #8C746C on white background.


Black color preview on #8C746C background

This text has black color on #8C746C background.


White color preview on #8C746C background

This text has white color on #8C746C background.


Related colors

Complementary color

Complementary color for #hex is #738B93.


I love getcolorcode.com

Triadic colors

1 #6C8C74 and #746C8C with #8C746C are triadic colors.

2 #6C748C and #748C6C with #8C746C are triadic colors.