COLOR #8B8450

HEX: #8B8450 RGB: (139,132,80)

Color info

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

RGB color model

#8B8450 color RGB value is (139,132,80).

RGB: (139,132,80) (55%, 52%, 31%)

RGB channels and saturation

R 139 of 255 = 55%
G 132 of 255 = 52%
B 80 of 255 = 31%

139
132
80

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

Portions of RGB colors in percentages

R + G + B = 139 + 132 + 80 = 351 (100%)
R 139 of 351 ~ 39.6%
G 132 of 351 ~ 37.61%
B 80 of 351 ~ 22.79'%

%39.6
%37.61
%22.79

CMYK color model

#8B8450 color CMYK value is (0,5,42,45).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 42.45%
  • key color value is 45.49%
CMYK: (0,5,42,45) C0M5Y42K45 (0%,5%,42%,45%) (0.00/0.05/0.42/0.45) 

CMYK percentages

%0
%5.04
%42.45
%45.49

Codes

Color #8B8450 in popluar color models

8B 84 50
RGB 139 132 80
HSL 53° 26.94% 42.94%
HSB/HSV 53° 42.45% 54.51%
CMYK 0.00% 5.04% 42.45%
45.49%

Color #8B8450 in popluar number systems.

HEX 8B 84 50
Decimal 139 132 80
Binary 10001011 10000100 1010000
Octal 213 204 120

Shades and tints

Shades of #8B8450

#8B8450
(139,132,80)
#7F7849
(127,120,73)
#736C42
(115,108,66)
#67603B
(103,96,59)
#5B5434
(91,84,52)
#4F482D
(79,72,45)
#433C26
(67,60,38)
#37301F
(55,48,31)
#2B2418
(43,36,24)
#1F1811
(31,24,17)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B8450

#8B8450
(139,132,80)
#958F5F
(149,143,95)
#9F9A6E
(159,154,110)
#A9A57D
(169,165,125)
#B3B08C
(179,176,140)
#BDBB9B
(189,187,155)
#C7C6AA
(199,198,170)
#D1D1B9
(209,209,185)
#DBDCC8
(219,220,200)
#E5E7D7
(229,231,215)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8450 color. Also use rgb(139,132,80) instead hex code.

Text Font Color

.myTextColor { color: #8B8450; }

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

This text font color is #8B8450.

Background Color

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

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

This div background color is #8B8450.

Border color

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

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

This div border color is #8B8450.

Opacity

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

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

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

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

This text has shadow with #8B8450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8450.

Preview

Color preview on black background

This text has color #8B8450 on black background.


Color preview on white background

This text has color #8B8450 on white background.


Black color preview on #8B8450 background

This text has black color on #8B8450 background.


White color preview on #8B8450 background

This text has white color on #8B8450 background.


Related colors

Complementary color

Complementary color for #hex is #747BAF.


I love getcolorcode.com

Triadic colors

1 #508B84 and #84508B with #8B8450 are triadic colors.

2 #50848B and #848B50 with #8B8450 are triadic colors.