COLOR #8AA491

HEX: #8AA491 RGB: (138,164,145)

Color info

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

RGB color model

#8AA491 color RGB value is (138,164,145).

RGB: (138,164,145) (54%, 64%, 57%)

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 145 of 255 = 57%

138
164
145

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

Portions of RGB colors in percentages

R + G + B = 138 + 164 + 145 = 447 (100%)
R 138 of 447 ~ 30.87%
G 164 of 447 ~ 36.69%
B 145 of 447 ~ 32.44'%

%30.87
%36.69
%32.44

CMYK color model

#8AA491 color CMYK value is (16,0,12,36).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%

CMYK: (16,0,12,36)
C16M0Y12K36 (16%, 0%, 12%, 36%)
(0.16 / 0.00 / 0.12 / 0.36)

CMYK percentages

%15.85
%0
%11.59
%35.69

Codes

Color #8AA491 in popluar color models

8A A4 91
RGB 138 164 145
HSL 136° 12.50% 59.22%
HSB/HSV 136° 15.85% 64.31%
CMYK 15.85% 0.00% 11.59%
35.69%

Color #8AA491 in popluar number systems.

HEX 8A A4 91
Decimal 138 164 145
Binary 10001010 10100100 10010001
Octal 212 244 221

Shades and tints

Shades of #8AA491

#8AA491
(138,164,145)
#7E9684
(126,150,132)
#728877
(114,136,119)
#667A6A
(102,122,106)
#5A6C5D
(90,108,93)
#4E5E50
(78,94,80)
#425043
(66,80,67)
#364236
(54,66,54)
#2A3429
(42,52,41)
#1E261C
(30,38,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #8AA491

#8AA491
(138,164,145)
#94AC9B
(148,172,155)
#9EB4A5
(158,180,165)
#A8BCAF
(168,188,175)
#B2C4B9
(178,196,185)
#BCCCC3
(188,204,195)
#C6D4CD
(198,212,205)
#D0DCD7
(208,220,215)
#DAE4E1
(218,228,225)
#E4ECEB
(228,236,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA491; }

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

This text font color is #8AA491.

Background Color

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

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

This div background color is #8AA491.

Border color

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

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

This div border color is #8AA491.

Opacity

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

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

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

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

This text has shadow with #8AA491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA491.

Preview

Color preview on black background

This text has color #8AA491 on black background.


Color preview on white background

This text has color #8AA491 on white background.


Black color preview on #8AA491 background

This text has black color on #8AA491 background.


White color preview on #8AA491 background

This text has white color on #8AA491 background.


Related colors

Complementary color

Complementary color for #hex is #755B6E.


I love getcolorcode.com

Triadic colors

1 #918AA4 and #A4918A with #8AA491 are triadic colors.

2 #91A48A and #A48A91 with #8AA491 are triadic colors.