COLOR #8C8A6A

HEX: #8C8A6A
RGB: (140,138,106)

Color info

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

RGB color model

#8C8A6A color RGB value is (140,138,106).

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

RGB channels and saturation

R 140 of 255 = 55%
G 138 of 255 = 54%
B 106 of 255 = 42%

140
138
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 138 + 106 = 384 (100%)
R 140 of 384 ~ 36.46%
G 138 of 384 ~ 35.94%
B 106 of 384 ~ 27.6%

%36.46
%35.94
%27.6

CMYK color model

#8C8A6A color CMYK value is (0,1,24,45).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(0,1,24,45)
C0M1Y24K45 
(0%,1%,24%,45%)
(0.00/0.01/0.24/0.45)	

CMYK percentages

%0
%1.43
%24.29
%45.1

Codes

Color #8C8A6A in popluar color models

8C8A6A
RGB140138106
HSL56°13.82%48.24%
HSB/HSV56°24.29%54.90%
CMYK0.00%1.43%24.29%
45.10%

Color #8C8A6A in popluar number systems.

HEX8C8A6A
Decimal140138106
Binary10001100100010101101010
Octal214212152

Shades and tints

Shades of #8C8A6A

#8C8A6A
(140,138,106)
#807E61
(128,126,97)
#747258
(116,114,88)
#68664F
(104,102,79)
#5C5A46
(92,90,70)
#504E3D
(80,78,61)
#444234
(68,66,52)
#38362B
(56,54,43)
#2C2A22
(44,42,34)
#201E19
(32,30,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8C8A6A

#8C8A6A
(140,138,106)
#969477
(150,148,119)
#A09E84
(160,158,132)
#AAA891
(170,168,145)
#B4B29E
(180,178,158)
#BEBCAB
(190,188,171)
#C8C6B8
(200,198,184)
#D2D0C5
(210,208,197)
#DCDAD2
(220,218,210)
#E6E4DF
(230,228,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8A6A; }

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

This text font color is #8C8A6A.


Background Color

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

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

This div background color is #8C8A6A.


Border color

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

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

This div border color is #8C8A6A.


Opacity

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

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

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

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

This text has shadow with #8C8A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8A6A on black background.


Color preview on white background

This text has color #8C8A6A on white background.



Black color preview on #8C8A6A background

This text has black color on #8C8A6A background.


White color preview on #8C8A6A background

This text has white color on #8C8A6A background.