COLOR #8A9457

HEX: #8A9457 RGB: (138,148,87)

Color info

#8A9457 contains mainly red and green colors. Web safe color of #8A9457 is #999966 (or #996).

RGB color model

#8A9457 color RGB value is (138,148,87).

RGB: (138,148,87) (54%, 58%, 34%)

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 87 of 255 = 34%

138
148
87

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

Portions of RGB colors in percentages

R + G + B = 138 + 148 + 87 = 373 (100%)
R 138 of 373 ~ 37%
G 148 of 373 ~ 39.68%
B 87 of 373 ~ 23.32'%

%37
%39.68
%23.32

CMYK color model

#8A9457 color CMYK value is (7,0,41,42).

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

CMYK: (7,0,41,42)
C7M0Y41K42 (7%, 0%, 41%, 42%)
(0.07 / 0.00 / 0.41 / 0.42)

CMYK percentages

%6.76
%0
%41.22
%41.96

Codes

Color #8A9457 in popluar color models

8A 94 57
RGB 138 148 87
HSL 70° 25.96% 46.08%
HSB/HSV 70° 41.22% 58.04%
CMYK 6.76% 0.00% 41.22%
41.96%

Color #8A9457 in popluar number systems.

HEX 8A 94 57
Decimal 138 148 87
Binary 10001010 10010100 1010111
Octal 212 224 127

Shades and tints

Shades of #8A9457

#8A9457
(138,148,87)
#7E8750
(126,135,80)
#727A49
(114,122,73)
#666D42
(102,109,66)
#5A603B
(90,96,59)
#4E5334
(78,83,52)
#42462D
(66,70,45)
#363926
(54,57,38)
#2A2C1F
(42,44,31)
#1E1F18
(30,31,24)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A9457

#8A9457
(138,148,87)
#949D66
(148,157,102)
#9EA675
(158,166,117)
#A8AF84
(168,175,132)
#B2B893
(178,184,147)
#BCC1A2
(188,193,162)
#C6CAB1
(198,202,177)
#D0D3C0
(208,211,192)
#DADCCF
(218,220,207)
#E4E5DE
(228,229,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9457; }

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

This text font color is #8A9457.

Background Color

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

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

This div background color is #8A9457.

Border color

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

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

This div border color is #8A9457.

Opacity

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

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

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

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

This text has shadow with #8A9457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9457.

Preview

Color preview on black background

This text has color #8A9457 on black background.


Color preview on white background

This text has color #8A9457 on white background.


Black color preview on #8A9457 background

This text has black color on #8A9457 background.


White color preview on #8A9457 background

This text has white color on #8A9457 background.


Related colors

Complementary color

Complementary color for #hex is #756BA8.


I love getcolorcode.com

Triadic colors

1 #578A94 and #94578A with #8A9457 are triadic colors.

2 #57948A and #948A57 with #8A9457 are triadic colors.