COLOR #8A847C

HEX: #8A847C RGB: (138,132,124)

Color info

#8A847C contains red, green and blue colors in about the same proportion. Web safe color of #8A847C is #999966 (or #996).

RGB color model

#8A847C color RGB value is (138,132,124).

RGB: (138,132,124) (54%, 52%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 132 of 255 = 52%
B 124 of 255 = 49%

138
132
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 132 + 124 = 394 (100%)
R 138 of 394 ~ 35.03%
G 132 of 394 ~ 33.5%
B 124 of 394 ~ 31.47'%

%35.03
%33.5
%31.47

CMYK color model

#8A847C color CMYK value is (0,4,10,46).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (0,4,10,46)
C0M4Y10K46 (0%, 4%, 10%, 46%)
(0.00 / 0.04 / 0.10 / 0.46)

CMYK percentages

%0
%4.35
%10.14
%45.88

Codes

Color #8A847C in popluar color models

8A 84 7C
RGB 138 132 124
HSL 34° 5.65% 51.37%
HSB/HSV 34° 10.14% 54.12%
CMYK 0.00% 4.35% 10.14%
45.88%

Color #8A847C in popluar number systems.

HEX 8A 84 7C
Decimal 138 132 124
Binary 10001010 10000100 1111100
Octal 212 204 174

Shades and tints

Shades of #8A847C

#8A847C
(138,132,124)
#7E7871
(126,120,113)
#726C66
(114,108,102)
#66605B
(102,96,91)
#5A5450
(90,84,80)
#4E4845
(78,72,69)
#423C3A
(66,60,58)
#36302F
(54,48,47)
#2A2424
(42,36,36)
#1E1819
(30,24,25)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #8A847C

#8A847C
(138,132,124)
#948F87
(148,143,135)
#9E9A92
(158,154,146)
#A8A59D
(168,165,157)
#B2B0A8
(178,176,168)
#BCBBB3
(188,187,179)
#C6C6BE
(198,198,190)
#D0D1C9
(208,209,201)
#DADCD4
(218,220,212)
#E4E7DF
(228,231,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A847C; }

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

This text font color is #8A847C.

Background Color

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

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

This div background color is #8A847C.

Border color

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

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

This div border color is #8A847C.

Opacity

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

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

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

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

This text has shadow with #8A847C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A847C.

Preview

Color preview on black background

This text has color #8A847C on black background.


Color preview on white background

This text has color #8A847C on white background.


Black color preview on #8A847C background

This text has black color on #8A847C background.


White color preview on #8A847C background

This text has white color on #8A847C background.


Related colors

Complementary color

Complementary color for #hex is #757B83.


I love getcolorcode.com

Triadic colors

1 #7C8A84 and #847C8A with #8A847C are triadic colors.

2 #7C848A and #848A7C with #8A847C are triadic colors.