COLOR #8B8C6D

HEX: #8B8C6D RGB: (139,140,109)

Color info

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

RGB color model

#8B8C6D color RGB value is (139,140,109).

RGB: (139,140,109) (55%, 55%, 43%)

RGB channels and saturation

R 139 of 255 = 55%
G 140 of 255 = 55%
B 109 of 255 = 43%

139
140
109

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

Portions of RGB colors in percentages

R + G + B = 139 + 140 + 109 = 388 (100%)
R 139 of 388 ~ 35.82%
G 140 of 388 ~ 36.08%
B 109 of 388 ~ 28.09'%

%35.82
%36.08
%28.09

CMYK color model

#8B8C6D color CMYK value is (1,0,22,45).

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

CMYK: (1,0,22,45)
C1M0Y22K45 (1%, 0%, 22%, 45%)
(0.01 / 0.00 / 0.22 / 0.45)

CMYK percentages

%0.71
%0
%22.14
%45.1

Codes

Color #8B8C6D in popluar color models

8B 8C 6D
RGB 139 140 109
HSL 62° 12.45% 48.82%
HSB/HSV 62° 22.14% 54.90%
CMYK 0.71% 0.00% 22.14%
45.10%

Color #8B8C6D in popluar number systems.

HEX 8B 8C 6D
Decimal 139 140 109
Binary 10001011 10001100 1101101
Octal 213 214 155

Shades and tints

Shades of #8B8C6D

#8B8C6D
(139,140,109)
#7F8064
(127,128,100)
#73745B
(115,116,91)
#676852
(103,104,82)
#5B5C49
(91,92,73)
#4F5040
(79,80,64)
#434437
(67,68,55)
#37382E
(55,56,46)
#2B2C25
(43,44,37)
#1F201C
(31,32,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #8B8C6D

#8B8C6D
(139,140,109)
#95967A
(149,150,122)
#9FA087
(159,160,135)
#A9AA94
(169,170,148)
#B3B4A1
(179,180,161)
#BDBEAE
(189,190,174)
#C7C8BB
(199,200,187)
#D1D2C8
(209,210,200)
#DBDCD5
(219,220,213)
#E5E6E2
(229,230,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8C6D; }

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

This text font color is #8B8C6D.

Background Color

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

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

This div background color is #8B8C6D.

Border color

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

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

This div border color is #8B8C6D.

Opacity

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

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

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

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

This text has shadow with #8B8C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8C6D.

Preview

Color preview on black background

This text has color #8B8C6D on black background.


Color preview on white background

This text has color #8B8C6D on white background.


Black color preview on #8B8C6D background

This text has black color on #8B8C6D background.


White color preview on #8B8C6D background

This text has white color on #8B8C6D background.


Related colors

Complementary color

Complementary color for #hex is #747392.


I love getcolorcode.com

Triadic colors

1 #6D8B8C and #8C6D8B with #8B8C6D are triadic colors.

2 #6D8C8B and #8C8B6D with #8B8C6D are triadic colors.