COLOR #A47E39

HEX: #A47E39 RGB: (164,126,57)

Color info

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

RGB color model

#A47E39 color RGB value is (164,126,57).

RGB: (164,126,57) (64%, 49%, 22%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 57 of 255 = 22%

164
126
57

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

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 57 = 347 (100%)
R 164 of 347 ~ 47.26%
G 126 of 347 ~ 36.31%
B 57 of 347 ~ 16.43'%

%47.26
%36.31
%16.43

CMYK color model

#A47E39 color CMYK value is (0,23,65,36).

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

CMYK: (0,23,65,36)
C0M23Y65K36 (0%, 23%, 65%, 36%)
(0.00 / 0.23 / 0.65 / 0.36)

CMYK percentages

%0
%23.17
%65.24
%35.69

Codes

Color #A47E39 in popluar color models

A4 7E 39
RGB 164 126 57
HSL 39° 48.42% 43.33%
HSB/HSV 39° 65.24% 64.31%
CMYK 0.00% 23.17% 65.24%
35.69%

Color #A47E39 in popluar number systems.

HEX A4 7E 39
Decimal 164 126 57
Binary 10100100 1111110 111001
Octal 244 176 71

Shades and tints

Shades of #A47E39

#A47E39
(164,126,57)
#967334
(150,115,52)
#88682F
(136,104,47)
#7A5D2A
(122,93,42)
#6C5225
(108,82,37)
#5E4720
(94,71,32)
#503C1B
(80,60,27)
#423116
(66,49,22)
#342611
(52,38,17)
#261B0C
(38,27,12)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #A47E39

#A47E39
(164,126,57)
#AC894B
(172,137,75)
#B4945D
(180,148,93)
#BC9F6F
(188,159,111)
#C4AA81
(196,170,129)
#CCB593
(204,181,147)
#D4C0A5
(212,192,165)
#DCCBB7
(220,203,183)
#E4D6C9
(228,214,201)
#ECE1DB
(236,225,219)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47E39; }

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

This text font color is #A47E39.

Background Color

.myBgColor { background-color: #A47E39; }

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

This div background color is #A47E39.

Border color

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

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

This div border color is #A47E39.

Opacity

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

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

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

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

This text has shadow with #A47E39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47E39.

Preview

Color preview on black background

This text has color #A47E39 on black background.


Color preview on white background

This text has color #A47E39 on white background.


Black color preview on #A47E39 background

This text has black color on #A47E39 background.


White color preview on #A47E39 background

This text has white color on #A47E39 background.


Related colors

Complementary color

Complementary color for #hex is #5B81C6.


I love getcolorcode.com

Triadic colors

1 #39A47E and #7E39A4 with #A47E39 are triadic colors.

2 #397EA4 and #7EA439 with #A47E39 are triadic colors.