COLOR #8A9129

HEX: #8A9129
RGB: (138,145,41)

Color info

#8A9129 contains mainly red and green colors. Web safe color of #8A9129 is #999933 (or #993).

RGB color model

#8A9129 color RGB value is (138,145,41).

  • red value is 138;
  • green value is 145;
  • blue value is 41.
RGB:
(138,145,41)
(54%,57%,16%)

RGB channels and saturation

R 138 of 255 = 54%
G 145 of 255 = 57%
B 41 of 255 = 16%

138
145
41

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

Portions of RGB colors in percentages

R + G + B =
138 + 145 + 41 = 324 (100%)
R 138 of 324 ~ 42.59%
G 145 of 324 ~ 44.75%
B 41 of 324 ~ 12.65%

%42.59
%44.75
%12.65

CMYK color model

#8A9129 color CMYK value is (5,0,72,43).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 43.14%
CMYK:
(5,0,72,43)
C5M0Y72K43 
(5%,0%,72%,43%)
(0.05/0.00/0.72/0.43)	

CMYK percentages

%4.83
%0
%71.72
%43.14

Codes

Color #8A9129 in popluar color models

8A9129
RGB13814541
HSL64°55.91%36.47%
HSB/HSV64°71.72%56.86%
CMYK4.83%0.00%71.72%
43.14%

Color #8A9129 in popluar number systems.

HEX8A9129
Decimal13814541
Binary1000101010010001101001
Octal21222151

Shades and tints

Shades of #8A9129

#8A9129
(138,145,41)
#7E8426
(126,132,38)
#727723
(114,119,35)
#666A20
(102,106,32)
#5A5D1D
(90,93,29)
#4E501A
(78,80,26)
#424317
(66,67,23)
#363614
(54,54,20)
#2A2911
(42,41,17)
#1E1C0E
(30,28,14)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #8A9129

#8A9129
(138,145,41)
#949B3C
(148,155,60)
#9EA54F
(158,165,79)
#A8AF62
(168,175,98)
#B2B975
(178,185,117)
#BCC388
(188,195,136)
#C6CD9B
(198,205,155)
#D0D7AE
(208,215,174)
#DAE1C1
(218,225,193)
#E4EBD4
(228,235,212)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9129 color. Also use rgb(138,145,41) instead hex code.

Text Font Color

.myTextColor { color: #8A9129; }

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

This text font color is #8A9129.


Background Color

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

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

This div background color is #8A9129.


Border color

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

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

This div border color is #8A9129.


Opacity

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

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

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

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

This text has shadow with #8A9129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9129 on black background.


Color preview on white background

This text has color #8A9129 on white background.



Black color preview on #8A9129 background

This text has black color on #8A9129 background.


White color preview on #8A9129 background

This text has white color on #8A9129 background.