COLOR #8D8514

HEX: #8D8514
RGB: (141,133,20)

Color info

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

RGB color model

#8D8514 color RGB value is (141,133,20).

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

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 20 of 255 = 8%

141
133
20

R + G + B ~ 38%. #8D8514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 133 + 20 = 294 (100%)
R 141 of 294 ~ 47.96%
G 133 of 294 ~ 45.24%
B 20 of 294 ~ 6.8%

%47.96
%45.24

CMYK color model

#8D8514 color CMYK value is (0,6,86,45).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 85.82%
  • key color value is 44.71%
CMYK:
(0,6,86,45)
C0M6Y86K45 
(0%,6%,86%,45%)
(0.00/0.06/0.86/0.45)	

CMYK percentages

%0
%5.67
%85.82
%44.71

Codes

Color #8D8514 in popluar color models

8D8514
RGB14113320
HSL56°75.16%31.57%
HSB/HSV56°85.82%55.29%
CMYK0.00%5.67%85.82%
44.71%

Color #8D8514 in popluar number systems.

HEX8D8514
Decimal14113320
Binary100011011000010110100
Octal21520524

Shades and tints

Shades of #8D8514

#8D8514
(141,133,20)
#817913
(129,121,19)
#756D12
(117,109,18)
#696111
(105,97,17)
#5D5510
(93,85,16)
#51490F
(81,73,15)
#453D0E
(69,61,14)
#39310D
(57,49,13)
#2D250C
(45,37,12)
#21190B
(33,25,11)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #8D8514

#8D8514
(141,133,20)
#979029
(151,144,41)
#A19B3E
(161,155,62)
#ABA653
(171,166,83)
#B5B168
(181,177,104)
#BFBC7D
(191,188,125)
#C9C792
(201,199,146)
#D3D2A7
(211,210,167)
#DDDDBC
(221,221,188)
#E7E8D1
(231,232,209)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8514; }

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

This text font color is #8D8514.


Background Color

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

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

This div background color is #8D8514.


Border color

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

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

This div border color is #8D8514.


Opacity

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

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

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

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

This text has shadow with #8D8514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8514 on black background.


Color preview on white background

This text has color #8D8514 on white background.



Black color preview on #8D8514 background

This text has black color on #8D8514 background.


White color preview on #8D8514 background

This text has white color on #8D8514 background.