COLOR #A47C8D

HEX: #A47C8D RGB: (164,124,141)

Color info

#A47C8D contains red, green and blue colors in about the same proportion. Web safe color of #A47C8D is #996699 (or #969).

RGB color model

#A47C8D color RGB value is (164,124,141).

RGB: (164,124,141) (64%, 49%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 141 of 255 = 55%

164
124
141

R + G + B ~ 56%. #A47C8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 124 + 141 = 429 (100%)
R 164 of 429 ~ 38.23%
G 124 of 429 ~ 28.9%
B 141 of 429 ~ 32.87'%

%38.23
%28.9
%32.87

CMYK color model

#A47C8D color CMYK value is (0,24,14,36).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 14.02%
  • key color value is 35.69%

CMYK: (0,24,14,36)
C0M24Y14K36 (0%, 24%, 14%, 36%)
(0.00 / 0.24 / 0.14 / 0.36)

CMYK percentages

%0
%24.39
%14.02
%35.69

Codes

Color #A47C8D in popluar color models

A4 7C 8D
RGB 164 124 141
HSL 335° 18.02% 56.47%
HSB/HSV 335° 24.39% 64.31%
CMYK 0.00% 24.39% 14.02%
35.69%

Color #A47C8D in popluar number systems.

HEX A4 7C 8D
Decimal 164 124 141
Binary 10100100 1111100 10001101
Octal 244 174 215

Shades and tints

Shades of #A47C8D

#A47C8D
(164,124,141)
#967181
(150,113,129)
#886675
(136,102,117)
#7A5B69
(122,91,105)
#6C505D
(108,80,93)
#5E4551
(94,69,81)
#503A45
(80,58,69)
#422F39
(66,47,57)
#34242D
(52,36,45)
#261921
(38,25,33)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #A47C8D

#A47C8D
(164,124,141)
#AC8797
(172,135,151)
#B492A1
(180,146,161)
#BC9DAB
(188,157,171)
#C4A8B5
(196,168,181)
#CCB3BF
(204,179,191)
#D4BEC9
(212,190,201)
#DCC9D3
(220,201,211)
#E4D4DD
(228,212,221)
#ECDFE7
(236,223,231)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47C8D color. Also use rgb(164,124,141) instead hex code.

Text Font Color

.myTextColor { color: #A47C8D; }

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

This text font color is #A47C8D.

Background Color

.myBgColor { background-color: #A47C8D; }

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

This div background color is #A47C8D.

Border color

.myBorderColor { border: 1px solid #A47C8D; }

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

This div border color is #A47C8D.

Opacity

.myOpacity80 { color: #A47C8D; opacity: 0.8; }

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

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

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

This text has shadow with #A47C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47C8D.

Preview

Color preview on black background

This text has color #A47C8D on black background.


Color preview on white background

This text has color #A47C8D on white background.


Black color preview on #A47C8D background

This text has black color on #A47C8D background.


White color preview on #A47C8D background

This text has white color on #A47C8D background.


Related colors

Complementary color

Complementary color for #hex is #5B8372.


I love getcolorcode.com

Triadic colors

1 #8DA47C and #7C8DA4 with #A47C8D are triadic colors.

2 #8D7CA4 and #7CA48D with #A47C8D are triadic colors.