COLOR #A47536

HEX: #A47536
RGB: (164,117,54)

Color info

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

RGB color model

#A47536 color RGB value is (164,117,54).

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

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 54 of 255 = 21%

164
117
54

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

Portions of RGB colors in percentages

R + G + B =
164 + 117 + 54 = 335 (100%)
R 164 of 335 ~ 48.96%
G 117 of 335 ~ 34.93%
B 54 of 335 ~ 16.12%

%48.96
%34.93
%16.12

CMYK color model

#A47536 color CMYK value is (0,29,67,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 67.07%
  • key color value is 35.69%
CMYK:
(0,29,67,36)
C0M29Y67K36 
(0%,29%,67%,36%)
(0.00/0.29/0.67/0.36)	

CMYK percentages

%0
%28.66
%67.07
%35.69

Codes

Color #A47536 in popluar color models

A47536
RGB16411754
HSL34°50.46%42.75%
HSB/HSV34°67.07%64.31%
CMYK0.00%28.66%67.07%
35.69%

Color #A47536 in popluar number systems.

HEXA47536
Decimal16411754
Binary101001001110101110110
Octal24416566

Shades and tints

Shades of #A47536

#A47536
(164,117,54)
#966B32
(150,107,50)
#88612E
(136,97,46)
#7A572A
(122,87,42)
#6C4D26
(108,77,38)
#5E4322
(94,67,34)
#50391E
(80,57,30)
#422F1A
(66,47,26)
#342516
(52,37,22)
#261B12
(38,27,18)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A47536

#A47536
(164,117,54)
#AC8148
(172,129,72)
#B48D5A
(180,141,90)
#BC996C
(188,153,108)
#C4A57E
(196,165,126)
#CCB190
(204,177,144)
#D4BDA2
(212,189,162)
#DCC9B4
(220,201,180)
#E4D5C6
(228,213,198)
#ECE1D8
(236,225,216)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47536; }

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

This text font color is #A47536.


Background Color

.myBgColor { background-color: #A47536; }

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

This div background color is #A47536.


Border color

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

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

This div border color is #A47536.


Opacity

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

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

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

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

This text has shadow with #A47536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47536 on black background.


Color preview on white background

This text has color #A47536 on white background.



Black color preview on #A47536 background

This text has black color on #A47536 background.


White color preview on #A47536 background

This text has white color on #A47536 background.