COLOR #8B9464

HEX: #8B9464
RGB: (139,148,100)

Color info

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

RGB color model

#8B9464 color RGB value is (139,148,100).

  • red value is 139;
  • green value is 148;
  • blue value is 100.
RGB:
(139,148,100)
(55%,58%,39%)

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 100 of 255 = 39%

139
148
100

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

Portions of RGB colors in percentages

R + G + B =
139 + 148 + 100 = 387 (100%)
R 139 of 387 ~ 35.92%
G 148 of 387 ~ 38.24%
B 100 of 387 ~ 25.84%

%35.92
%38.24
%25.84

CMYK color model

#8B9464 color CMYK value is (6,0,32,42).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(6,0,32,42)
C6M0Y32K42 
(6%,0%,32%,42%)
(0.06/0.00/0.32/0.42)	

CMYK percentages

%6.08
%0
%32.43
%41.96

Codes

Color #8B9464 in popluar color models

8B9464
RGB139148100
HSL71°19.35%48.63%
HSB/HSV71°32.43%58.04%
CMYK6.08%0.00%32.43%
41.96%

Color #8B9464 in popluar number systems.

HEX8B9464
Decimal139148100
Binary10001011100101001100100
Octal213224144

Shades and tints

Shades of #8B9464

#8B9464
(139,148,100)
#7F875B
(127,135,91)
#737A52
(115,122,82)
#676D49
(103,109,73)
#5B6040
(91,96,64)
#4F5337
(79,83,55)
#43462E
(67,70,46)
#373925
(55,57,37)
#2B2C1C
(43,44,28)
#1F1F13
(31,31,19)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #8B9464

#8B9464
(139,148,100)
#959D72
(149,157,114)
#9FA680
(159,166,128)
#A9AF8E
(169,175,142)
#B3B89C
(179,184,156)
#BDC1AA
(189,193,170)
#C7CAB8
(199,202,184)
#D1D3C6
(209,211,198)
#DBDCD4
(219,220,212)
#E5E5E2
(229,229,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9464 color. Also use rgb(139,148,100) instead hex code.

Text Font Color

.myTextColor { color: #8B9464; }

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

This text font color is #8B9464.


Background Color

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

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

This div background color is #8B9464.


Border color

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

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

This div border color is #8B9464.


Opacity

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

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

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

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

This text has shadow with #8B9464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9464 on black background.


Color preview on white background

This text has color #8B9464 on white background.



Black color preview on #8B9464 background

This text has black color on #8B9464 background.


White color preview on #8B9464 background

This text has white color on #8B9464 background.