COLOR #A47B77

HEX: #A47B77
RGB: (164,123,119)

Color info

#A47B77 contains red, green and blue colors in about the same proportion. Web safe color of #A47B77 is #996666 (or #966).

RGB color model

#A47B77 color RGB value is (164,123,119).

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

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 119 of 255 = 47%

164
123
119

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

Portions of RGB colors in percentages

R + G + B =
164 + 123 + 119 = 406 (100%)
R 164 of 406 ~ 40.39%
G 123 of 406 ~ 30.3%
B 119 of 406 ~ 29.31%

%40.39
%30.3
%29.31

CMYK color model

#A47B77 color CMYK value is (0,25,27,36).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(0,25,27,36)
C0M25Y27K36 
(0%,25%,27%,36%)
(0.00/0.25/0.27/0.36)	

CMYK percentages

%0
%25
%27.44
%35.69

Codes

Color #A47B77 in popluar color models

A47B77
RGB164123119
HSL19.82%55.49%
HSB/HSV27.44%64.31%
CMYK0.00%25.00%27.44%
35.69%

Color #A47B77 in popluar number systems.

HEXA47B77
Decimal164123119
Binary1010010011110111110111
Octal244173167

Shades and tints

Shades of #A47B77

#A47B77
(164,123,119)
#96706D
(150,112,109)
#886563
(136,101,99)
#7A5A59
(122,90,89)
#6C4F4F
(108,79,79)
#5E4445
(94,68,69)
#50393B
(80,57,59)
#422E31
(66,46,49)
#342327
(52,35,39)
#26181D
(38,24,29)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A47B77

#A47B77
(164,123,119)
#AC8783
(172,135,131)
#B4938F
(180,147,143)
#BC9F9B
(188,159,155)
#C4ABA7
(196,171,167)
#CCB7B3
(204,183,179)
#D4C3BF
(212,195,191)
#DCCFCB
(220,207,203)
#E4DBD7
(228,219,215)
#ECE7E3
(236,231,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47B77; }

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

This text font color is #A47B77.


Background Color

.myBgColor { background-color: #A47B77; }

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

This div background color is #A47B77.


Border color

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

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

This div border color is #A47B77.


Opacity

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

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

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

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

This text has shadow with #A47B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47B77 on black background.


Color preview on white background

This text has color #A47B77 on white background.



Black color preview on #A47B77 background

This text has black color on #A47B77 background.


White color preview on #A47B77 background

This text has white color on #A47B77 background.