COLOR #A47443

HEX: #A47443
RGB: (164,116,67)

Color info

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

RGB color model

#A47443 color RGB value is (164,116,67).

  • red value is 164;
  • green value is 116;
  • blue value is 67.
RGB:
(164,116,67)
(64%,45%,26%)

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 67 of 255 = 26%

164
116
67

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 67 = 347 (100%)
R 164 of 347 ~ 47.26%
G 116 of 347 ~ 33.43%
B 67 of 347 ~ 19.31%

%47.26
%33.43
%19.31

CMYK color model

#A47443 color CMYK value is (0,29,59,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 59.15%
  • key color value is 35.69%
CMYK:
(0,29,59,36)
C0M29Y59K36 
(0%,29%,59%,36%)
(0.00/0.29/0.59/0.36)	

CMYK percentages

%0
%29.27
%59.15
%35.69

Codes

Color #A47443 in popluar color models

A47443
RGB16411667
HSL30°41.99%45.29%
HSB/HSV30°59.15%64.31%
CMYK0.00%29.27%59.15%
35.69%

Color #A47443 in popluar number systems.

HEXA47443
Decimal16411667
Binary1010010011101001000011
Octal244164103

Shades and tints

Shades of #A47443

#A47443
(164,116,67)
#966A3D
(150,106,61)
#886037
(136,96,55)
#7A5631
(122,86,49)
#6C4C2B
(108,76,43)
#5E4225
(94,66,37)
#50381F
(80,56,31)
#422E19
(66,46,25)
#342413
(52,36,19)
#261A0D
(38,26,13)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #A47443

#A47443
(164,116,67)
#AC8054
(172,128,84)
#B48C65
(180,140,101)
#BC9876
(188,152,118)
#C4A487
(196,164,135)
#CCB098
(204,176,152)
#D4BCA9
(212,188,169)
#DCC8BA
(220,200,186)
#E4D4CB
(228,212,203)
#ECE0DC
(236,224,220)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47443 color. Also use rgb(164,116,67) instead hex code.

Text Font Color

.myTextColor { color: #A47443; }

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

This text font color is #A47443.


Background Color

.myBgColor { background-color: #A47443; }

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

This div background color is #A47443.


Border color

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

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

This div border color is #A47443.


Opacity

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

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

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

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

This text has shadow with #A47443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47443 on black background.


Color preview on white background

This text has color #A47443 on white background.



Black color preview on #A47443 background

This text has black color on #A47443 background.


White color preview on #A47443 background

This text has white color on #A47443 background.