COLOR #A47F8C

HEX: #A47F8C
RGB: (164,127,140)

Color info

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

RGB color model

#A47F8C color RGB value is (164,127,140).

  • red value is 164;
  • green value is 127;
  • blue value is 140.
RGB:
(164,127,140)
(64%,50%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 140 of 255 = 55%

164
127
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 140 = 431 (100%)
R 164 of 431 ~ 38.05%
G 127 of 431 ~ 29.47%
B 140 of 431 ~ 32.48%

%38.05
%29.47
%32.48

CMYK color model

#A47F8C color CMYK value is (0,23,15,36).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,23,15,36)
C0M23Y15K36 
(0%,23%,15%,36%)
(0.00/0.23/0.15/0.36)	

CMYK percentages

%0
%22.56
%14.63
%35.69

Codes

Color #A47F8C in popluar color models

A47F8C
RGB164127140
HSL339°16.89%57.06%
HSB/HSV339°22.56%64.31%
CMYK0.00%22.56%14.63%
35.69%

Color #A47F8C in popluar number systems.

HEXA47F8C
Decimal164127140
Binary10100100111111110001100
Octal244177214

Shades and tints

Shades of #A47F8C

#A47F8C
(164,127,140)
#967480
(150,116,128)
#886974
(136,105,116)
#7A5E68
(122,94,104)
#6C535C
(108,83,92)
#5E4850
(94,72,80)
#503D44
(80,61,68)
#423238
(66,50,56)
#34272C
(52,39,44)
#261C20
(38,28,32)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A47F8C

#A47F8C
(164,127,140)
#AC8A96
(172,138,150)
#B495A0
(180,149,160)
#BCA0AA
(188,160,170)
#C4ABB4
(196,171,180)
#CCB6BE
(204,182,190)
#D4C1C8
(212,193,200)
#DCCCD2
(220,204,210)
#E4D7DC
(228,215,220)
#ECE2E6
(236,226,230)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47F8C color. Also use rgb(164,127,140) instead hex code.

Text Font Color

.myTextColor { color: #A47F8C; }

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

This text font color is #A47F8C.


Background Color

.myBgColor { background-color: #A47F8C; }

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

This div background color is #A47F8C.


Border color

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

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

This div border color is #A47F8C.


Opacity

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

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

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

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

This text has shadow with #A47F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47F8C on black background.


Color preview on white background

This text has color #A47F8C on white background.



Black color preview on #A47F8C background

This text has black color on #A47F8C background.


White color preview on #A47F8C background

This text has white color on #A47F8C background.