COLOR #8A8E72

HEX: #8A8E72
RGB: (138,142,114)

Color info

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

RGB color model

#8A8E72 color RGB value is (138,142,114).

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

RGB channels and saturation

R 138 of 255 = 54%
G 142 of 255 = 56%
B 114 of 255 = 45%

138
142
114

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

Portions of RGB colors in percentages

R + G + B =
138 + 142 + 114 = 394 (100%)
R 138 of 394 ~ 35.03%
G 142 of 394 ~ 36.04%
B 114 of 394 ~ 28.93%

%35.03
%36.04
%28.93

CMYK color model

#8A8E72 color CMYK value is (3,0,20,44).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 44.31%
CMYK:
(3,0,20,44)
C3M0Y20K44 
(3%,0%,20%,44%)
(0.03/0.00/0.20/0.44)	

CMYK percentages

%2.82
%0
%19.72
%44.31

Codes

Color #8A8E72 in popluar color models

8A8E72
RGB138142114
HSL69°11.02%50.20%
HSB/HSV69°19.72%55.69%
CMYK2.82%0.00%19.72%
44.31%

Color #8A8E72 in popluar number systems.

HEX8A8E72
Decimal138142114
Binary10001010100011101110010
Octal212216162

Shades and tints

Shades of #8A8E72

#8A8E72
(138,142,114)
#7E8268
(126,130,104)
#72765E
(114,118,94)
#666A54
(102,106,84)
#5A5E4A
(90,94,74)
#4E5240
(78,82,64)
#424636
(66,70,54)
#363A2C
(54,58,44)
#2A2E22
(42,46,34)
#1E2218
(30,34,24)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #8A8E72

#8A8E72
(138,142,114)
#94987E
(148,152,126)
#9EA28A
(158,162,138)
#A8AC96
(168,172,150)
#B2B6A2
(178,182,162)
#BCC0AE
(188,192,174)
#C6CABA
(198,202,186)
#D0D4C6
(208,212,198)
#DADED2
(218,222,210)
#E4E8DE
(228,232,222)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8E72; }

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

This text font color is #8A8E72.


Background Color

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

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

This div background color is #8A8E72.


Border color

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

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

This div border color is #8A8E72.


Opacity

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

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

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

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

This text has shadow with #8A8E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8E72 on black background.


Color preview on white background

This text has color #8A8E72 on white background.



Black color preview on #8A8E72 background

This text has black color on #8A8E72 background.


White color preview on #8A8E72 background

This text has white color on #8A8E72 background.