COLOR #8A9076

HEX: #8A9076
RGB: (138,144,118)

Color info

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

RGB color model

#8A9076 color RGB value is (138,144,118).

  • red value is 138;
  • green value is 144;
  • blue value is 118.
RGB:
(138,144,118)
(54%,56%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 118 of 255 = 46%

138
144
118

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 118 = 400 (100%)
R 138 of 400 ~ 34.5%
G 144 of 400 ~ 36%
B 118 of 400 ~ 29.5%

%34.5
%36
%29.5

CMYK color model

#8A9076 color CMYK value is (4,0,18,44).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 43.53%
CMYK:
(4,0,18,44)
C4M0Y18K44 
(4%,0%,18%,44%)
(0.04/0.00/0.18/0.44)	

CMYK percentages

%4.17
%0
%18.06
%43.53

Codes

Color #8A9076 in popluar color models

8A9076
RGB138144118
HSL74°10.48%51.37%
HSB/HSV74°18.06%56.47%
CMYK4.17%0.00%18.06%
43.53%

Color #8A9076 in popluar number systems.

HEX8A9076
Decimal138144118
Binary10001010100100001110110
Octal212220166

Shades and tints

Shades of #8A9076

#8A9076
(138,144,118)
#7E836C
(126,131,108)
#727662
(114,118,98)
#666958
(102,105,88)
#5A5C4E
(90,92,78)
#4E4F44
(78,79,68)
#42423A
(66,66,58)
#363530
(54,53,48)
#2A2826
(42,40,38)
#1E1B1C
(30,27,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #8A9076

#8A9076
(138,144,118)
#949A82
(148,154,130)
#9EA48E
(158,164,142)
#A8AE9A
(168,174,154)
#B2B8A6
(178,184,166)
#BCC2B2
(188,194,178)
#C6CCBE
(198,204,190)
#D0D6CA
(208,214,202)
#DAE0D6
(218,224,214)
#E4EAE2
(228,234,226)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9076 color. Also use rgb(138,144,118) instead hex code.

Text Font Color

.myTextColor { color: #8A9076; }

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

This text font color is #8A9076.


Background Color

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

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

This div background color is #8A9076.


Border color

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

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

This div border color is #8A9076.


Opacity

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

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

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

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

This text has shadow with #8A9076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9076 on black background.


Color preview on white background

This text has color #8A9076 on white background.



Black color preview on #8A9076 background

This text has black color on #8A9076 background.


White color preview on #8A9076 background

This text has white color on #8A9076 background.