COLOR #8AAD72

HEX: #8AAD72
RGB: (138,173,114)

Color info

#8AAD72 contains red, green and blue colors in about the same proportion. Web safe color of #8AAD72 is #999966 (or #996).

RGB color model

#8AAD72 color RGB value is (138,173,114).

  • red value is 138;
  • green value is 173;
  • blue value is 114.
RGB:
(138,173,114)
(54%,68%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 173 of 255 = 68%
B 114 of 255 = 45%

138
173
114

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

Portions of RGB colors in percentages

R + G + B =
138 + 173 + 114 = 425 (100%)
R 138 of 425 ~ 32.47%
G 173 of 425 ~ 40.71%
B 114 of 425 ~ 26.82%

%32.47
%40.71
%26.82

CMYK color model

#8AAD72 color CMYK value is (20,0,34,32).

  • cyan value is 20.23%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(20,0,34,32)
C20M0Y34K32 
(20%,0%,34%,32%)
(0.20/0.00/0.34/0.32)	

CMYK percentages

%20.23
%0
%34.1
%32.16

Codes

Color #8AAD72 in popluar color models

8AAD72
RGB138173114
HSL96°26.46%56.27%
HSB/HSV96°34.10%67.84%
CMYK20.23%0.00%34.10%
32.16%

Color #8AAD72 in popluar number systems.

HEX8AAD72
Decimal138173114
Binary10001010101011011110010
Octal212255162

Shades and tints

Shades of #8AAD72

#8AAD72
(138,173,114)
#7E9E68
(126,158,104)
#728F5E
(114,143,94)
#668054
(102,128,84)
#5A714A
(90,113,74)
#4E6240
(78,98,64)
#425336
(66,83,54)
#36442C
(54,68,44)
#2A3522
(42,53,34)
#1E2618
(30,38,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #8AAD72

#8AAD72
(138,173,114)
#94B47E
(148,180,126)
#9EBB8A
(158,187,138)
#A8C296
(168,194,150)
#B2C9A2
(178,201,162)
#BCD0AE
(188,208,174)
#C6D7BA
(198,215,186)
#D0DEC6
(208,222,198)
#DAE5D2
(218,229,210)
#E4ECDE
(228,236,222)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAD72 color. Also use rgb(138,173,114) instead hex code.

Text Font Color

.myTextColor { color: #8AAD72; }

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

This text font color is #8AAD72.


Background Color

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

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

This div background color is #8AAD72.


Border color

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

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

This div border color is #8AAD72.


Opacity

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

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

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

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

This text has shadow with #8AAD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAD72 on black background.


Color preview on white background

This text has color #8AAD72 on white background.



Black color preview on #8AAD72 background

This text has black color on #8AAD72 background.


White color preview on #8AAD72 background

This text has white color on #8AAD72 background.