COLOR #8A797D

HEX: #8A797D
RGB: (138,121,125)

Color info

#8A797D contains red, green and blue colors in about the same proportion. Web safe color of #8A797D is #996666 (or #966).

RGB color model

#8A797D color RGB value is (138,121,125).

  • red value is 138;
  • green value is 121;
  • blue value is 125.
RGB:
(138,121,125)
(54%,47%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 121 of 255 = 47%
B 125 of 255 = 49%

138
121
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 121 + 125 = 384 (100%)
R 138 of 384 ~ 35.94%
G 121 of 384 ~ 31.51%
B 125 of 384 ~ 32.55%

%35.94
%31.51
%32.55

CMYK color model

#8A797D color CMYK value is (0,12,9,46).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK:
(0,12,9,46)
C0M12Y9K46 
(0%,12%,9%,46%)
(0.00/0.12/0.09/0.46)	

CMYK percentages

%0
%12.32
%9.42
%45.88

Codes

Color #8A797D in popluar color models

8A797D
RGB138121125
HSL346°6.77%50.78%
HSB/HSV346°12.32%54.12%
CMYK0.00%12.32%9.42%
45.88%

Color #8A797D in popluar number systems.

HEX8A797D
Decimal138121125
Binary1000101011110011111101
Octal212171175

Shades and tints

Shades of #8A797D

#8A797D
(138,121,125)
#7E6E72
(126,110,114)
#726367
(114,99,103)
#66585C
(102,88,92)
#5A4D51
(90,77,81)
#4E4246
(78,66,70)
#42373B
(66,55,59)
#362C30
(54,44,48)
#2A2125
(42,33,37)
#1E161A
(30,22,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #8A797D

#8A797D
(138,121,125)
#948588
(148,133,136)
#9E9193
(158,145,147)
#A89D9E
(168,157,158)
#B2A9A9
(178,169,169)
#BCB5B4
(188,181,180)
#C6C1BF
(198,193,191)
#D0CDCA
(208,205,202)
#DAD9D5
(218,217,213)
#E4E5E0
(228,229,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A797D color. Also use rgb(138,121,125) instead hex code.

Text Font Color

.myTextColor { color: #8A797D; }

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

This text font color is #8A797D.


Background Color

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

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

This div background color is #8A797D.


Border color

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

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

This div border color is #8A797D.


Opacity

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

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

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

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

This text has shadow with #8A797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A797D on black background.


Color preview on white background

This text has color #8A797D on white background.



Black color preview on #8A797D background

This text has black color on #8A797D background.


White color preview on #8A797D background

This text has white color on #8A797D background.