COLOR #8C846A

HEX: #8C846A
RGB: (140,132,106)

Color info

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

RGB color model

#8C846A color RGB value is (140,132,106).

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

RGB channels and saturation

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

140
132
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 132 + 106 = 378 (100%)
R 140 of 378 ~ 37.04%
G 132 of 378 ~ 34.92%
B 106 of 378 ~ 28.04%

%37.04
%34.92
%28.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 24.29%
  • 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
%24.29
%45.1

Codes

Color #8C846A in popluar color models

8C846A
RGB140132106
HSL46°13.82%48.24%
HSB/HSV46°24.29%54.90%
CMYK0.00%5.71%24.29%
45.10%

Color #8C846A in popluar number systems.

HEX8C846A
Decimal140132106
Binary10001100100001001101010
Octal214204152

Shades and tints

Shades of #8C846A

#8C846A
(140,132,106)
#807861
(128,120,97)
#746C58
(116,108,88)
#68604F
(104,96,79)
#5C5446
(92,84,70)
#50483D
(80,72,61)
#443C34
(68,60,52)
#38302B
(56,48,43)
#2C2422
(44,36,34)
#201819
(32,24,25)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #8C846A

#8C846A
(140,132,106)
#968F77
(150,143,119)
#A09A84
(160,154,132)
#AAA591
(170,165,145)
#B4B09E
(180,176,158)
#BEBBAB
(190,187,171)
#C8C6B8
(200,198,184)
#D2D1C5
(210,209,197)
#DCDCD2
(220,220,210)
#E6E7DF
(230,231,223)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C846A; }

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

This text font color is #8C846A.


Background Color

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

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

This div background color is #8C846A.


Border color

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

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

This div border color is #8C846A.


Opacity

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

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

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

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

This text has shadow with #8C846A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C846A on black background.


Color preview on white background

This text has color #8C846A on white background.



Black color preview on #8C846A background

This text has black color on #8C846A background.


White color preview on #8C846A background

This text has white color on #8C846A background.