COLOR #A47E4D

HEX: #A47E4D RGB: (164,126,77)

Color info

#A47E4D contains mainly red and green colors. Web safe color of #A47E4D is #996633 (or #963).

RGB color model

#A47E4D color RGB value is (164,126,77).

RGB: (164,126,77) (64%, 49%, 30%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 77 of 255 = 30%

164
126
77

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

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 77 = 367 (100%)
R 164 of 367 ~ 44.69%
G 126 of 367 ~ 34.33%
B 77 of 367 ~ 20.98'%

%44.69
%34.33
%20.98

CMYK color model

#A47E4D color CMYK value is (0,23,53,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 53.05%
  • key color value is 35.69%

CMYK: (0,23,53,36)
C0M23Y53K36 (0%, 23%, 53%, 36%)
(0.00 / 0.23 / 0.53 / 0.36)

CMYK percentages

%0
%23.17
%53.05
%35.69

Codes

Color #A47E4D in popluar color models

A4 7E 4D
RGB 164 126 77
HSL 34° 36.10% 47.25%
HSB/HSV 34° 53.05% 64.31%
CMYK 0.00% 23.17% 53.05%
35.69%

Color #A47E4D in popluar number systems.

HEX A4 7E 4D
Decimal 164 126 77
Binary 10100100 1111110 1001101
Octal 244 176 115

Shades and tints

Shades of #A47E4D

#A47E4D
(164,126,77)
#967346
(150,115,70)
#88683F
(136,104,63)
#7A5D38
(122,93,56)
#6C5231
(108,82,49)
#5E472A
(94,71,42)
#503C23
(80,60,35)
#42311C
(66,49,28)
#342615
(52,38,21)
#261B0E
(38,27,14)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #A47E4D

#A47E4D
(164,126,77)
#AC895D
(172,137,93)
#B4946D
(180,148,109)
#BC9F7D
(188,159,125)
#C4AA8D
(196,170,141)
#CCB59D
(204,181,157)
#D4C0AD
(212,192,173)
#DCCBBD
(220,203,189)
#E4D6CD
(228,214,205)
#ECE1DD
(236,225,221)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47E4D; }

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

This text font color is #A47E4D.

Background Color

.myBgColor { background-color: #A47E4D; }

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

This div background color is #A47E4D.

Border color

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

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

This div border color is #A47E4D.

Opacity

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

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

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

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

This text has shadow with #A47E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47E4D.

Preview

Color preview on black background

This text has color #A47E4D on black background.


Color preview on white background

This text has color #A47E4D on white background.


Black color preview on #A47E4D background

This text has black color on #A47E4D background.


White color preview on #A47E4D background

This text has white color on #A47E4D background.


Related colors

Complementary color

Complementary color for #hex is #5B81B2.


I love getcolorcode.com

Triadic colors

1 #4DA47E and #7E4DA4 with #A47E4D are triadic colors.

2 #4D7EA4 and #7EA44D with #A47E4D are triadic colors.