COLOR #8C8B6F

HEX: #8C8B6F RGB: (140,139,111)

Color info

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

RGB color model

#8C8B6F color RGB value is (140,139,111).

RGB: (140,139,111) (55%, 55%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 139 of 255 = 55%
B 111 of 255 = 44%

140
139
111

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

Portions of RGB colors in percentages

R + G + B = 140 + 139 + 111 = 390 (100%)
R 140 of 390 ~ 35.9%
G 139 of 390 ~ 35.64%
B 111 of 390 ~ 28.46'%

%35.9
%35.64
%28.46

CMYK color model

#8C8B6F color CMYK value is (0,1,21,45).

  • cyan value is 0.00%
  • magenta value is 0.71%
  • yellow value is 20.71%
  • key color value is 45.10%

CMYK: (0,1,21,45)
C0M1Y21K45 (0%, 1%, 21%, 45%)
(0.00 / 0.01 / 0.21 / 0.45)

CMYK percentages

%0
%0.71
%20.71
%45.1

Codes

Color #8C8B6F in popluar color models

8C 8B 6F
RGB 140 139 111
HSL 58° 11.55% 49.22%
HSB/HSV 58° 20.71% 54.90%
CMYK 0.00% 0.71% 20.71%
45.10%

Color #8C8B6F in popluar number systems.

HEX 8C 8B 6F
Decimal 140 139 111
Binary 10001100 10001011 1101111
Octal 214 213 157

Shades and tints

Shades of #8C8B6F

#8C8B6F
(140,139,111)
#807F65
(128,127,101)
#74735B
(116,115,91)
#686751
(104,103,81)
#5C5B47
(92,91,71)
#504F3D
(80,79,61)
#444333
(68,67,51)
#383729
(56,55,41)
#2C2B1F
(44,43,31)
#201F15
(32,31,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #8C8B6F

#8C8B6F
(140,139,111)
#96957C
(150,149,124)
#A09F89
(160,159,137)
#AAA996
(170,169,150)
#B4B3A3
(180,179,163)
#BEBDB0
(190,189,176)
#C8C7BD
(200,199,189)
#D2D1CA
(210,209,202)
#DCDBD7
(220,219,215)
#E6E5E4
(230,229,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8B6F color. Also use rgb(140,139,111) instead hex code.

Text Font Color

.myTextColor { color: #8C8B6F; }

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

This text font color is #8C8B6F.

Background Color

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

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

This div background color is #8C8B6F.

Border color

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

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

This div border color is #8C8B6F.

Opacity

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

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

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

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

This text has shadow with #8C8B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8B6F.

Preview

Color preview on black background

This text has color #8C8B6F on black background.


Color preview on white background

This text has color #8C8B6F on white background.


Black color preview on #8C8B6F background

This text has black color on #8C8B6F background.


White color preview on #8C8B6F background

This text has white color on #8C8B6F background.


Related colors

Complementary color

Complementary color for #hex is #737490.


I love getcolorcode.com

Triadic colors

1 #6F8C8B and #8B6F8C with #8C8B6F are triadic colors.

2 #6F8B8C and #8B8C6F with #8C8B6F are triadic colors.