COLOR #8B8C6F

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

Color info

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

RGB color model

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

  • red value is 139;
  • green value is 140;
  • blue value is 111.
RGB:
(139,140,111)
(55%,55%,44%)

RGB channels and saturation

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

139
140
111

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

Portions of RGB colors in percentages

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

%35.64
%35.9
%28.46

CMYK color model

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

  • cyan value is 0.71%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(1,0,21,45)
C1M0Y21K45 
(1%,0%,21%,45%)
(0.01/0.00/0.21/0.45)	

CMYK percentages

%0.71
%0
%20.71
%45.1

Codes

Color #8B8C6F in popluar color models

8B8C6F
RGB139140111
HSL62°11.55%49.22%
HSB/HSV62°20.71%54.90%
CMYK0.71%0.00%20.71%
45.10%

Color #8B8C6F in popluar number systems.

HEX8B8C6F
Decimal139140111
Binary10001011100011001101111
Octal213214157

Shades and tints

Shades of #8B8C6F

#8B8C6F
(139,140,111)
#7F8065
(127,128,101)
#73745B
(115,116,91)
#676851
(103,104,81)
#5B5C47
(91,92,71)
#4F503D
(79,80,61)
#434433
(67,68,51)
#373829
(55,56,41)
#2B2C1F
(43,44,31)
#1F2015
(31,32,21)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #8B8C6F

#8B8C6F
(139,140,111)
#95967C
(149,150,124)
#9FA089
(159,160,137)
#A9AA96
(169,170,150)
#B3B4A3
(179,180,163)
#BDBEB0
(189,190,176)
#C7C8BD
(199,200,189)
#D1D2CA
(209,210,202)
#DBDCD7
(219,220,215)
#E5E6E4
(229,230,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8C6F; }

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

This text font color is #8B8C6F.


Background Color

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

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

This div background color is #8B8C6F.


Border color

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

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

This div border color is #8B8C6F.


Opacity

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

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

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

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

This text has shadow with #8B8C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8C6F on black background.


Color preview on white background

This text has color #8B8C6F on white background.



Black color preview on #8B8C6F background

This text has black color on #8B8C6F background.


White color preview on #8B8C6F background

This text has white color on #8B8C6F background.