COLOR #8AA481

HEX: #8AA481
RGB: (138,164,129)

Color info

#8AA481 contains red, green and blue colors in about the same proportion. Web safe color of #8AA481 is #999999 (or #999).

RGB color model

#8AA481 color RGB value is (138,164,129).

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

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 129 of 255 = 51%

138
164
129

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

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 129 = 431 (100%)
R 138 of 431 ~ 32.02%
G 164 of 431 ~ 38.05%
B 129 of 431 ~ 29.93%

%32.02
%38.05
%29.93

CMYK color model

#8AA481 color CMYK value is (16,0,21,36).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(16,0,21,36)
C16M0Y21K36 
(16%,0%,21%,36%)
(0.16/0.00/0.21/0.36)	

CMYK percentages

%15.85
%0
%21.34
%35.69

Codes

Color #8AA481 in popluar color models

8AA481
RGB138164129
HSL105°16.13%57.45%
HSB/HSV105°21.34%64.31%
CMYK15.85%0.00%21.34%
35.69%

Color #8AA481 in popluar number systems.

HEX8AA481
Decimal138164129
Binary100010101010010010000001
Octal212244201

Shades and tints

Shades of #8AA481

#8AA481
(138,164,129)
#7E9676
(126,150,118)
#72886B
(114,136,107)
#667A60
(102,122,96)
#5A6C55
(90,108,85)
#4E5E4A
(78,94,74)
#42503F
(66,80,63)
#364234
(54,66,52)
#2A3429
(42,52,41)
#1E261E
(30,38,30)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8AA481

#8AA481
(138,164,129)
#94AC8C
(148,172,140)
#9EB497
(158,180,151)
#A8BCA2
(168,188,162)
#B2C4AD
(178,196,173)
#BCCCB8
(188,204,184)
#C6D4C3
(198,212,195)
#D0DCCE
(208,220,206)
#DAE4D9
(218,228,217)
#E4ECE4
(228,236,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA481; }

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

This text font color is #8AA481.


Background Color

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

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

This div background color is #8AA481.


Border color

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

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

This div border color is #8AA481.


Opacity

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

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

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

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

This text has shadow with #8AA481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA481 on black background.


Color preview on white background

This text has color #8AA481 on white background.



Black color preview on #8AA481 background

This text has black color on #8AA481 background.


White color preview on #8AA481 background

This text has white color on #8AA481 background.