COLOR #A47951

HEX: #A47951
RGB: (164,121,81)

Color info

#A47951 contains mainly red and green colors. Web safe color of #A47951 is #996666 (or #966).

RGB color model

#A47951 color RGB value is (164,121,81).

  • red value is 164;
  • green value is 121;
  • blue value is 81.
RGB:
(164,121,81)
(64%,47%,32%)

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 81 of 255 = 32%

164
121
81

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 81 = 366 (100%)
R 164 of 366 ~ 44.81%
G 121 of 366 ~ 33.06%
B 81 of 366 ~ 22.13%

%44.81
%33.06
%22.13

CMYK color model

#A47951 color CMYK value is (0,26,51,36).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 50.61%
  • key color value is 35.69%
CMYK:
(0,26,51,36)
C0M26Y51K36 
(0%,26%,51%,36%)
(0.00/0.26/0.51/0.36)	

CMYK percentages

%0
%26.22
%50.61
%35.69

Codes

Color #A47951 in popluar color models

A47951
RGB16412181
HSL29°33.88%48.04%
HSB/HSV29°50.61%64.31%
CMYK0.00%26.22%50.61%
35.69%

Color #A47951 in popluar number systems.

HEXA47951
Decimal16412181
Binary1010010011110011010001
Octal244171121

Shades and tints

Shades of #A47951

#A47951
(164,121,81)
#966E4A
(150,110,74)
#886343
(136,99,67)
#7A583C
(122,88,60)
#6C4D35
(108,77,53)
#5E422E
(94,66,46)
#503727
(80,55,39)
#422C20
(66,44,32)
#342119
(52,33,25)
#261612
(38,22,18)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #A47951

#A47951
(164,121,81)
#AC8560
(172,133,96)
#B4916F
(180,145,111)
#BC9D7E
(188,157,126)
#C4A98D
(196,169,141)
#CCB59C
(204,181,156)
#D4C1AB
(212,193,171)
#DCCDBA
(220,205,186)
#E4D9C9
(228,217,201)
#ECE5D8
(236,229,216)
#F4F1E7
(244,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47951 color. Also use rgb(164,121,81) instead hex code.

Text Font Color

.myTextColor { color: #A47951; }

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

This text font color is #A47951.


Background Color

.myBgColor { background-color: #A47951; }

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

This div background color is #A47951.


Border color

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

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

This div border color is #A47951.


Opacity

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

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

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

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

This text has shadow with #A47951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47951 on black background.


Color preview on white background

This text has color #A47951 on white background.



Black color preview on #A47951 background

This text has black color on #A47951 background.


White color preview on #A47951 background

This text has white color on #A47951 background.