COLOR #8AA040

HEX: #8AA040
RGB: (138,160,64)

Color info

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

RGB color model

#8AA040 color RGB value is (138,160,64).

  • red value is 138;
  • green value is 160;
  • blue value is 64.
RGB:
(138,160,64)
(54%,63%,25%)

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 64 of 255 = 25%

138
160
64

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 64 = 362 (100%)
R 138 of 362 ~ 38.12%
G 160 of 362 ~ 44.2%
B 64 of 362 ~ 17.68%

%38.12
%44.2
%17.68

CMYK color model

#8AA040 color CMYK value is (14,0,60,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 37.25%
CMYK:
(14,0,60,37)
C14M0Y60K37 
(14%,0%,60%,37%)
(0.14/0.00/0.60/0.37)	

CMYK percentages

%13.75
%0
%60
%37.25

Codes

Color #8AA040 in popluar color models

8AA040
RGB13816064
HSL74°42.86%43.92%
HSB/HSV74°60.00%62.75%
CMYK13.75%0.00%60.00%
37.25%

Color #8AA040 in popluar number systems.

HEX8AA040
Decimal13816064
Binary10001010101000001000000
Octal212240100

Shades and tints

Shades of #8AA040

#8AA040
(138,160,64)
#7E923B
(126,146,59)
#728436
(114,132,54)
#667631
(102,118,49)
#5A682C
(90,104,44)
#4E5A27
(78,90,39)
#424C22
(66,76,34)
#363E1D
(54,62,29)
#2A3018
(42,48,24)
#1E2213
(30,34,19)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8AA040

#8AA040
(138,160,64)
#94A851
(148,168,81)
#9EB062
(158,176,98)
#A8B873
(168,184,115)
#B2C084
(178,192,132)
#BCC895
(188,200,149)
#C6D0A6
(198,208,166)
#D0D8B7
(208,216,183)
#DAE0C8
(218,224,200)
#E4E8D9
(228,232,217)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA040 color. Also use rgb(138,160,64) instead hex code.

Text Font Color

.myTextColor { color: #8AA040; }

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

This text font color is #8AA040.


Background Color

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

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

This div background color is #8AA040.


Border color

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

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

This div border color is #8AA040.


Opacity

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

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

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

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

This text has shadow with #8AA040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA040 on black background.


Color preview on white background

This text has color #8AA040 on white background.



Black color preview on #8AA040 background

This text has black color on #8AA040 background.


White color preview on #8AA040 background

This text has white color on #8AA040 background.