COLOR #8A9465

HEX: #8A9465 RGB: (138,148,101)

Color info

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

RGB color model

#8A9465 color RGB value is (138,148,101).

RGB: (138,148,101) (54%, 58%, 40%)

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 101 of 255 = 40%

138
148
101

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

Portions of RGB colors in percentages

R + G + B = 138 + 148 + 101 = 387 (100%)
R 138 of 387 ~ 35.66%
G 148 of 387 ~ 38.24%
B 101 of 387 ~ 26.1'%

%35.66
%38.24
%26.1

CMYK color model

#8A9465 color CMYK value is (7,0,32,42).

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

CMYK: (7,0,32,42)
C7M0Y32K42 (7%, 0%, 32%, 42%)
(0.07 / 0.00 / 0.32 / 0.42)

CMYK percentages

%6.76
%0
%31.76
%41.96

Codes

Color #8A9465 in popluar color models

8A 94 65
RGB 138 148 101
HSL 73° 18.88% 48.82%
HSB/HSV 73° 31.76% 58.04%
CMYK 6.76% 0.00% 31.76%
41.96%

Color #8A9465 in popluar number systems.

HEX 8A 94 65
Decimal 138 148 101
Binary 10001010 10010100 1100101
Octal 212 224 145

Shades and tints

Shades of #8A9465

#8A9465
(138,148,101)
#7E875C
(126,135,92)
#727A53
(114,122,83)
#666D4A
(102,109,74)
#5A6041
(90,96,65)
#4E5338
(78,83,56)
#42462F
(66,70,47)
#363926
(54,57,38)
#2A2C1D
(42,44,29)
#1E1F14
(30,31,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #8A9465

#8A9465
(138,148,101)
#949D73
(148,157,115)
#9EA681
(158,166,129)
#A8AF8F
(168,175,143)
#B2B89D
(178,184,157)
#BCC1AB
(188,193,171)
#C6CAB9
(198,202,185)
#D0D3C7
(208,211,199)
#DADCD5
(218,220,213)
#E4E5E3
(228,229,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9465; }

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

This text font color is #8A9465.

Background Color

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

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

This div background color is #8A9465.

Border color

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

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

This div border color is #8A9465.

Opacity

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

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

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

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

This text has shadow with #8A9465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9465.

Preview

Color preview on black background

This text has color #8A9465 on black background.


Color preview on white background

This text has color #8A9465 on white background.


Black color preview on #8A9465 background

This text has black color on #8A9465 background.


White color preview on #8A9465 background

This text has white color on #8A9465 background.


Related colors

Complementary color

Complementary color for #hex is #756B9A.


I love getcolorcode.com

Triadic colors

1 #658A94 and #94658A with #8A9465 are triadic colors.

2 #65948A and #948A65 with #8A9465 are triadic colors.