COLOR #8A9770

HEX: #8A9770
RGB: (138,151,112)

Color info

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

RGB color model

#8A9770 color RGB value is (138,151,112).

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

RGB channels and saturation

R 138 of 255 = 54%
G 151 of 255 = 59%
B 112 of 255 = 44%

138
151
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 151 + 112 = 401 (100%)
R 138 of 401 ~ 34.41%
G 151 of 401 ~ 37.66%
B 112 of 401 ~ 27.93%

%34.41
%37.66
%27.93

CMYK color model

#8A9770 color CMYK value is (9,0,26,41).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(9,0,26,41)
C9M0Y26K41 
(9%,0%,26%,41%)
(0.09/0.00/0.26/0.41)	

CMYK percentages

%8.61
%0
%25.83
%40.78

Codes

Color #8A9770 in popluar color models

8A9770
RGB138151112
HSL80°15.79%51.57%
HSB/HSV80°25.83%59.22%
CMYK8.61%0.00%25.83%
40.78%

Color #8A9770 in popluar number systems.

HEX8A9770
Decimal138151112
Binary10001010100101111110000
Octal212227160

Shades and tints

Shades of #8A9770

#8A9770
(138,151,112)
#7E8A66
(126,138,102)
#727D5C
(114,125,92)
#667052
(102,112,82)
#5A6348
(90,99,72)
#4E563E
(78,86,62)
#424934
(66,73,52)
#363C2A
(54,60,42)
#2A2F20
(42,47,32)
#1E2216
(30,34,22)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #8A9770

#8A9770
(138,151,112)
#94A07D
(148,160,125)
#9EA98A
(158,169,138)
#A8B297
(168,178,151)
#B2BBA4
(178,187,164)
#BCC4B1
(188,196,177)
#C6CDBE
(198,205,190)
#D0D6CB
(208,214,203)
#DADFD8
(218,223,216)
#E4E8E5
(228,232,229)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9770; }

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

This text font color is #8A9770.


Background Color

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

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

This div background color is #8A9770.


Border color

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

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

This div border color is #8A9770.


Opacity

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

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

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

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

This text has shadow with #8A9770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9770 on black background.


Color preview on white background

This text has color #8A9770 on white background.



Black color preview on #8A9770 background

This text has black color on #8A9770 background.


White color preview on #8A9770 background

This text has white color on #8A9770 background.