COLOR #8D9616

HEX: #8D9616
RGB: (141,150,22)

Color info

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

RGB color model

#8D9616 color RGB value is (141,150,22).

  • red value is 141;
  • green value is 150;
  • blue value is 22.
RGB:
(141,150,22)
(55%,59%,9%)

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 22 of 255 = 9%

141
150
22

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 22 = 313 (100%)
R 141 of 313 ~ 45.05%
G 150 of 313 ~ 47.92%
B 22 of 313 ~ 7.03%

%45.05
%47.92

CMYK color model

#8D9616 color CMYK value is (6,0,85,41).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 85.33%
  • key color value is 41.18%
CMYK:
(6,0,85,41)
C6M0Y85K41 
(6%,0%,85%,41%)
(0.06/0.00/0.85/0.41)	

CMYK percentages

%6
%0
%85.33
%41.18

Codes

Color #8D9616 in popluar color models

8D9616
RGB14115022
HSL64°74.42%33.73%
HSB/HSV64°85.33%58.82%
CMYK6.00%0.00%85.33%
41.18%

Color #8D9616 in popluar number systems.

HEX8D9616
Decimal14115022
Binary100011011001011010110
Octal21522626

Shades and tints

Shades of #8D9616

#8D9616
(141,150,22)
#818914
(129,137,20)
#757C12
(117,124,18)
#696F10
(105,111,16)
#5D620E
(93,98,14)
#51550C
(81,85,12)
#45480A
(69,72,10)
#393B08
(57,59,8)
#2D2E06
(45,46,6)
#212104
(33,33,4)
#151402
(21,20,2)
#000000
(0,0,0)

Tints of #8D9616

#8D9616
(141,150,22)
#979F2B
(151,159,43)
#A1A840
(161,168,64)
#ABB155
(171,177,85)
#B5BA6A
(181,186,106)
#BFC37F
(191,195,127)
#C9CC94
(201,204,148)
#D3D5A9
(211,213,169)
#DDDEBE
(221,222,190)
#E7E7D3
(231,231,211)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9616 color. Also use rgb(141,150,22) instead hex code.

Text Font Color

.myTextColor { color: #8D9616; }

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

This text font color is #8D9616.


Background Color

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

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

This div background color is #8D9616.


Border color

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

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

This div border color is #8D9616.


Opacity

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

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

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

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

This text has shadow with #8D9616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9616 on black background.


Color preview on white background

This text has color #8D9616 on white background.



Black color preview on #8D9616 background

This text has black color on #8D9616 background.


White color preview on #8D9616 background

This text has white color on #8D9616 background.