COLOR #A47727

HEX: #A47727
RGB: (164,119,39)

Color info

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

RGB color model

#A47727 color RGB value is (164,119,39).

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

RGB channels and saturation

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

164
119
39

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 39 = 322 (100%)
R 164 of 322 ~ 50.93%
G 119 of 322 ~ 36.96%
B 39 of 322 ~ 12.11%

%50.93
%36.96
%12.11

CMYK color model

#A47727 color CMYK value is (0,27,76,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 76.22%
  • key color value is 35.69%
CMYK:
(0,27,76,36)
C0M27Y76K36 
(0%,27%,76%,36%)
(0.00/0.27/0.76/0.36)	

CMYK percentages

%0
%27.44
%76.22
%35.69

Codes

Color #A47727 in popluar color models

A47727
RGB16411939
HSL38°61.58%39.80%
HSB/HSV38°76.22%64.31%
CMYK0.00%27.44%76.22%
35.69%

Color #A47727 in popluar number systems.

HEXA47727
Decimal16411939
Binary101001001110111100111
Octal24416747

Shades and tints

Shades of #A47727

#A47727
(164,119,39)
#966D24
(150,109,36)
#886321
(136,99,33)
#7A591E
(122,89,30)
#6C4F1B
(108,79,27)
#5E4518
(94,69,24)
#503B15
(80,59,21)
#423112
(66,49,18)
#34270F
(52,39,15)
#261D0C
(38,29,12)
#181309
(24,19,9)
#000000
(0,0,0)

Tints of #A47727

#A47727
(164,119,39)
#AC833A
(172,131,58)
#B48F4D
(180,143,77)
#BC9B60
(188,155,96)
#C4A773
(196,167,115)
#CCB386
(204,179,134)
#D4BF99
(212,191,153)
#DCCBAC
(220,203,172)
#E4D7BF
(228,215,191)
#ECE3D2
(236,227,210)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47727; }

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

This text font color is #A47727.


Background Color

.myBgColor { background-color: #A47727; }

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

This div background color is #A47727.


Border color

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

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

This div border color is #A47727.


Opacity

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

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

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

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

This text has shadow with #A47727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47727 on black background.


Color preview on white background

This text has color #A47727 on white background.



Black color preview on #A47727 background

This text has black color on #A47727 background.


White color preview on #A47727 background

This text has white color on #A47727 background.