COLOR #A47D7D

HEX: #A47D7D
RGB: (164,125,125)

Color info

#A47D7D contains red, green and blue colors in about the same proportion. Web safe color of #A47D7D is #996666 (or #966).

RGB color model

#A47D7D color RGB value is (164,125,125).

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

RGB channels and saturation

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

164
125
125

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

Portions of RGB colors in percentages

R + G + B =
164 + 125 + 125 = 414 (100%)
R 164 of 414 ~ 39.61%
G 125 of 414 ~ 30.19%
B 125 of 414 ~ 30.19%

%39.61
%30.19
%30.19

CMYK color model

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

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

CMYK percentages

%0
%23.78
%23.78
%35.69

Codes

Color #A47D7D in popluar color models

A47D7D
RGB164125125
HSL17.65%56.67%
HSB/HSV23.78%64.31%
CMYK0.00%23.78%23.78%
35.69%

Color #A47D7D in popluar number systems.

HEXA47D7D
Decimal164125125
Binary1010010011111011111101
Octal244175175

Shades and tints

Shades of #A47D7D

#A47D7D
(164,125,125)
#967272
(150,114,114)
#886767
(136,103,103)
#7A5C5C
(122,92,92)
#6C5151
(108,81,81)
#5E4646
(94,70,70)
#503B3B
(80,59,59)
#423030
(66,48,48)
#342525
(52,37,37)
#261A1A
(38,26,26)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A47D7D

#A47D7D
(164,125,125)
#AC8888
(172,136,136)
#B49393
(180,147,147)
#BC9E9E
(188,158,158)
#C4A9A9
(196,169,169)
#CCB4B4
(204,180,180)
#D4BFBF
(212,191,191)
#DCCACA
(220,202,202)
#E4D5D5
(228,213,213)
#ECE0E0
(236,224,224)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47D7D; }

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

This text font color is #A47D7D.


Background Color

.myBgColor { background-color: #A47D7D; }

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

This div background color is #A47D7D.


Border color

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

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

This div border color is #A47D7D.


Opacity

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

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

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

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

This text has shadow with #A47D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47D7D on black background.


Color preview on white background

This text has color #A47D7D on white background.



Black color preview on #A47D7D background

This text has black color on #A47D7D background.


White color preview on #A47D7D background

This text has white color on #A47D7D background.