COLOR #A47C5D

HEX: #A47C5D
RGB: (164,124,93)

Color info

#A47C5D contains mainly red and green colors. Web safe color of #A47C5D is #996666 (or #966).

RGB color model

#A47C5D color RGB value is (164,124,93).

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

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 93 of 255 = 36%

164
124
93

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

Portions of RGB colors in percentages

R + G + B =
164 + 124 + 93 = 381 (100%)
R 164 of 381 ~ 43.04%
G 124 of 381 ~ 32.55%
B 93 of 381 ~ 24.41%

%43.04
%32.55
%24.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK:
(0,24,43,36)
C0M24Y43K36 
(0%,24%,43%,36%)
(0.00/0.24/0.43/0.36)	

CMYK percentages

%0
%24.39
%43.29
%35.69

Codes

Color #A47C5D in popluar color models

A47C5D
RGB16412493
HSL26°28.06%50.39%
HSB/HSV26°43.29%64.31%
CMYK0.00%24.39%43.29%
35.69%

Color #A47C5D in popluar number systems.

HEXA47C5D
Decimal16412493
Binary1010010011111001011101
Octal244174135

Shades and tints

Shades of #A47C5D

#A47C5D
(164,124,93)
#967155
(150,113,85)
#88664D
(136,102,77)
#7A5B45
(122,91,69)
#6C503D
(108,80,61)
#5E4535
(94,69,53)
#503A2D
(80,58,45)
#422F25
(66,47,37)
#34241D
(52,36,29)
#261915
(38,25,21)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #A47C5D

#A47C5D
(164,124,93)
#AC876B
(172,135,107)
#B49279
(180,146,121)
#BC9D87
(188,157,135)
#C4A895
(196,168,149)
#CCB3A3
(204,179,163)
#D4BEB1
(212,190,177)
#DCC9BF
(220,201,191)
#E4D4CD
(228,212,205)
#ECDFDB
(236,223,219)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47C5D; }

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

This text font color is #A47C5D.


Background Color

.myBgColor { background-color: #A47C5D; }

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

This div background color is #A47C5D.


Border color

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

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

This div border color is #A47C5D.


Opacity

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

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

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

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

This text has shadow with #A47C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47C5D on black background.


Color preview on white background

This text has color #A47C5D on white background.



Black color preview on #A47C5D background

This text has black color on #A47C5D background.


White color preview on #A47C5D background

This text has white color on #A47C5D background.