COLOR #8B8C7C

HEX: #8B8C7C RGB: (139,140,124)

Color info

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

RGB color model

#8B8C7C color RGB value is (139,140,124).

RGB: (139,140,124) (55%, 55%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 140 of 255 = 55%
B 124 of 255 = 49%

139
140
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 140 + 124 = 403 (100%)
R 139 of 403 ~ 34.49%
G 140 of 403 ~ 34.74%
B 124 of 403 ~ 30.77'%

%34.49
%34.74
%30.77

CMYK color model

#8B8C7C color CMYK value is (1,0,11,45).

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

CMYK: (1,0,11,45)
C1M0Y11K45 (1%, 0%, 11%, 45%)
(0.01 / 0.00 / 0.11 / 0.45)

CMYK percentages

%0.71
%0
%11.43
%45.1

Codes

Color #8B8C7C in popluar color models

8B 8C 7C
RGB 139 140 124
HSL 64° 6.50% 51.76%
HSB/HSV 64° 11.43% 54.90%
CMYK 0.71% 0.00% 11.43%
45.10%

Color #8B8C7C in popluar number systems.

HEX 8B 8C 7C
Decimal 139 140 124
Binary 10001011 10001100 1111100
Octal 213 214 174

Shades and tints

Shades of #8B8C7C

#8B8C7C
(139,140,124)
#7F8071
(127,128,113)
#737466
(115,116,102)
#67685B
(103,104,91)
#5B5C50
(91,92,80)
#4F5045
(79,80,69)
#43443A
(67,68,58)
#37382F
(55,56,47)
#2B2C24
(43,44,36)
#1F2019
(31,32,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #8B8C7C

#8B8C7C
(139,140,124)
#959687
(149,150,135)
#9FA092
(159,160,146)
#A9AA9D
(169,170,157)
#B3B4A8
(179,180,168)
#BDBEB3
(189,190,179)
#C7C8BE
(199,200,190)
#D1D2C9
(209,210,201)
#DBDCD4
(219,220,212)
#E5E6DF
(229,230,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8C7C; }

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

This text font color is #8B8C7C.

Background Color

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

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

This div background color is #8B8C7C.

Border color

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

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

This div border color is #8B8C7C.

Opacity

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

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

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

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

This text has shadow with #8B8C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8C7C.

Preview

Color preview on black background

This text has color #8B8C7C on black background.


Color preview on white background

This text has color #8B8C7C on white background.


Black color preview on #8B8C7C background

This text has black color on #8B8C7C background.


White color preview on #8B8C7C background

This text has white color on #8B8C7C background.


Related colors

Complementary color

Complementary color for #hex is #747383.


I love getcolorcode.com

Triadic colors

1 #7C8B8C and #8C7C8B with #8B8C7C are triadic colors.

2 #7C8C8B and #8C8B7C with #8B8C7C are triadic colors.