COLOR #A47743

HEX: #A47743
RGB: (164,119,67)

Color info

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

RGB color model

#A47743 color RGB value is (164,119,67).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 67 of 255 = 26%

164
119
67

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 67 = 350 (100%)
R 164 of 350 ~ 46.86%
G 119 of 350 ~ 34%
B 67 of 350 ~ 19.14%

%46.86
%34
%19.14

CMYK color model

#A47743 color CMYK value is (0,27,59,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 59.15%
  • key color value is 35.69%
CMYK:
(0,27,59,36)
C0M27Y59K36 
(0%,27%,59%,36%)
(0.00/0.27/0.59/0.36)	

CMYK percentages

%0
%27.44
%59.15
%35.69

Codes

Color #A47743 in popluar color models

A47743
RGB16411967
HSL32°41.99%45.29%
HSB/HSV32°59.15%64.31%
CMYK0.00%27.44%59.15%
35.69%

Color #A47743 in popluar number systems.

HEXA47743
Decimal16411967
Binary1010010011101111000011
Octal244167103

Shades and tints

Shades of #A47743

#A47743
(164,119,67)
#966D3D
(150,109,61)
#886337
(136,99,55)
#7A5931
(122,89,49)
#6C4F2B
(108,79,43)
#5E4525
(94,69,37)
#503B1F
(80,59,31)
#423119
(66,49,25)
#342713
(52,39,19)
#261D0D
(38,29,13)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #A47743

#A47743
(164,119,67)
#AC8354
(172,131,84)
#B48F65
(180,143,101)
#BC9B76
(188,155,118)
#C4A787
(196,167,135)
#CCB398
(204,179,152)
#D4BFA9
(212,191,169)
#DCCBBA
(220,203,186)
#E4D7CB
(228,215,203)
#ECE3DC
(236,227,220)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47743; }

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

This text font color is #A47743.


Background Color

.myBgColor { background-color: #A47743; }

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

This div background color is #A47743.


Border color

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

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

This div border color is #A47743.


Opacity

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

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

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

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

This text has shadow with #A47743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47743 on black background.


Color preview on white background

This text has color #A47743 on white background.



Black color preview on #A47743 background

This text has black color on #A47743 background.


White color preview on #A47743 background

This text has white color on #A47743 background.