COLOR #8AA074

HEX: #8AA074
RGB: (138,160,116)

Color info

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

RGB color model

#8AA074 color RGB value is (138,160,116).

  • red value is 138;
  • green value is 160;
  • blue value is 116.
RGB:
(138,160,116)
(54%,63%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 116 of 255 = 45%

138
160
116

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 116 = 414 (100%)
R 138 of 414 ~ 33.33%
G 160 of 414 ~ 38.65%
B 116 of 414 ~ 28.02%

%33.33
%38.65
%28.02

CMYK color model

#8AA074 color CMYK value is (14,0,28,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK:
(14,0,28,37)
C14M0Y28K37 
(14%,0%,28%,37%)
(0.14/0.00/0.28/0.37)	

CMYK percentages

%13.75
%0
%27.5
%37.25

Codes

Color #8AA074 in popluar color models

8AA074
RGB138160116
HSL90°18.80%54.12%
HSB/HSV90°27.50%62.75%
CMYK13.75%0.00%27.50%
37.25%

Color #8AA074 in popluar number systems.

HEX8AA074
Decimal138160116
Binary10001010101000001110100
Octal212240164

Shades and tints

Shades of #8AA074

#8AA074
(138,160,116)
#7E926A
(126,146,106)
#728460
(114,132,96)
#667656
(102,118,86)
#5A684C
(90,104,76)
#4E5A42
(78,90,66)
#424C38
(66,76,56)
#363E2E
(54,62,46)
#2A3024
(42,48,36)
#1E221A
(30,34,26)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8AA074

#8AA074
(138,160,116)
#94A880
(148,168,128)
#9EB08C
(158,176,140)
#A8B898
(168,184,152)
#B2C0A4
(178,192,164)
#BCC8B0
(188,200,176)
#C6D0BC
(198,208,188)
#D0D8C8
(208,216,200)
#DAE0D4
(218,224,212)
#E4E8E0
(228,232,224)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA074 color. Also use rgb(138,160,116) instead hex code.

Text Font Color

.myTextColor { color: #8AA074; }

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

This text font color is #8AA074.


Background Color

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

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

This div background color is #8AA074.


Border color

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

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

This div border color is #8AA074.


Opacity

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

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

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

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

This text has shadow with #8AA074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA074 on black background.


Color preview on white background

This text has color #8AA074 on white background.



Black color preview on #8AA074 background

This text has black color on #8AA074 background.


White color preview on #8AA074 background

This text has white color on #8AA074 background.