COLOR #8A8909

HEX: #8A8909 RGB: (138,137,9)

Color info

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

RGB color model

#8A8909 color RGB value is (138,137,9).

RGB: (138,137,9) (54%, 54%, 4%)

RGB channels and saturation

R 138 of 255 = 54%
G 137 of 255 = 54%
B 9 of 255 = 4%

138
137
9

R + G + B ~ 37%. #8A8909 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 138 + 137 + 9 = 284 (100%)
R 138 of 284 ~ 48.59%
G 137 of 284 ~ 48.24%
B 9 of 284 ~ 3.17'%

%48.59
%48.24

CMYK color model

#8A8909 color CMYK value is (0,1,93,46).

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 93.48%
  • key color value is 45.88%

CMYK: (0,1,93,46)
C0M1Y93K46 (0%, 1%, 93%, 46%)
(0.00 / 0.01 / 0.93 / 0.46)

CMYK percentages

%0
%0.72
%93.48
%45.88

Codes

Color #8A8909 in popluar color models

8A 89 09
RGB 138 137 9
HSL 60° 87.76% 28.82%
HSB/HSV 60° 93.48% 54.12%
CMYK 0.00% 0.72% 93.48%
45.88%

Color #8A8909 in popluar number systems.

HEX 8A 89 09
Decimal 138 137 9
Binary 10001010 10001001 1001
Octal 212 211 11

Shades and tints

Shades of #8A8909

#8A8909
(138,137,9)
#7E7D09
(126,125,9)
#727109
(114,113,9)
#666509
(102,101,9)
#5A5909
(90,89,9)
#4E4D09
(78,77,9)
#424109
(66,65,9)
#363509
(54,53,9)
#2A2909
(42,41,9)
#1E1D09
(30,29,9)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #8A8909

#8A8909
(138,137,9)
#94931F
(148,147,31)
#9E9D35
(158,157,53)
#A8A74B
(168,167,75)
#B2B161
(178,177,97)
#BCBB77
(188,187,119)
#C6C58D
(198,197,141)
#D0CFA3
(208,207,163)
#DAD9B9
(218,217,185)
#E4E3CF
(228,227,207)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8909 color. Also use rgb(138,137,9) instead hex code.

Text Font Color

.myTextColor { color: #8A8909; }

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

This text font color is #8A8909.

Background Color

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

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

This div background color is #8A8909.

Border color

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

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

This div border color is #8A8909.

Opacity

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

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

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

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

This text has shadow with #8A8909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8909.

Preview

Color preview on black background

This text has color #8A8909 on black background.


Color preview on white background

This text has color #8A8909 on white background.


Black color preview on #8A8909 background

This text has black color on #8A8909 background.


White color preview on #8A8909 background

This text has white color on #8A8909 background.


Related colors

Complementary color

Complementary color for #hex is #7576F6.


I love getcolorcode.com

Triadic colors

1 #098A89 and #89098A with #8A8909 are triadic colors.

2 #09898A and #898A09 with #8A8909 are triadic colors.