COLOR #8C846B

HEX: #8C846B RGB: (140,132,107)

Color info

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

RGB color model

#8C846B color RGB value is (140,132,107).

RGB: (140,132,107) (55%, 52%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 132 of 255 = 52%
B 107 of 255 = 42%

140
132
107

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

Portions of RGB colors in percentages

R + G + B = 140 + 132 + 107 = 379 (100%)
R 140 of 379 ~ 36.94%
G 132 of 379 ~ 34.83%
B 107 of 379 ~ 28.23'%

%36.94
%34.83
%28.23

CMYK color model

#8C846B color CMYK value is (0,6,24,45).

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

CMYK: (0,6,24,45)
C0M6Y24K45 (0%, 6%, 24%, 45%)
(0.00 / 0.06 / 0.24 / 0.45)

CMYK percentages

%0
%5.71
%23.57
%45.1

Codes

Color #8C846B in popluar color models

8C 84 6B
RGB 140 132 107
HSL 45° 13.36% 48.43%
HSB/HSV 45° 23.57% 54.90%
CMYK 0.00% 5.71% 23.57%
45.10%

Color #8C846B in popluar number systems.

HEX 8C 84 6B
Decimal 140 132 107
Binary 10001100 10000100 1101011
Octal 214 204 153

Shades and tints

Shades of #8C846B

#8C846B
(140,132,107)
#807862
(128,120,98)
#746C59
(116,108,89)
#686050
(104,96,80)
#5C5447
(92,84,71)
#50483E
(80,72,62)
#443C35
(68,60,53)
#38302C
(56,48,44)
#2C2423
(44,36,35)
#20181A
(32,24,26)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #8C846B

#8C846B
(140,132,107)
#968F78
(150,143,120)
#A09A85
(160,154,133)
#AAA592
(170,165,146)
#B4B09F
(180,176,159)
#BEBBAC
(190,187,172)
#C8C6B9
(200,198,185)
#D2D1C6
(210,209,198)
#DCDCD3
(220,220,211)
#E6E7E0
(230,231,224)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C846B; }

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

This text font color is #8C846B.

Background Color

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

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

This div background color is #8C846B.

Border color

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

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

This div border color is #8C846B.

Opacity

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

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

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

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

This text has shadow with #8C846B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C846B.

Preview

Color preview on black background

This text has color #8C846B on black background.


Color preview on white background

This text has color #8C846B on white background.


Black color preview on #8C846B background

This text has black color on #8C846B background.


White color preview on #8C846B background

This text has white color on #8C846B background.


Related colors

Complementary color

Complementary color for #hex is #737B94.


I love getcolorcode.com

Triadic colors

1 #6B8C84 and #846B8C with #8C846B are triadic colors.

2 #6B848C and #848C6B with #8C846B are triadic colors.