COLOR #A47C76

HEX: #A47C76
RGB: (164,124,118)

Color info

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

RGB color model

#A47C76 color RGB value is (164,124,118).

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

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 118 of 255 = 46%

164
124
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 124 + 118 = 406 (100%)
R 164 of 406 ~ 40.39%
G 124 of 406 ~ 30.54%
B 118 of 406 ~ 29.06%

%40.39
%30.54
%29.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,24,28,36)
C0M24Y28K36 
(0%,24%,28%,36%)
(0.00/0.24/0.28/0.36)	

CMYK percentages

%0
%24.39
%28.05
%35.69

Codes

Color #A47C76 in popluar color models

A47C76
RGB164124118
HSL20.18%55.29%
HSB/HSV28.05%64.31%
CMYK0.00%24.39%28.05%
35.69%

Color #A47C76 in popluar number systems.

HEXA47C76
Decimal164124118
Binary1010010011111001110110
Octal244174166

Shades and tints

Shades of #A47C76

#A47C76
(164,124,118)
#96716C
(150,113,108)
#886662
(136,102,98)
#7A5B58
(122,91,88)
#6C504E
(108,80,78)
#5E4544
(94,69,68)
#503A3A
(80,58,58)
#422F30
(66,47,48)
#342426
(52,36,38)
#26191C
(38,25,28)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A47C76

#A47C76
(164,124,118)
#AC8782
(172,135,130)
#B4928E
(180,146,142)
#BC9D9A
(188,157,154)
#C4A8A6
(196,168,166)
#CCB3B2
(204,179,178)
#D4BEBE
(212,190,190)
#DCC9CA
(220,201,202)
#E4D4D6
(228,212,214)
#ECDFE2
(236,223,226)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47C76; }

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

This text font color is #A47C76.


Background Color

.myBgColor { background-color: #A47C76; }

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

This div background color is #A47C76.


Border color

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

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

This div border color is #A47C76.


Opacity

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

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

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

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

This text has shadow with #A47C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47C76 on black background.


Color preview on white background

This text has color #A47C76 on white background.



Black color preview on #A47C76 background

This text has black color on #A47C76 background.


White color preview on #A47C76 background

This text has white color on #A47C76 background.