COLOR #A47763

HEX: #A47763
RGB: (164,119,99)

Color info

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

RGB color model

#A47763 color RGB value is (164,119,99).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 99 of 255 = 39%

164
119
99

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 99 = 382 (100%)
R 164 of 382 ~ 42.93%
G 119 of 382 ~ 31.15%
B 99 of 382 ~ 25.92%

%42.93
%31.15
%25.92

CMYK color model

#A47763 color CMYK value is (0,27,40,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(0,27,40,36)
C0M27Y40K36 
(0%,27%,40%,36%)
(0.00/0.27/0.40/0.36)	

CMYK percentages

%0
%27.44
%39.63
%35.69

Codes

Color #A47763 in popluar color models

A47763
RGB16411999
HSL18°26.32%51.57%
HSB/HSV18°39.63%64.31%
CMYK0.00%27.44%39.63%
35.69%

Color #A47763 in popluar number systems.

HEXA47763
Decimal16411999
Binary1010010011101111100011
Octal244167143

Shades and tints

Shades of #A47763

#A47763
(164,119,99)
#966D5A
(150,109,90)
#886351
(136,99,81)
#7A5948
(122,89,72)
#6C4F3F
(108,79,63)
#5E4536
(94,69,54)
#503B2D
(80,59,45)
#423124
(66,49,36)
#34271B
(52,39,27)
#261D12
(38,29,18)
#181309
(24,19,9)
#000000
(0,0,0)

Tints of #A47763

#A47763
(164,119,99)
#AC8371
(172,131,113)
#B48F7F
(180,143,127)
#BC9B8D
(188,155,141)
#C4A79B
(196,167,155)
#CCB3A9
(204,179,169)
#D4BFB7
(212,191,183)
#DCCBC5
(220,203,197)
#E4D7D3
(228,215,211)
#ECE3E1
(236,227,225)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47763; }

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

This text font color is #A47763.


Background Color

.myBgColor { background-color: #A47763; }

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

This div background color is #A47763.


Border color

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

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

This div border color is #A47763.


Opacity

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

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

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

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

This text has shadow with #A47763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47763 on black background.


Color preview on white background

This text has color #A47763 on white background.



Black color preview on #A47763 background

This text has black color on #A47763 background.


White color preview on #A47763 background

This text has white color on #A47763 background.