COLOR #8A9388

HEX: #8A9388
RGB: (138,147,136)

Color info

#8A9388 contains red, green and blue colors in about the same proportion. Web safe color of #8A9388 is #999999 (or #999).

RGB color model

#8A9388 color RGB value is (138,147,136).

  • red value is 138;
  • green value is 147;
  • blue value is 136.
RGB:
(138,147,136)
(54%,58%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 136 of 255 = 53%

138
147
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 136 = 421 (100%)
R 138 of 421 ~ 32.78%
G 147 of 421 ~ 34.92%
B 136 of 421 ~ 32.3%

%32.78
%34.92
%32.3

CMYK color model

#8A9388 color CMYK value is (6,0,7,42).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(6,0,7,42)
C6M0Y7K42 
(6%,0%,7%,42%)
(0.06/0.00/0.07/0.42)	

CMYK percentages

%6.12
%0
%7.48
%42.35

Codes

Color #8A9388 in popluar color models

8A9388
RGB138147136
HSL109°4.85%55.49%
HSB/HSV109°7.48%57.65%
CMYK6.12%0.00%7.48%
42.35%

Color #8A9388 in popluar number systems.

HEX8A9388
Decimal138147136
Binary100010101001001110001000
Octal212223210

Shades and tints

Shades of #8A9388

#8A9388
(138,147,136)
#7E867C
(126,134,124)
#727970
(114,121,112)
#666C64
(102,108,100)
#5A5F58
(90,95,88)
#4E524C
(78,82,76)
#424540
(66,69,64)
#363834
(54,56,52)
#2A2B28
(42,43,40)
#1E1E1C
(30,30,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A9388

#8A9388
(138,147,136)
#949C92
(148,156,146)
#9EA59C
(158,165,156)
#A8AEA6
(168,174,166)
#B2B7B0
(178,183,176)
#BCC0BA
(188,192,186)
#C6C9C4
(198,201,196)
#D0D2CE
(208,210,206)
#DADBD8
(218,219,216)
#E4E4E2
(228,228,226)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9388 color. Also use rgb(138,147,136) instead hex code.

Text Font Color

.myTextColor { color: #8A9388; }

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

This text font color is #8A9388.


Background Color

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

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

This div background color is #8A9388.


Border color

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

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

This div border color is #8A9388.


Opacity

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

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

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

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

This text has shadow with #8A9388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9388 on black background.


Color preview on white background

This text has color #8A9388 on white background.



Black color preview on #8A9388 background

This text has black color on #8A9388 background.


White color preview on #8A9388 background

This text has white color on #8A9388 background.