COLOR #8A747C

HEX: #8A747C
RGB: (138,116,124)

Color info

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

RGB color model

#8A747C color RGB value is (138,116,124).

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

RGB channels and saturation

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

138
116
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 124 = 378 (100%)
R 138 of 378 ~ 36.51%
G 116 of 378 ~ 30.69%
B 124 of 378 ~ 32.8%

%36.51
%30.69
%32.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(0,16,10,46)
C0M16Y10K46 
(0%,16%,10%,46%)
(0.00/0.16/0.10/0.46)	

CMYK percentages

%0
%15.94
%10.14
%45.88

Codes

Color #8A747C in popluar color models

8A747C
RGB138116124
HSL338°8.66%49.80%
HSB/HSV338°15.94%54.12%
CMYK0.00%15.94%10.14%
45.88%

Color #8A747C in popluar number systems.

HEX8A747C
Decimal138116124
Binary1000101011101001111100
Octal212164174

Shades and tints

Shades of #8A747C

#8A747C
(138,116,124)
#7E6A71
(126,106,113)
#726066
(114,96,102)
#66565B
(102,86,91)
#5A4C50
(90,76,80)
#4E4245
(78,66,69)
#42383A
(66,56,58)
#362E2F
(54,46,47)
#2A2424
(42,36,36)
#1E1A19
(30,26,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #8A747C

#8A747C
(138,116,124)
#948087
(148,128,135)
#9E8C92
(158,140,146)
#A8989D
(168,152,157)
#B2A4A8
(178,164,168)
#BCB0B3
(188,176,179)
#C6BCBE
(198,188,190)
#D0C8C9
(208,200,201)
#DAD4D4
(218,212,212)
#E4E0DF
(228,224,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A747C; }

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

This text font color is #8A747C.


Background Color

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

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

This div background color is #8A747C.


Border color

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

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

This div border color is #8A747C.


Opacity

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

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

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

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

This text has shadow with #8A747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A747C on black background.


Color preview on white background

This text has color #8A747C on white background.



Black color preview on #8A747C background

This text has black color on #8A747C background.


White color preview on #8A747C background

This text has white color on #8A747C background.