COLOR #A47D1E

HEX: #A47D1E RGB: (164,125,30)

Color info

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

RGB color model

#A47D1E color RGB value is (164,125,30).

RGB: (164,125,30) (64%, 49%, 12%)

RGB channels and saturation

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

164
125
30

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

Portions of RGB colors in percentages

R + G + B = 164 + 125 + 30 = 319 (100%)
R 164 of 319 ~ 51.41%
G 125 of 319 ~ 39.18%
B 30 of 319 ~ 9.4'%

%51.41
%39.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 81.71%
  • key color value is 35.69%

CMYK: (0,24,82,36)
C0M24Y82K36 (0%, 24%, 82%, 36%)
(0.00 / 0.24 / 0.82 / 0.36)

CMYK percentages

%0
%23.78
%81.71
%35.69

Codes

Color #A47D1E in popluar color models

A4 7D 1E
RGB 164 125 30
HSL 43° 69.07% 38.04%
HSB/HSV 43° 81.71% 64.31%
CMYK 0.00% 23.78% 81.71%
35.69%

Color #A47D1E in popluar number systems.

HEX A4 7D 1E
Decimal 164 125 30
Binary 10100100 1111101 11110
Octal 244 175 36

Shades and tints

Shades of #A47D1E

#A47D1E
(164,125,30)
#96721C
(150,114,28)
#88671A
(136,103,26)
#7A5C18
(122,92,24)
#6C5116
(108,81,22)
#5E4614
(94,70,20)
#503B12
(80,59,18)
#423010
(66,48,16)
#34250E
(52,37,14)
#261A0C
(38,26,12)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #A47D1E

#A47D1E
(164,125,30)
#AC8832
(172,136,50)
#B49346
(180,147,70)
#BC9E5A
(188,158,90)
#C4A96E
(196,169,110)
#CCB482
(204,180,130)
#D4BF96
(212,191,150)
#DCCAAA
(220,202,170)
#E4D5BE
(228,213,190)
#ECE0D2
(236,224,210)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47D1E; }

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

This text font color is #A47D1E.

Background Color

.myBgColor { background-color: #A47D1E; }

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

This div background color is #A47D1E.

Border color

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

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

This div border color is #A47D1E.

Opacity

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

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

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

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

This text has shadow with #A47D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47D1E.

Preview

Color preview on black background

This text has color #A47D1E on black background.


Color preview on white background

This text has color #A47D1E on white background.


Black color preview on #A47D1E background

This text has black color on #A47D1E background.


White color preview on #A47D1E background

This text has white color on #A47D1E background.


Related colors

Complementary color

Complementary color for #hex is #5B82E1.


I love getcolorcode.com

Triadic colors

1 #1EA47D and #7D1EA4 with #A47D1E are triadic colors.

2 #1E7DA4 and #7DA41E with #A47D1E are triadic colors.