COLOR #8AA744

HEX: #8AA744
RGB: (138,167,68)

Color info

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

RGB color model

#8AA744 color RGB value is (138,167,68).

  • red value is 138;
  • green value is 167;
  • blue value is 68.
RGB:
(138,167,68)
(54%,65%,27%)

RGB channels and saturation

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

138
167
68

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 68 = 373 (100%)
R 138 of 373 ~ 37%
G 167 of 373 ~ 44.77%
B 68 of 373 ~ 18.23%

%37
%44.77
%18.23

CMYK color model

#8AA744 color CMYK value is (17,0,59,35).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 59.28%
  • key color value is 34.51%
CMYK:
(17,0,59,35)
C17M0Y59K35 
(17%,0%,59%,35%)
(0.17/0.00/0.59/0.35)	

CMYK percentages

%17.37
%0
%59.28
%34.51

Codes

Color #8AA744 in popluar color models

8AA744
RGB13816768
HSL78°42.13%46.08%
HSB/HSV78°59.28%65.49%
CMYK17.37%0.00%59.28%
34.51%

Color #8AA744 in popluar number systems.

HEX8AA744
Decimal13816768
Binary10001010101001111000100
Octal212247104

Shades and tints

Shades of #8AA744

#8AA744
(138,167,68)
#7E983E
(126,152,62)
#728938
(114,137,56)
#667A32
(102,122,50)
#5A6B2C
(90,107,44)
#4E5C26
(78,92,38)
#424D20
(66,77,32)
#363E1A
(54,62,26)
#2A2F14
(42,47,20)
#1E200E
(30,32,14)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #8AA744

#8AA744
(138,167,68)
#94AF55
(148,175,85)
#9EB766
(158,183,102)
#A8BF77
(168,191,119)
#B2C788
(178,199,136)
#BCCF99
(188,207,153)
#C6D7AA
(198,215,170)
#D0DFBB
(208,223,187)
#DAE7CC
(218,231,204)
#E4EFDD
(228,239,221)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA744; }

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

This text font color is #8AA744.


Background Color

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

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

This div background color is #8AA744.


Border color

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

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

This div border color is #8AA744.


Opacity

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

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

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

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

This text has shadow with #8AA744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA744 on black background.


Color preview on white background

This text has color #8AA744 on white background.



Black color preview on #8AA744 background

This text has black color on #8AA744 background.


White color preview on #8AA744 background

This text has white color on #8AA744 background.