COLOR #8A9C70

HEX: #8A9C70
RGB: (138,156,112)

Color info

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

RGB color model

#8A9C70 color RGB value is (138,156,112).

  • red value is 138;
  • green value is 156;
  • blue value is 112.
RGB:
(138,156,112)
(54%,61%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 156 of 255 = 61%
B 112 of 255 = 44%

138
156
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 156 + 112 = 406 (100%)
R 138 of 406 ~ 33.99%
G 156 of 406 ~ 38.42%
B 112 of 406 ~ 27.59%

%33.99
%38.42
%27.59

CMYK color model

#8A9C70 color CMYK value is (12,0,28,39).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(12,0,28,39)
C12M0Y28K39 
(12%,0%,28%,39%)
(0.12/0.00/0.28/0.39)	

CMYK percentages

%11.54
%0
%28.21
%38.82

Codes

Color #8A9C70 in popluar color models

8A9C70
RGB138156112
HSL85°18.18%52.55%
HSB/HSV85°28.21%61.18%
CMYK11.54%0.00%28.21%
38.82%

Color #8A9C70 in popluar number systems.

HEX8A9C70
Decimal138156112
Binary10001010100111001110000
Octal212234160

Shades and tints

Shades of #8A9C70

#8A9C70
(138,156,112)
#7E8E66
(126,142,102)
#72805C
(114,128,92)
#667252
(102,114,82)
#5A6448
(90,100,72)
#4E563E
(78,86,62)
#424834
(66,72,52)
#363A2A
(54,58,42)
#2A2C20
(42,44,32)
#1E1E16
(30,30,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #8A9C70

#8A9C70
(138,156,112)
#94A57D
(148,165,125)
#9EAE8A
(158,174,138)
#A8B797
(168,183,151)
#B2C0A4
(178,192,164)
#BCC9B1
(188,201,177)
#C6D2BE
(198,210,190)
#D0DBCB
(208,219,203)
#DAE4D8
(218,228,216)
#E4EDE5
(228,237,229)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9C70 color. Also use rgb(138,156,112) instead hex code.

Text Font Color

.myTextColor { color: #8A9C70; }

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

This text font color is #8A9C70.


Background Color

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

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

This div background color is #8A9C70.


Border color

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

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

This div border color is #8A9C70.


Opacity

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

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

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

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

This text has shadow with #8A9C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9C70 on black background.


Color preview on white background

This text has color #8A9C70 on white background.



Black color preview on #8A9C70 background

This text has black color on #8A9C70 background.


White color preview on #8A9C70 background

This text has white color on #8A9C70 background.