COLOR #8B9414

HEX: #8B9414
RGB: (139,148,20)

Color info

#8B9414 contains mainly red and green colors. Web safe color of #8B9414 is #999900 (or #990).

RGB color model

#8B9414 color RGB value is (139,148,20).

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

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 20 of 255 = 8%

139
148
20

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

Portions of RGB colors in percentages

R + G + B =
139 + 148 + 20 = 307 (100%)
R 139 of 307 ~ 45.28%
G 148 of 307 ~ 48.21%
B 20 of 307 ~ 6.51%

%45.28
%48.21

CMYK color model

#8B9414 color CMYK value is (6,0,86,42).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 86.49%
  • key color value is 41.96%
CMYK:
(6,0,86,42)
C6M0Y86K42 
(6%,0%,86%,42%)
(0.06/0.00/0.86/0.42)	

CMYK percentages

%6.08
%0
%86.49
%41.96

Codes

Color #8B9414 in popluar color models

8B9414
RGB13914820
HSL64°76.19%32.94%
HSB/HSV64°86.49%58.04%
CMYK6.08%0.00%86.49%
41.96%

Color #8B9414 in popluar number systems.

HEX8B9414
Decimal13914820
Binary100010111001010010100
Octal21322424

Shades and tints

Shades of #8B9414

#8B9414
(139,148,20)
#7F8713
(127,135,19)
#737A12
(115,122,18)
#676D11
(103,109,17)
#5B6010
(91,96,16)
#4F530F
(79,83,15)
#43460E
(67,70,14)
#37390D
(55,57,13)
#2B2C0C
(43,44,12)
#1F1F0B
(31,31,11)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #8B9414

#8B9414
(139,148,20)
#959D29
(149,157,41)
#9FA63E
(159,166,62)
#A9AF53
(169,175,83)
#B3B868
(179,184,104)
#BDC17D
(189,193,125)
#C7CA92
(199,202,146)
#D1D3A7
(209,211,167)
#DBDCBC
(219,220,188)
#E5E5D1
(229,229,209)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9414; }

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

This text font color is #8B9414.


Background Color

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

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

This div background color is #8B9414.


Border color

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

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

This div border color is #8B9414.


Opacity

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

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

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

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

This text has shadow with #8B9414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9414 on black background.


Color preview on white background

This text has color #8B9414 on white background.



Black color preview on #8B9414 background

This text has black color on #8B9414 background.


White color preview on #8B9414 background

This text has white color on #8B9414 background.