COLOR #8B9460

HEX: #8B9460 RGB: (139,148,96)

Color info

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

RGB color model

#8B9460 color RGB value is (139,148,96).

RGB: (139,148,96) (55%, 58%, 38%)

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 96 of 255 = 38%

139
148
96

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

Portions of RGB colors in percentages

R + G + B = 139 + 148 + 96 = 383 (100%)
R 139 of 383 ~ 36.29%
G 148 of 383 ~ 38.64%
B 96 of 383 ~ 25.07'%

%36.29
%38.64
%25.07

CMYK color model

#8B9460 color CMYK value is (6,0,35,42).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 41.96%

CMYK: (6,0,35,42)
C6M0Y35K42 (6%, 0%, 35%, 42%)
(0.06 / 0.00 / 0.35 / 0.42)

CMYK percentages

%6.08
%0
%35.14
%41.96

Codes

Color #8B9460 in popluar color models

8B 94 60
RGB 139 148 96
HSL 70° 21.31% 47.84%
HSB/HSV 70° 35.14% 58.04%
CMYK 6.08% 0.00% 35.14%
41.96%

Color #8B9460 in popluar number systems.

HEX 8B 94 60
Decimal 139 148 96
Binary 10001011 10010100 1100000
Octal 213 224 140

Shades and tints

Shades of #8B9460

#8B9460
(139,148,96)
#7F8758
(127,135,88)
#737A50
(115,122,80)
#676D48
(103,109,72)
#5B6040
(91,96,64)
#4F5338
(79,83,56)
#434630
(67,70,48)
#373928
(55,57,40)
#2B2C20
(43,44,32)
#1F1F18
(31,31,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8B9460

#8B9460
(139,148,96)
#959D6E
(149,157,110)
#9FA67C
(159,166,124)
#A9AF8A
(169,175,138)
#B3B898
(179,184,152)
#BDC1A6
(189,193,166)
#C7CAB4
(199,202,180)
#D1D3C2
(209,211,194)
#DBDCD0
(219,220,208)
#E5E5DE
(229,229,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9460; }

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

This text font color is #8B9460.

Background Color

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

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

This div background color is #8B9460.

Border color

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

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

This div border color is #8B9460.

Opacity

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

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

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

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

This text has shadow with #8B9460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9460.

Preview

Color preview on black background

This text has color #8B9460 on black background.


Color preview on white background

This text has color #8B9460 on white background.


Black color preview on #8B9460 background

This text has black color on #8B9460 background.


White color preview on #8B9460 background

This text has white color on #8B9460 background.


Related colors

Complementary color

Complementary color for #hex is #746B9F.


I love getcolorcode.com

Triadic colors

1 #608B94 and #94608B with #8B9460 are triadic colors.

2 #60948B and #948B60 with #8B9460 are triadic colors.