COLOR #8A8957

HEX: #8A8957 RGB: (138,137,87)

Color info

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

RGB color model

#8A8957 color RGB value is (138,137,87).

RGB: (138,137,87) (54%, 54%, 34%)

RGB channels and saturation

R 138 of 255 = 54%
G 137 of 255 = 54%
B 87 of 255 = 34%

138
137
87

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

Portions of RGB colors in percentages

R + G + B = 138 + 137 + 87 = 362 (100%)
R 138 of 362 ~ 38.12%
G 137 of 362 ~ 37.85%
B 87 of 362 ~ 24.03'%

%38.12
%37.85
%24.03

CMYK color model

#8A8957 color CMYK value is (0,1,37,46).

  • cyan value is 0.00%
  • magenta value is 0.72%
  • yellow value is 36.96%
  • key color value is 45.88%

CMYK: (0,1,37,46)
C0M1Y37K46 (0%, 1%, 37%, 46%)
(0.00 / 0.01 / 0.37 / 0.46)

CMYK percentages

%0
%0.72
%36.96
%45.88

Codes

Color #8A8957 in popluar color models

8A 89 57
RGB 138 137 87
HSL 59° 22.67% 44.12%
HSB/HSV 59° 36.96% 54.12%
CMYK 0.00% 0.72% 36.96%
45.88%

Color #8A8957 in popluar number systems.

HEX 8A 89 57
Decimal 138 137 87
Binary 10001010 10001001 1010111
Octal 212 211 127

Shades and tints

Shades of #8A8957

#8A8957
(138,137,87)
#7E7D50
(126,125,80)
#727149
(114,113,73)
#666542
(102,101,66)
#5A593B
(90,89,59)
#4E4D34
(78,77,52)
#42412D
(66,65,45)
#363526
(54,53,38)
#2A291F
(42,41,31)
#1E1D18
(30,29,24)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #8A8957

#8A8957
(138,137,87)
#949366
(148,147,102)
#9E9D75
(158,157,117)
#A8A784
(168,167,132)
#B2B193
(178,177,147)
#BCBBA2
(188,187,162)
#C6C5B1
(198,197,177)
#D0CFC0
(208,207,192)
#DAD9CF
(218,217,207)
#E4E3DE
(228,227,222)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8957; }

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

This text font color is #8A8957.

Background Color

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

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

This div background color is #8A8957.

Border color

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

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

This div border color is #8A8957.

Opacity

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

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

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

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

This text has shadow with #8A8957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8957.

Preview

Color preview on black background

This text has color #8A8957 on black background.


Color preview on white background

This text has color #8A8957 on white background.


Black color preview on #8A8957 background

This text has black color on #8A8957 background.


White color preview on #8A8957 background

This text has white color on #8A8957 background.


Related colors

Complementary color

Complementary color for #hex is #7576A8.


I love getcolorcode.com

Triadic colors

1 #578A89 and #89578A with #8A8957 are triadic colors.

2 #57898A and #898A57 with #8A8957 are triadic colors.