COLOR #A37C48

HEX: #A37C48
RGB: (163,124,72)

Color info

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

RGB color model

#A37C48 color RGB value is (163,124,72).

  • red value is 163;
  • green value is 124;
  • blue value is 72.
RGB:
(163,124,72)
(64%,49%,28%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 72 of 255 = 28%

163
124
72

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 72 = 359 (100%)
R 163 of 359 ~ 45.4%
G 124 of 359 ~ 34.54%
B 72 of 359 ~ 20.06%

%45.4
%34.54
%20.06

CMYK color model

#A37C48 color CMYK value is (0,24,56,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 55.83%
  • key color value is 36.08%
CMYK:
(0,24,56,36)
C0M24Y56K36 
(0%,24%,56%,36%)
(0.00/0.24/0.56/0.36)	

CMYK percentages

%0
%23.93
%55.83
%36.08

Codes

Color #A37C48 in popluar color models

A37C48
RGB16312472
HSL34°38.72%46.08%
HSB/HSV34°55.83%63.92%
CMYK0.00%23.93%55.83%
36.08%

Color #A37C48 in popluar number systems.

HEXA37C48
Decimal16312472
Binary1010001111111001001000
Octal243174110

Shades and tints

Shades of #A37C48

#A37C48
(163,124,72)
#957142
(149,113,66)
#87663C
(135,102,60)
#795B36
(121,91,54)
#6B5030
(107,80,48)
#5D452A
(93,69,42)
#4F3A24
(79,58,36)
#412F1E
(65,47,30)
#332418
(51,36,24)
#251912
(37,25,18)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A37C48

#A37C48
(163,124,72)
#AB8758
(171,135,88)
#B39268
(179,146,104)
#BB9D78
(187,157,120)
#C3A888
(195,168,136)
#CBB398
(203,179,152)
#D3BEA8
(211,190,168)
#DBC9B8
(219,201,184)
#E3D4C8
(227,212,200)
#EBDFD8
(235,223,216)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37C48 color. Also use rgb(163,124,72) instead hex code.

Text Font Color

.myTextColor { color: #A37C48; }

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

This text font color is #A37C48.


Background Color

.myBgColor { background-color: #A37C48; }

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

This div background color is #A37C48.


Border color

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

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

This div border color is #A37C48.


Opacity

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

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

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

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

This text has shadow with #A37C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C48 on black background.


Color preview on white background

This text has color #A37C48 on white background.



Black color preview on #A37C48 background

This text has black color on #A37C48 background.


White color preview on #A37C48 background

This text has white color on #A37C48 background.