COLOR #8D9B14

HEX: #8D9B14
RGB: (141,155,20)

Color info

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

RGB color model

#8D9B14 color RGB value is (141,155,20).

  • red value is 141;
  • green value is 155;
  • blue value is 20.
RGB:
(141,155,20)
(55%,61%,8%)

RGB channels and saturation

R 141 of 255 = 55%
G 155 of 255 = 61%
B 20 of 255 = 8%

141
155
20

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

Portions of RGB colors in percentages

R + G + B =
141 + 155 + 20 = 316 (100%)
R 141 of 316 ~ 44.62%
G 155 of 316 ~ 49.05%
B 20 of 316 ~ 6.33%

%44.62
%49.05

CMYK color model

#8D9B14 color CMYK value is (9,0,87,39).

  • cyan value is 9.03%
  • magenta value is 0.00%
  • yellow value is 87.10%
  • key color value is 39.22%
CMYK:
(9,0,87,39)
C9M0Y87K39 
(9%,0%,87%,39%)
(0.09/0.00/0.87/0.39)	

CMYK percentages

%9.03
%0
%87.1
%39.22

Codes

Color #8D9B14 in popluar color models

8D9B14
RGB14115520
HSL66°77.14%34.31%
HSB/HSV66°87.10%60.78%
CMYK9.03%0.00%87.10%
39.22%

Color #8D9B14 in popluar number systems.

HEX8D9B14
Decimal14115520
Binary100011011001101110100
Octal21523324

Shades and tints

Shades of #8D9B14

#8D9B14
(141,155,20)
#818D13
(129,141,19)
#757F12
(117,127,18)
#697111
(105,113,17)
#5D6310
(93,99,16)
#51550F
(81,85,15)
#45470E
(69,71,14)
#39390D
(57,57,13)
#2D2B0C
(45,43,12)
#211D0B
(33,29,11)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #8D9B14

#8D9B14
(141,155,20)
#97A429
(151,164,41)
#A1AD3E
(161,173,62)
#ABB653
(171,182,83)
#B5BF68
(181,191,104)
#BFC87D
(191,200,125)
#C9D192
(201,209,146)
#D3DAA7
(211,218,167)
#DDE3BC
(221,227,188)
#E7ECD1
(231,236,209)
#F1F5E6
(241,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9B14 color. Also use rgb(141,155,20) instead hex code.

Text Font Color

.myTextColor { color: #8D9B14; }

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

This text font color is #8D9B14.


Background Color

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

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

This div background color is #8D9B14.


Border color

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

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

This div border color is #8D9B14.


Opacity

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

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

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

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

This text has shadow with #8D9B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9B14 on black background.


Color preview on white background

This text has color #8D9B14 on white background.



Black color preview on #8D9B14 background

This text has black color on #8D9B14 background.


White color preview on #8D9B14 background

This text has white color on #8D9B14 background.