COLOR #8D8611

HEX: #8D8611
RGB: (141,134,17)

Color info

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

RGB color model

#8D8611 color RGB value is (141,134,17).

  • red value is 141;
  • green value is 134;
  • blue value is 17.
RGB:
(141,134,17)
(55%,53%,7%)

RGB channels and saturation

R 141 of 255 = 55%
G 134 of 255 = 53%
B 17 of 255 = 7%

141
134
17

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

Portions of RGB colors in percentages

R + G + B =
141 + 134 + 17 = 292 (100%)
R 141 of 292 ~ 48.29%
G 134 of 292 ~ 45.89%
B 17 of 292 ~ 5.82%

%48.29
%45.89

CMYK color model

#8D8611 color CMYK value is (0,5,88,45).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 87.94%
  • key color value is 44.71%
CMYK:
(0,5,88,45)
C0M5Y88K45 
(0%,5%,88%,45%)
(0.00/0.05/0.88/0.45)	

CMYK percentages

%0
%4.96
%87.94
%44.71

Codes

Color #8D8611 in popluar color models

8D8611
RGB14113417
HSL57°78.48%30.98%
HSB/HSV57°87.94%55.29%
CMYK0.00%4.96%87.94%
44.71%

Color #8D8611 in popluar number systems.

HEX8D8611
Decimal14113417
Binary100011011000011010001
Octal21520621

Shades and tints

Shades of #8D8611

#8D8611
(141,134,17)
#817A10
(129,122,16)
#756E0F
(117,110,15)
#69620E
(105,98,14)
#5D560D
(93,86,13)
#514A0C
(81,74,12)
#453E0B
(69,62,11)
#39320A
(57,50,10)
#2D2609
(45,38,9)
#211A08
(33,26,8)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #8D8611

#8D8611
(141,134,17)
#979126
(151,145,38)
#A19C3B
(161,156,59)
#ABA750
(171,167,80)
#B5B265
(181,178,101)
#BFBD7A
(191,189,122)
#C9C88F
(201,200,143)
#D3D3A4
(211,211,164)
#DDDEB9
(221,222,185)
#E7E9CE
(231,233,206)
#F1F4E3
(241,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8611 color. Also use rgb(141,134,17) instead hex code.

Text Font Color

.myTextColor { color: #8D8611; }

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

This text font color is #8D8611.


Background Color

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

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

This div background color is #8D8611.


Border color

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

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

This div border color is #8D8611.


Opacity

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

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

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

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

This text has shadow with #8D8611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8611 on black background.


Color preview on white background

This text has color #8D8611 on white background.



Black color preview on #8D8611 background

This text has black color on #8D8611 background.


White color preview on #8D8611 background

This text has white color on #8D8611 background.