COLOR #A47F8B

HEX: #A47F8B
RGB: (164,127,139)

Color info

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

RGB color model

#A47F8B color RGB value is (164,127,139).

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

RGB channels and saturation

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

164
127
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 139 = 430 (100%)
R 164 of 430 ~ 38.14%
G 127 of 430 ~ 29.53%
B 139 of 430 ~ 32.33%

%38.14
%29.53
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 15.24%
  • 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
%15.24
%35.69

Codes

Color #A47F8B in popluar color models

A47F8B
RGB164127139
HSL341°16.89%57.06%
HSB/HSV341°22.56%64.31%
CMYK0.00%22.56%15.24%
35.69%

Color #A47F8B in popluar number systems.

HEXA47F8B
Decimal164127139
Binary10100100111111110001011
Octal244177213

Shades and tints

Shades of #A47F8B

#A47F8B
(164,127,139)
#96747F
(150,116,127)
#886973
(136,105,115)
#7A5E67
(122,94,103)
#6C535B
(108,83,91)
#5E484F
(94,72,79)
#503D43
(80,61,67)
#423237
(66,50,55)
#34272B
(52,39,43)
#261C1F
(38,28,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A47F8B

#A47F8B
(164,127,139)
#AC8A95
(172,138,149)
#B4959F
(180,149,159)
#BCA0A9
(188,160,169)
#C4ABB3
(196,171,179)
#CCB6BD
(204,182,189)
#D4C1C7
(212,193,199)
#DCCCD1
(220,204,209)
#E4D7DB
(228,215,219)
#ECE2E5
(236,226,229)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47F8B; }

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

This text font color is #A47F8B.


Background Color

.myBgColor { background-color: #A47F8B; }

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

This div background color is #A47F8B.


Border color

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

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

This div border color is #A47F8B.


Opacity

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

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

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

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

This text has shadow with #A47F8B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A47F8B on black background.


Color preview on white background

This text has color #A47F8B on white background.



Black color preview on #A47F8B background

This text has black color on #A47F8B background.


White color preview on #A47F8B background

This text has white color on #A47F8B background.