COLOR #8A747F

HEX: #8A747F
RGB: (138,116,127)

Color info

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

RGB color model

#8A747F color RGB value is (138,116,127).

  • red value is 138;
  • green value is 116;
  • blue value is 127.
RGB:
(138,116,127)
(54%,45%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 127 of 255 = 50%

138
116
127

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 127 = 381 (100%)
R 138 of 381 ~ 36.22%
G 116 of 381 ~ 30.45%
B 127 of 381 ~ 33.33%

%36.22
%30.45
%33.33

CMYK color model

#8A747F color CMYK value is (0,16,8,46).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(0,16,8,46)
C0M16Y8K46 
(0%,16%,8%,46%)
(0.00/0.16/0.08/0.46)	

CMYK percentages

%0
%15.94
%7.97
%45.88

Codes

Color #8A747F in popluar color models

8A747F
RGB138116127
HSL330°8.66%49.80%
HSB/HSV330°15.94%54.12%
CMYK0.00%15.94%7.97%
45.88%

Color #8A747F in popluar number systems.

HEX8A747F
Decimal138116127
Binary1000101011101001111111
Octal212164177

Shades and tints

Shades of #8A747F

#8A747F
(138,116,127)
#7E6A74
(126,106,116)
#726069
(114,96,105)
#66565E
(102,86,94)
#5A4C53
(90,76,83)
#4E4248
(78,66,72)
#42383D
(66,56,61)
#362E32
(54,46,50)
#2A2427
(42,36,39)
#1E1A1C
(30,26,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #8A747F

#8A747F
(138,116,127)
#94808A
(148,128,138)
#9E8C95
(158,140,149)
#A898A0
(168,152,160)
#B2A4AB
(178,164,171)
#BCB0B6
(188,176,182)
#C6BCC1
(198,188,193)
#D0C8CC
(208,200,204)
#DAD4D7
(218,212,215)
#E4E0E2
(228,224,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A747F color. Also use rgb(138,116,127) instead hex code.

Text Font Color

.myTextColor { color: #8A747F; }

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

This text font color is #8A747F.


Background Color

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

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

This div background color is #8A747F.


Border color

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

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

This div border color is #8A747F.


Opacity

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

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

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

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

This text has shadow with #8A747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A747F on black background.


Color preview on white background

This text has color #8A747F on white background.



Black color preview on #8A747F background

This text has black color on #8A747F background.


White color preview on #8A747F background

This text has white color on #8A747F background.