COLOR #8A9077

HEX: #8A9077
RGB: (138,144,119)

Color info

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

RGB color model

#8A9077 color RGB value is (138,144,119).

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

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 119 of 255 = 47%

138
144
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 119 = 401 (100%)
R 138 of 401 ~ 34.41%
G 144 of 401 ~ 35.91%
B 119 of 401 ~ 29.68%

%34.41
%35.91
%29.68

CMYK color model

#8A9077 color CMYK value is (4,0,17,44).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(4,0,17,44)
C4M0Y17K44 
(4%,0%,17%,44%)
(0.04/0.00/0.17/0.44)	

CMYK percentages

%4.17
%0
%17.36
%43.53

Codes

Color #8A9077 in popluar color models

8A9077
RGB138144119
HSL74°10.12%51.57%
HSB/HSV74°17.36%56.47%
CMYK4.17%0.00%17.36%
43.53%

Color #8A9077 in popluar number systems.

HEX8A9077
Decimal138144119
Binary10001010100100001110111
Octal212220167

Shades and tints

Shades of #8A9077

#8A9077
(138,144,119)
#7E836D
(126,131,109)
#727663
(114,118,99)
#666959
(102,105,89)
#5A5C4F
(90,92,79)
#4E4F45
(78,79,69)
#42423B
(66,66,59)
#363531
(54,53,49)
#2A2827
(42,40,39)
#1E1B1D
(30,27,29)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #8A9077

#8A9077
(138,144,119)
#949A83
(148,154,131)
#9EA48F
(158,164,143)
#A8AE9B
(168,174,155)
#B2B8A7
(178,184,167)
#BCC2B3
(188,194,179)
#C6CCBF
(198,204,191)
#D0D6CB
(208,214,203)
#DAE0D7
(218,224,215)
#E4EAE3
(228,234,227)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9077; }

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

This text font color is #8A9077.


Background Color

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

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

This div background color is #8A9077.


Border color

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

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

This div border color is #8A9077.


Opacity

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

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

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

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

This text has shadow with #8A9077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9077 on black background.


Color preview on white background

This text has color #8A9077 on white background.



Black color preview on #8A9077 background

This text has black color on #8A9077 background.


White color preview on #8A9077 background

This text has white color on #8A9077 background.