COLOR #8A9477

HEX: #8A9477 RGB: (138,148,119)

Color info

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

RGB color model

#8A9477 color RGB value is (138,148,119).

RGB: (138,148,119) (54%, 58%, 47%)

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 119 of 255 = 47%

138
148
119

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

Portions of RGB colors in percentages

R + G + B = 138 + 148 + 119 = 405 (100%)
R 138 of 405 ~ 34.07%
G 148 of 405 ~ 36.54%
B 119 of 405 ~ 29.38'%

%34.07
%36.54
%29.38

CMYK color model

#8A9477 color CMYK value is (7,0,20,42).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%

CMYK: (7,0,20,42)
C7M0Y20K42 (7%, 0%, 20%, 42%)
(0.07 / 0.00 / 0.20 / 0.42)

CMYK percentages

%6.76
%0
%19.59
%41.96

Codes

Color #8A9477 in popluar color models

8A 94 77
RGB 138 148 119
HSL 81° 11.93% 52.35%
HSB/HSV 81° 19.59% 58.04%
CMYK 6.76% 0.00% 19.59%
41.96%

Color #8A9477 in popluar number systems.

HEX 8A 94 77
Decimal 138 148 119
Binary 10001010 10010100 1110111
Octal 212 224 167

Shades and tints

Shades of #8A9477

#8A9477
(138,148,119)
#7E876D
(126,135,109)
#727A63
(114,122,99)
#666D59
(102,109,89)
#5A604F
(90,96,79)
#4E5345
(78,83,69)
#42463B
(66,70,59)
#363931
(54,57,49)
#2A2C27
(42,44,39)
#1E1F1D
(30,31,29)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #8A9477

#8A9477
(138,148,119)
#949D83
(148,157,131)
#9EA68F
(158,166,143)
#A8AF9B
(168,175,155)
#B2B8A7
(178,184,167)
#BCC1B3
(188,193,179)
#C6CABF
(198,202,191)
#D0D3CB
(208,211,203)
#DADCD7
(218,220,215)
#E4E5E3
(228,229,227)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9477 color. Also use rgb(138,148,119) instead hex code.

Text Font Color

.myTextColor { color: #8A9477; }

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

This text font color is #8A9477.

Background Color

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

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

This div background color is #8A9477.

Border color

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

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

This div border color is #8A9477.

Opacity

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

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

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

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

This text has shadow with #8A9477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9477.

Preview

Color preview on black background

This text has color #8A9477 on black background.


Color preview on white background

This text has color #8A9477 on white background.


Black color preview on #8A9477 background

This text has black color on #8A9477 background.


White color preview on #8A9477 background

This text has white color on #8A9477 background.


Related colors

Complementary color

Complementary color for #hex is #756B88.


I love getcolorcode.com

Triadic colors

1 #778A94 and #94778A with #8A9477 are triadic colors.

2 #77948A and #948A77 with #8A9477 are triadic colors.