COLOR #8B8A7D

HEX: #8B8A7D
RGB: (139,138,125)

Color info

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

RGB color model

#8B8A7D color RGB value is (139,138,125).

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

RGB channels and saturation

R 139 of 255 = 55%
G 138 of 255 = 54%
B 125 of 255 = 49%

139
138
125

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

Portions of RGB colors in percentages

R + G + B =
139 + 138 + 125 = 402 (100%)
R 139 of 402 ~ 34.58%
G 138 of 402 ~ 34.33%
B 125 of 402 ~ 31.09%

%34.58
%34.33
%31.09

CMYK color model

#8B8A7D color CMYK value is (0,1,10,45).

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(0,1,10,45)
C0M1Y10K45 
(0%,1%,10%,45%)
(0.00/0.01/0.10/0.45)	

CMYK percentages

%0
%0.72
%10.07
%45.49

Codes

Color #8B8A7D in popluar color models

8B8A7D
RGB139138125
HSL56°5.69%51.76%
HSB/HSV56°10.07%54.51%
CMYK0.00%0.72%10.07%
45.49%

Color #8B8A7D in popluar number systems.

HEX8B8A7D
Decimal139138125
Binary10001011100010101111101
Octal213212175

Shades and tints

Shades of #8B8A7D

#8B8A7D
(139,138,125)
#7F7E72
(127,126,114)
#737267
(115,114,103)
#67665C
(103,102,92)
#5B5A51
(91,90,81)
#4F4E46
(79,78,70)
#43423B
(67,66,59)
#373630
(55,54,48)
#2B2A25
(43,42,37)
#1F1E1A
(31,30,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #8B8A7D

#8B8A7D
(139,138,125)
#959488
(149,148,136)
#9F9E93
(159,158,147)
#A9A89E
(169,168,158)
#B3B2A9
(179,178,169)
#BDBCB4
(189,188,180)
#C7C6BF
(199,198,191)
#D1D0CA
(209,208,202)
#DBDAD5
(219,218,213)
#E5E4E0
(229,228,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8A7D; }

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

This text font color is #8B8A7D.


Background Color

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

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

This div background color is #8B8A7D.


Border color

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

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

This div border color is #8B8A7D.


Opacity

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

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

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

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

This text has shadow with #8B8A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8A7D on black background.


Color preview on white background

This text has color #8B8A7D on white background.



Black color preview on #8B8A7D background

This text has black color on #8B8A7D background.


White color preview on #8B8A7D background

This text has white color on #8B8A7D background.