COLOR #A47549

HEX: #A47549
RGB: (164,117,73)

Color info

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

RGB color model

#A47549 color RGB value is (164,117,73).

  • red value is 164;
  • green value is 117;
  • blue value is 73.
RGB:
(164,117,73)
(64%,46%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 73 of 255 = 29%

164
117
73

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

Portions of RGB colors in percentages

R + G + B =
164 + 117 + 73 = 354 (100%)
R 164 of 354 ~ 46.33%
G 117 of 354 ~ 33.05%
B 73 of 354 ~ 20.62%

%46.33
%33.05
%20.62

CMYK color model

#A47549 color CMYK value is (0,29,55,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(0,29,55,36)
C0M29Y55K36 
(0%,29%,55%,36%)
(0.00/0.29/0.55/0.36)	

CMYK percentages

%0
%28.66
%55.49
%35.69

Codes

Color #A47549 in popluar color models

A47549
RGB16411773
HSL29°38.40%46.47%
HSB/HSV29°55.49%64.31%
CMYK0.00%28.66%55.49%
35.69%

Color #A47549 in popluar number systems.

HEXA47549
Decimal16411773
Binary1010010011101011001001
Octal244165111

Shades and tints

Shades of #A47549

#A47549
(164,117,73)
#966B43
(150,107,67)
#88613D
(136,97,61)
#7A5737
(122,87,55)
#6C4D31
(108,77,49)
#5E432B
(94,67,43)
#503925
(80,57,37)
#422F1F
(66,47,31)
#342519
(52,37,25)
#261B13
(38,27,19)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #A47549

#A47549
(164,117,73)
#AC8159
(172,129,89)
#B48D69
(180,141,105)
#BC9979
(188,153,121)
#C4A589
(196,165,137)
#CCB199
(204,177,153)
#D4BDA9
(212,189,169)
#DCC9B9
(220,201,185)
#E4D5C9
(228,213,201)
#ECE1D9
(236,225,217)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47549 color. Also use rgb(164,117,73) instead hex code.

Text Font Color

.myTextColor { color: #A47549; }

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

This text font color is #A47549.


Background Color

.myBgColor { background-color: #A47549; }

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

This div background color is #A47549.


Border color

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

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

This div border color is #A47549.


Opacity

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

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

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

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

This text has shadow with #A47549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47549 on black background.


Color preview on white background

This text has color #A47549 on white background.



Black color preview on #A47549 background

This text has black color on #A47549 background.


White color preview on #A47549 background

This text has white color on #A47549 background.