COLOR #A47B51

HEX: #A47B51
RGB: (164,123,81)

Color info

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

RGB color model

#A47B51 color RGB value is (164,123,81).

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

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 81 of 255 = 32%

164
123
81

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

Portions of RGB colors in percentages

R + G + B =
164 + 123 + 81 = 368 (100%)
R 164 of 368 ~ 44.57%
G 123 of 368 ~ 33.42%
B 81 of 368 ~ 22.01%

%44.57
%33.42
%22.01

CMYK color model

#A47B51 color CMYK value is (0,25,51,36).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 50.61%
  • key color value is 35.69%
CMYK:
(0,25,51,36)
C0M25Y51K36 
(0%,25%,51%,36%)
(0.00/0.25/0.51/0.36)	

CMYK percentages

%0
%25
%50.61
%35.69

Codes

Color #A47B51 in popluar color models

A47B51
RGB16412381
HSL30°33.88%48.04%
HSB/HSV30°50.61%64.31%
CMYK0.00%25.00%50.61%
35.69%

Color #A47B51 in popluar number systems.

HEXA47B51
Decimal16412381
Binary1010010011110111010001
Octal244173121

Shades and tints

Shades of #A47B51

#A47B51
(164,123,81)
#96704A
(150,112,74)
#886543
(136,101,67)
#7A5A3C
(122,90,60)
#6C4F35
(108,79,53)
#5E442E
(94,68,46)
#503927
(80,57,39)
#422E20
(66,46,32)
#342319
(52,35,25)
#261812
(38,24,18)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #A47B51

#A47B51
(164,123,81)
#AC8760
(172,135,96)
#B4936F
(180,147,111)
#BC9F7E
(188,159,126)
#C4AB8D
(196,171,141)
#CCB79C
(204,183,156)
#D4C3AB
(212,195,171)
#DCCFBA
(220,207,186)
#E4DBC9
(228,219,201)
#ECE7D8
(236,231,216)
#F4F3E7
(244,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47B51; }

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

This text font color is #A47B51.


Background Color

.myBgColor { background-color: #A47B51; }

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

This div background color is #A47B51.


Border color

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

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

This div border color is #A47B51.


Opacity

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

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

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

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

This text has shadow with #A47B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47B51 on black background.


Color preview on white background

This text has color #A47B51 on white background.



Black color preview on #A47B51 background

This text has black color on #A47B51 background.


White color preview on #A47B51 background

This text has white color on #A47B51 background.