COLOR #8AA464

HEX: #8AA464
RGB: (138,164,100)

Color info

#8AA464 contains mainly red and green colors. Web safe color of #8AA464 is #999966 (or #996).

RGB color model

#8AA464 color RGB value is (138,164,100).

  • red value is 138;
  • green value is 164;
  • blue value is 100.
RGB:
(138,164,100)
(54%,64%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 100 of 255 = 39%

138
164
100

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

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 100 = 402 (100%)
R 138 of 402 ~ 34.33%
G 164 of 402 ~ 40.8%
B 100 of 402 ~ 24.88%

%34.33
%40.8
%24.88

CMYK color model

#8AA464 color CMYK value is (16,0,39,36).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 35.69%
CMYK:
(16,0,39,36)
C16M0Y39K36 
(16%,0%,39%,36%)
(0.16/0.00/0.39/0.36)	

CMYK percentages

%15.85
%0
%39.02
%35.69

Codes

Color #8AA464 in popluar color models

8AA464
RGB138164100
HSL84°26.02%51.76%
HSB/HSV84°39.02%64.31%
CMYK15.85%0.00%39.02%
35.69%

Color #8AA464 in popluar number systems.

HEX8AA464
Decimal138164100
Binary10001010101001001100100
Octal212244144

Shades and tints

Shades of #8AA464

#8AA464
(138,164,100)
#7E965B
(126,150,91)
#728852
(114,136,82)
#667A49
(102,122,73)
#5A6C40
(90,108,64)
#4E5E37
(78,94,55)
#42502E
(66,80,46)
#364225
(54,66,37)
#2A341C
(42,52,28)
#1E2613
(30,38,19)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #8AA464

#8AA464
(138,164,100)
#94AC72
(148,172,114)
#9EB480
(158,180,128)
#A8BC8E
(168,188,142)
#B2C49C
(178,196,156)
#BCCCAA
(188,204,170)
#C6D4B8
(198,212,184)
#D0DCC6
(208,220,198)
#DAE4D4
(218,228,212)
#E4ECE2
(228,236,226)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA464 color. Also use rgb(138,164,100) instead hex code.

Text Font Color

.myTextColor { color: #8AA464; }

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

This text font color is #8AA464.


Background Color

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

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

This div background color is #8AA464.


Border color

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

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

This div border color is #8AA464.


Opacity

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

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

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

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

This text has shadow with #8AA464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA464 on black background.


Color preview on white background

This text has color #8AA464 on white background.



Black color preview on #8AA464 background

This text has black color on #8AA464 background.


White color preview on #8AA464 background

This text has white color on #8AA464 background.