COLOR #A37F52

HEX: #A37F52
RGB: (163,127,82)

Color info

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

RGB color model

#A37F52 color RGB value is (163,127,82).

  • red value is 163;
  • green value is 127;
  • blue value is 82.
RGB:
(163,127,82)
(64%,50%,32%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 82 of 255 = 32%

163
127
82

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 82 = 372 (100%)
R 163 of 372 ~ 43.82%
G 127 of 372 ~ 34.14%
B 82 of 372 ~ 22.04%

%43.82
%34.14
%22.04

CMYK color model

#A37F52 color CMYK value is (0,22,50,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 49.69%
  • key color value is 36.08%
CMYK:
(0,22,50,36)
C0M22Y50K36 
(0%,22%,50%,36%)
(0.00/0.22/0.50/0.36)	

CMYK percentages

%0
%22.09
%49.69
%36.08

Codes

Color #A37F52 in popluar color models

A37F52
RGB16312782
HSL33°33.06%48.04%
HSB/HSV33°49.69%63.92%
CMYK0.00%22.09%49.69%
36.08%

Color #A37F52 in popluar number systems.

HEXA37F52
Decimal16312782
Binary1010001111111111010010
Octal243177122

Shades and tints

Shades of #A37F52

#A37F52
(163,127,82)
#95744B
(149,116,75)
#876944
(135,105,68)
#795E3D
(121,94,61)
#6B5336
(107,83,54)
#5D482F
(93,72,47)
#4F3D28
(79,61,40)
#413221
(65,50,33)
#33271A
(51,39,26)
#251C13
(37,28,19)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #A37F52

#A37F52
(163,127,82)
#AB8A61
(171,138,97)
#B39570
(179,149,112)
#BBA07F
(187,160,127)
#C3AB8E
(195,171,142)
#CBB69D
(203,182,157)
#D3C1AC
(211,193,172)
#DBCCBB
(219,204,187)
#E3D7CA
(227,215,202)
#EBE2D9
(235,226,217)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37F52 color. Also use rgb(163,127,82) instead hex code.

Text Font Color

.myTextColor { color: #A37F52; }

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

This text font color is #A37F52.


Background Color

.myBgColor { background-color: #A37F52; }

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

This div background color is #A37F52.


Border color

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

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

This div border color is #A37F52.


Opacity

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

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

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

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

This text has shadow with #A37F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F52 on black background.


Color preview on white background

This text has color #A37F52 on white background.



Black color preview on #A37F52 background

This text has black color on #A37F52 background.


White color preview on #A37F52 background

This text has white color on #A37F52 background.