COLOR #8A9473

HEX: #8A9473 RGB: (138,148,115)

Color info

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

RGB color model

#8A9473 color RGB value is (138,148,115).

RGB: (138,148,115) (54%, 58%, 45%)

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 115 of 255 = 45%

138
148
115

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

Portions of RGB colors in percentages

R + G + B = 138 + 148 + 115 = 401 (100%)
R 138 of 401 ~ 34.41%
G 148 of 401 ~ 36.91%
B 115 of 401 ~ 28.68'%

%34.41
%36.91
%28.68

CMYK color model

#8A9473 color CMYK value is (7,0,22,42).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK: (7,0,22,42) C7M0Y22K42 (7%,0%,22%,42%) (0.07/0.00/0.22/0.42) 

CMYK percentages

%6.76
%0
%22.3
%41.96

Codes

Color #8A9473 in popluar color models

8A 94 73
RGB 138 148 115
HSL 78° 13.36% 51.57%
HSB/HSV 78° 22.30% 58.04%
CMYK 6.76% 0.00% 22.30%
41.96%

Color #8A9473 in popluar number systems.

HEX 8A 94 73
Decimal 138 148 115
Binary 10001010 10010100 1110011
Octal 212 224 163

Shades and tints

Shades of #8A9473

#8A9473
(138,148,115)
#7E8769
(126,135,105)
#727A5F
(114,122,95)
#666D55
(102,109,85)
#5A604B
(90,96,75)
#4E5341
(78,83,65)
#424637
(66,70,55)
#36392D
(54,57,45)
#2A2C23
(42,44,35)
#1E1F19
(30,31,25)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A9473

#8A9473
(138,148,115)
#949D7F
(148,157,127)
#9EA68B
(158,166,139)
#A8AF97
(168,175,151)
#B2B8A3
(178,184,163)
#BCC1AF
(188,193,175)
#C6CABB
(198,202,187)
#D0D3C7
(208,211,199)
#DADCD3
(218,220,211)
#E4E5DF
(228,229,223)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9473; }

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

This text font color is #8A9473.

Background Color

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

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

This div background color is #8A9473.

Border color

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

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

This div border color is #8A9473.

Opacity

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

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

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

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

This text has shadow with #8A9473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9473.

Preview

Color preview on black background

This text has color #8A9473 on black background.


Color preview on white background

This text has color #8A9473 on white background.


Black color preview on #8A9473 background

This text has black color on #8A9473 background.


White color preview on #8A9473 background

This text has white color on #8A9473 background.


Related colors

Complementary color

Complementary color for #hex is #756B8C.


I love getcolorcode.com

Triadic colors

1 #738A94 and #94738A with #8A9473 are triadic colors.

2 #73948A and #948A73 with #8A9473 are triadic colors.