COLOR #A37449

HEX: #A37449
RGB: (163,116,73)

Color info

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

RGB color model

#A37449 color RGB value is (163,116,73).

  • red value is 163;
  • green value is 116;
  • blue value is 73.
RGB:
(163,116,73)
(64%,45%,29%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 73 of 255 = 29%

163
116
73

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 73 = 352 (100%)
R 163 of 352 ~ 46.31%
G 116 of 352 ~ 32.95%
B 73 of 352 ~ 20.74%

%46.31
%32.95
%20.74

CMYK color model

#A37449 color CMYK value is (0,29,55,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(0,29,55,36)
C0M29Y55K36 
(0%,29%,55%,36%)
(0.00/0.29/0.55/0.36)	

CMYK percentages

%0
%28.83
%55.21
%36.08

Codes

Color #A37449 in popluar color models

A37449
RGB16311673
HSL29°38.14%46.27%
HSB/HSV29°55.21%63.92%
CMYK0.00%28.83%55.21%
36.08%

Color #A37449 in popluar number systems.

HEXA37449
Decimal16311673
Binary1010001111101001001001
Octal243164111

Shades and tints

Shades of #A37449

#A37449
(163,116,73)
#956A43
(149,106,67)
#87603D
(135,96,61)
#795637
(121,86,55)
#6B4C31
(107,76,49)
#5D422B
(93,66,43)
#4F3825
(79,56,37)
#412E1F
(65,46,31)
#332419
(51,36,25)
#251A13
(37,26,19)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #A37449

#A37449
(163,116,73)
#AB8059
(171,128,89)
#B38C69
(179,140,105)
#BB9879
(187,152,121)
#C3A489
(195,164,137)
#CBB099
(203,176,153)
#D3BCA9
(211,188,169)
#DBC8B9
(219,200,185)
#E3D4C9
(227,212,201)
#EBE0D9
(235,224,217)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37449 color. Also use rgb(163,116,73) instead hex code.

Text Font Color

.myTextColor { color: #A37449; }

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

This text font color is #A37449.


Background Color

.myBgColor { background-color: #A37449; }

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

This div background color is #A37449.


Border color

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

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

This div border color is #A37449.


Opacity

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

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

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

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

This text has shadow with #A37449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37449 on black background.


Color preview on white background

This text has color #A37449 on white background.



Black color preview on #A37449 background

This text has black color on #A37449 background.


White color preview on #A37449 background

This text has white color on #A37449 background.