COLOR #8A9660

HEX: #8A9660 RGB: (138,150,96)

Color info

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

RGB color model

#8A9660 color RGB value is (138,150,96).

RGB: (138,150,96) (54%, 59%, 38%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 96 of 255 = 38%

138
150
96

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

Portions of RGB colors in percentages

R + G + B = 138 + 150 + 96 = 384 (100%)
R 138 of 384 ~ 35.94%
G 150 of 384 ~ 39.06%
B 96 of 384 ~ 25'%

%35.94
%39.06
%25

CMYK color model

#8A9660 color CMYK value is (8,0,36,41).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 41.18%

CMYK: (8,0,36,41)
C8M0Y36K41 (8%, 0%, 36%, 41%)
(0.08 / 0.00 / 0.36 / 0.41)

CMYK percentages

%8
%0
%36
%41.18

Codes

Color #8A9660 in popluar color models

8A 96 60
RGB 138 150 96
HSL 73° 21.95% 48.24%
HSB/HSV 73° 36.00% 58.82%
CMYK 8.00% 0.00% 36.00%
41.18%

Color #8A9660 in popluar number systems.

HEX 8A 96 60
Decimal 138 150 96
Binary 10001010 10010110 1100000
Octal 212 226 140

Shades and tints

Shades of #8A9660

#8A9660
(138,150,96)
#7E8958
(126,137,88)
#727C50
(114,124,80)
#666F48
(102,111,72)
#5A6240
(90,98,64)
#4E5538
(78,85,56)
#424830
(66,72,48)
#363B28
(54,59,40)
#2A2E20
(42,46,32)
#1E2118
(30,33,24)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8A9660

#8A9660
(138,150,96)
#949F6E
(148,159,110)
#9EA87C
(158,168,124)
#A8B18A
(168,177,138)
#B2BA98
(178,186,152)
#BCC3A6
(188,195,166)
#C6CCB4
(198,204,180)
#D0D5C2
(208,213,194)
#DADED0
(218,222,208)
#E4E7DE
(228,231,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9660 color. Also use rgb(138,150,96) instead hex code.

Text Font Color

.myTextColor { color: #8A9660; }

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

This text font color is #8A9660.

Background Color

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

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

This div background color is #8A9660.

Border color

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

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

This div border color is #8A9660.

Opacity

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

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

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

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

This text has shadow with #8A9660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9660.

Preview

Color preview on black background

This text has color #8A9660 on black background.


Color preview on white background

This text has color #8A9660 on white background.


Black color preview on #8A9660 background

This text has black color on #8A9660 background.


White color preview on #8A9660 background

This text has white color on #8A9660 background.


Related colors

Complementary color

Complementary color for #hex is #75699F.


I love getcolorcode.com

Triadic colors

1 #608A96 and #96608A with #8A9660 are triadic colors.

2 #60968A and #968A60 with #8A9660 are triadic colors.