COLOR #A47D8B

HEX: #A47D8B
RGB: (164,125,139)

Color info

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

RGB color model

#A47D8B color RGB value is (164,125,139).

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

RGB channels and saturation

R 164 of 255 = 64%
G 125 of 255 = 49%
B 139 of 255 = 55%

164
125
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 125 + 139 = 428 (100%)
R 164 of 428 ~ 38.32%
G 125 of 428 ~ 29.21%
B 139 of 428 ~ 32.48%

%38.32
%29.21
%32.48

CMYK color model

#A47D8B color CMYK value is (0,24,15,36).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,24,15,36)
C0M24Y15K36 
(0%,24%,15%,36%)
(0.00/0.24/0.15/0.36)	

CMYK percentages

%0
%23.78
%15.24
%35.69

Codes

Color #A47D8B in popluar color models

A47D8B
RGB164125139
HSL338°17.65%56.67%
HSB/HSV338°23.78%64.31%
CMYK0.00%23.78%15.24%
35.69%

Color #A47D8B in popluar number systems.

HEXA47D8B
Decimal164125139
Binary10100100111110110001011
Octal244175213

Shades and tints

Shades of #A47D8B

#A47D8B
(164,125,139)
#96727F
(150,114,127)
#886773
(136,103,115)
#7A5C67
(122,92,103)
#6C515B
(108,81,91)
#5E464F
(94,70,79)
#503B43
(80,59,67)
#423037
(66,48,55)
#34252B
(52,37,43)
#261A1F
(38,26,31)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #A47D8B

#A47D8B
(164,125,139)
#AC8895
(172,136,149)
#B4939F
(180,147,159)
#BC9EA9
(188,158,169)
#C4A9B3
(196,169,179)
#CCB4BD
(204,180,189)
#D4BFC7
(212,191,199)
#DCCAD1
(220,202,209)
#E4D5DB
(228,213,219)
#ECE0E5
(236,224,229)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47D8B; }

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

This text font color is #A47D8B.


Background Color

.myBgColor { background-color: #A47D8B; }

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

This div background color is #A47D8B.


Border color

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

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

This div border color is #A47D8B.


Opacity

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

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

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

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

This text has shadow with #A47D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47D8B on black background.


Color preview on white background

This text has color #A47D8B on white background.



Black color preview on #A47D8B background

This text has black color on #A47D8B background.


White color preview on #A47D8B background

This text has white color on #A47D8B background.