COLOR #8B908A

HEX: #8B908A RGB: (139,144,138)

Color info

#8B908A contains red, green and blue colors in about the same proportion. Web safe color of #8B908A is #999999 (or #999).

RGB color model

#8B908A color RGB value is (139,144,138).

RGB: (139,144,138) (55%, 56%, 54%)

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 138 of 255 = 54%

139
144
138

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

Portions of RGB colors in percentages

R + G + B = 139 + 144 + 138 = 421 (100%)
R 139 of 421 ~ 33.02%
G 144 of 421 ~ 34.2%
B 138 of 421 ~ 32.78'%

%33.02
%34.2
%32.78

CMYK color model

#8B908A color CMYK value is (3,0,4,44).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 43.53%

CMYK: (3,0,4,44)
C3M0Y4K44 (3%, 0%, 4%, 44%)
(0.03 / 0.00 / 0.04 / 0.44)

CMYK percentages

%3.47
%0
%4.17
%43.53

Codes

Color #8B908A in popluar color models

8B 90 8A
RGB 139 144 138
HSL 110° 2.63% 55.29%
HSB/HSV 110° 4.17% 56.47%
CMYK 3.47% 0.00% 4.17%
43.53%

Color #8B908A in popluar number systems.

HEX 8B 90 8A
Decimal 139 144 138
Binary 10001011 10010000 10001010
Octal 213 220 212

Shades and tints

Shades of #8B908A

#8B908A
(139,144,138)
#7F837E
(127,131,126)
#737672
(115,118,114)
#676966
(103,105,102)
#5B5C5A
(91,92,90)
#4F4F4E
(79,79,78)
#434242
(67,66,66)
#373536
(55,53,54)
#2B282A
(43,40,42)
#1F1B1E
(31,27,30)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #8B908A

#8B908A
(139,144,138)
#959A94
(149,154,148)
#9FA49E
(159,164,158)
#A9AEA8
(169,174,168)
#B3B8B2
(179,184,178)
#BDC2BC
(189,194,188)
#C7CCC6
(199,204,198)
#D1D6D0
(209,214,208)
#DBE0DA
(219,224,218)
#E5EAE4
(229,234,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B908A color. Also use rgb(139,144,138) instead hex code.

Text Font Color

.myTextColor { color: #8B908A; }

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

This text font color is #8B908A.

Background Color

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

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

This div background color is #8B908A.

Border color

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

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

This div border color is #8B908A.

Opacity

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

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

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

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

This text has shadow with #8B908A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B908A.

Preview

Color preview on black background

This text has color #8B908A on black background.


Color preview on white background

This text has color #8B908A on white background.


Black color preview on #8B908A background

This text has black color on #8B908A background.


White color preview on #8B908A background

This text has white color on #8B908A background.


Related colors

Complementary color

Complementary color for #hex is #746F75.


I love getcolorcode.com

Triadic colors

1 #8A8B90 and #908A8B with #8B908A are triadic colors.

2 #8A908B and #908B8A with #8B908A are triadic colors.