COLOR #8B8A60

HEX: #8B8A60
RGB: (139,138,96)

Color info

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

RGB color model

#8B8A60 color RGB value is (139,138,96).

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

RGB channels and saturation

R 139 of 255 = 55%
G 138 of 255 = 54%
B 96 of 255 = 38%

139
138
96

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

Portions of RGB colors in percentages

R + G + B =
139 + 138 + 96 = 373 (100%)
R 139 of 373 ~ 37.27%
G 138 of 373 ~ 37%
B 96 of 373 ~ 25.74%

%37.27
%37
%25.74

CMYK color model

#8B8A60 color CMYK value is (0,1,31,45).

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 30.94%
  • key color value is 45.49%
CMYK:
(0,1,31,45)
C0M1Y31K45 
(0%,1%,31%,45%)
(0.00/0.01/0.31/0.45)	

CMYK percentages

%0
%0.72
%30.94
%45.49

Codes

Color #8B8A60 in popluar color models

8B8A60
RGB13913896
HSL59°18.30%46.08%
HSB/HSV59°30.94%54.51%
CMYK0.00%0.72%30.94%
45.49%

Color #8B8A60 in popluar number systems.

HEX8B8A60
Decimal13913896
Binary10001011100010101100000
Octal213212140

Shades and tints

Shades of #8B8A60

#8B8A60
(139,138,96)
#7F7E58
(127,126,88)
#737250
(115,114,80)
#676648
(103,102,72)
#5B5A40
(91,90,64)
#4F4E38
(79,78,56)
#434230
(67,66,48)
#373628
(55,54,40)
#2B2A20
(43,42,32)
#1F1E18
(31,30,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8B8A60

#8B8A60
(139,138,96)
#95946E
(149,148,110)
#9F9E7C
(159,158,124)
#A9A88A
(169,168,138)
#B3B298
(179,178,152)
#BDBCA6
(189,188,166)
#C7C6B4
(199,198,180)
#D1D0C2
(209,208,194)
#DBDAD0
(219,218,208)
#E5E4DE
(229,228,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8A60; }

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

This text font color is #8B8A60.


Background Color

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

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

This div background color is #8B8A60.


Border color

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

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

This div border color is #8B8A60.


Opacity

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

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

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

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

This text has shadow with #8B8A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8A60 on black background.


Color preview on white background

This text has color #8B8A60 on white background.



Black color preview on #8B8A60 background

This text has black color on #8B8A60 background.


White color preview on #8B8A60 background

This text has white color on #8B8A60 background.