COLOR #8C846E

HEX: #8C846E RGB: (140,132,110)

Color info

#8C846E contains red, green and blue colors in about the same proportion. Web safe color of #8C846E is #999966 (or #996).

RGB color model

#8C846E color RGB value is (140,132,110).

RGB: (140,132,110) (55%, 52%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 132 of 255 = 52%
B 110 of 255 = 43%

140
132
110

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

Portions of RGB colors in percentages

R + G + B = 140 + 132 + 110 = 382 (100%)
R 140 of 382 ~ 36.65%
G 132 of 382 ~ 34.55%
B 110 of 382 ~ 28.8'%

%36.65
%34.55
%28.8

CMYK color model

#8C846E color CMYK value is (0,6,21,45).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 21.43%
  • key color value is 45.10%

CMYK: (0,6,21,45)
C0M6Y21K45 (0%, 6%, 21%, 45%)
(0.00 / 0.06 / 0.21 / 0.45)

CMYK percentages

%0
%5.71
%21.43
%45.1

Codes

Color #8C846E in popluar color models

8C 84 6E
RGB 140 132 110
HSL 44° 12.00% 49.02%
HSB/HSV 44° 21.43% 54.90%
CMYK 0.00% 5.71% 21.43%
45.10%

Color #8C846E in popluar number systems.

HEX 8C 84 6E
Decimal 140 132 110
Binary 10001100 10000100 1101110
Octal 214 204 156

Shades and tints

Shades of #8C846E

#8C846E
(140,132,110)
#807864
(128,120,100)
#746C5A
(116,108,90)
#686050
(104,96,80)
#5C5446
(92,84,70)
#50483C
(80,72,60)
#443C32
(68,60,50)
#383028
(56,48,40)
#2C241E
(44,36,30)
#201814
(32,24,20)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #8C846E

#8C846E
(140,132,110)
#968F7B
(150,143,123)
#A09A88
(160,154,136)
#AAA595
(170,165,149)
#B4B0A2
(180,176,162)
#BEBBAF
(190,187,175)
#C8C6BC
(200,198,188)
#D2D1C9
(210,209,201)
#DCDCD6
(220,220,214)
#E6E7E3
(230,231,227)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C846E color. Also use rgb(140,132,110) instead hex code.

Text Font Color

.myTextColor { color: #8C846E; }

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

This text font color is #8C846E.

Background Color

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

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

This div background color is #8C846E.

Border color

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

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

This div border color is #8C846E.

Opacity

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

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

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

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

This text has shadow with #8C846E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C846E.

Preview

Color preview on black background

This text has color #8C846E on black background.


Color preview on white background

This text has color #8C846E on white background.


Black color preview on #8C846E background

This text has black color on #8C846E background.


White color preview on #8C846E background

This text has white color on #8C846E background.


Related colors

Complementary color

Complementary color for #hex is #737B91.


I love getcolorcode.com

Triadic colors

1 #6E8C84 and #846E8C with #8C846E are triadic colors.

2 #6E848C and #848C6E with #8C846E are triadic colors.