COLOR #8A747D

HEX: #8A747D
RGB: (138,116,125)

Color info

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

RGB color model

#8A747D color RGB value is (138,116,125).

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

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 125 of 255 = 49%

138
116
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 125 = 379 (100%)
R 138 of 379 ~ 36.41%
G 116 of 379 ~ 30.61%
B 125 of 379 ~ 32.98%

%36.41
%30.61
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK:
(0,16,9,46)
C0M16Y9K46 
(0%,16%,9%,46%)
(0.00/0.16/0.09/0.46)	

CMYK percentages

%0
%15.94
%9.42
%45.88

Codes

Color #8A747D in popluar color models

8A747D
RGB138116125
HSL335°8.66%49.80%
HSB/HSV335°15.94%54.12%
CMYK0.00%15.94%9.42%
45.88%

Color #8A747D in popluar number systems.

HEX8A747D
Decimal138116125
Binary1000101011101001111101
Octal212164175

Shades and tints

Shades of #8A747D

#8A747D
(138,116,125)
#7E6A72
(126,106,114)
#726067
(114,96,103)
#66565C
(102,86,92)
#5A4C51
(90,76,81)
#4E4246
(78,66,70)
#42383B
(66,56,59)
#362E30
(54,46,48)
#2A2425
(42,36,37)
#1E1A1A
(30,26,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #8A747D

#8A747D
(138,116,125)
#948088
(148,128,136)
#9E8C93
(158,140,147)
#A8989E
(168,152,158)
#B2A4A9
(178,164,169)
#BCB0B4
(188,176,180)
#C6BCBF
(198,188,191)
#D0C8CA
(208,200,202)
#DAD4D5
(218,212,213)
#E4E0E0
(228,224,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A747D; }

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

This text font color is #8A747D.


Background Color

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

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

This div background color is #8A747D.


Border color

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

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

This div border color is #8A747D.


Opacity

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

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

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

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

This text has shadow with #8A747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A747D on black background.


Color preview on white background

This text has color #8A747D on white background.



Black color preview on #8A747D background

This text has black color on #8A747D background.


White color preview on #8A747D background

This text has white color on #8A747D background.