COLOR #8AA746

HEX: #8AA746 RGB: (138,167,70)

Color info

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

RGB color model

#8AA746 color RGB value is (138,167,70).

RGB: (138,167,70) (54%, 65%, 27%)

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 70 of 255 = 27%

138
167
70

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

Portions of RGB colors in percentages

R + G + B = 138 + 167 + 70 = 375 (100%)
R 138 of 375 ~ 36.8%
G 167 of 375 ~ 44.53%
B 70 of 375 ~ 18.67'%

%36.8
%44.53
%18.67

CMYK color model

#8AA746 color CMYK value is (17,0,58,35).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 58.08%
  • key color value is 34.51%

CMYK: (17,0,58,35)
C17M0Y58K35 (17%, 0%, 58%, 35%)
(0.17 / 0.00 / 0.58 / 0.35)

CMYK percentages

%17.37
%0
%58.08
%34.51

Codes

Color #8AA746 in popluar color models

8A A7 46
RGB 138 167 70
HSL 78° 40.93% 46.47%
HSB/HSV 78° 58.08% 65.49%
CMYK 17.37% 0.00% 58.08%
34.51%

Color #8AA746 in popluar number systems.

HEX 8A A7 46
Decimal 138 167 70
Binary 10001010 10100111 1000110
Octal 212 247 106

Shades and tints

Shades of #8AA746

#8AA746
(138,167,70)
#7E9840
(126,152,64)
#72893A
(114,137,58)
#667A34
(102,122,52)
#5A6B2E
(90,107,46)
#4E5C28
(78,92,40)
#424D22
(66,77,34)
#363E1C
(54,62,28)
#2A2F16
(42,47,22)
#1E2010
(30,32,16)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #8AA746

#8AA746
(138,167,70)
#94AF56
(148,175,86)
#9EB766
(158,183,102)
#A8BF76
(168,191,118)
#B2C786
(178,199,134)
#BCCF96
(188,207,150)
#C6D7A6
(198,215,166)
#D0DFB6
(208,223,182)
#DAE7C6
(218,231,198)
#E4EFD6
(228,239,214)
#EEF7E6
(238,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA746 color. Also use rgb(138,167,70) instead hex code.

Text Font Color

.myTextColor { color: #8AA746; }

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

This text font color is #8AA746.

Background Color

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

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

This div background color is #8AA746.

Border color

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

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

This div border color is #8AA746.

Opacity

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

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

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

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

This text has shadow with #8AA746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA746.

Preview

Color preview on black background

This text has color #8AA746 on black background.


Color preview on white background

This text has color #8AA746 on white background.


Black color preview on #8AA746 background

This text has black color on #8AA746 background.


White color preview on #8AA746 background

This text has white color on #8AA746 background.


Related colors

Complementary color

Complementary color for #hex is #7558B9.


I love getcolorcode.com

Triadic colors

1 #468AA7 and #A7468A with #8AA746 are triadic colors.

2 #46A78A and #A78A46 with #8AA746 are triadic colors.