COLOR #8B8A6E

HEX: #8B8A6E
RGB: (139,138,110)

Color info

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

RGB color model

#8B8A6E color RGB value is (139,138,110).

  • red value is 139;
  • green value is 138;
  • blue value is 110.
RGB:
(139,138,110)
(55%,54%,43%)

RGB channels and saturation

R 139 of 255 = 55%
G 138 of 255 = 54%
B 110 of 255 = 43%

139
138
110

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

Portions of RGB colors in percentages

R + G + B =
139 + 138 + 110 = 387 (100%)
R 139 of 387 ~ 35.92%
G 138 of 387 ~ 35.66%
B 110 of 387 ~ 28.42%

%35.92
%35.66
%28.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(0,1,21,45)
C0M1Y21K45 
(0%,1%,21%,45%)
(0.00/0.01/0.21/0.45)	

CMYK percentages

%0
%0.72
%20.86
%45.49

Codes

Color #8B8A6E in popluar color models

8B8A6E
RGB139138110
HSL58°11.65%48.82%
HSB/HSV58°20.86%54.51%
CMYK0.00%0.72%20.86%
45.49%

Color #8B8A6E in popluar number systems.

HEX8B8A6E
Decimal139138110
Binary10001011100010101101110
Octal213212156

Shades and tints

Shades of #8B8A6E

#8B8A6E
(139,138,110)
#7F7E64
(127,126,100)
#73725A
(115,114,90)
#676650
(103,102,80)
#5B5A46
(91,90,70)
#4F4E3C
(79,78,60)
#434232
(67,66,50)
#373628
(55,54,40)
#2B2A1E
(43,42,30)
#1F1E14
(31,30,20)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #8B8A6E

#8B8A6E
(139,138,110)
#95947B
(149,148,123)
#9F9E88
(159,158,136)
#A9A895
(169,168,149)
#B3B2A2
(179,178,162)
#BDBCAF
(189,188,175)
#C7C6BC
(199,198,188)
#D1D0C9
(209,208,201)
#DBDAD6
(219,218,214)
#E5E4E3
(229,228,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8A6E; }

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

This text font color is #8B8A6E.


Background Color

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

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

This div background color is #8B8A6E.


Border color

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

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

This div border color is #8B8A6E.


Opacity

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

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

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

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

This text has shadow with #8B8A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8A6E on black background.


Color preview on white background

This text has color #8B8A6E on white background.



Black color preview on #8B8A6E background

This text has black color on #8B8A6E background.


White color preview on #8B8A6E background

This text has white color on #8B8A6E background.