COLOR #A37E4D

HEX: #A37E4D
RGB: (163,126,77)

Color info

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

RGB color model

#A37E4D color RGB value is (163,126,77).

  • red value is 163;
  • green value is 126;
  • blue value is 77.
RGB:
(163,126,77)
(64%,49%,30%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 77 of 255 = 30%

163
126
77

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 77 = 366 (100%)
R 163 of 366 ~ 44.54%
G 126 of 366 ~ 34.43%
B 77 of 366 ~ 21.04%

%44.54
%34.43
%21.04

CMYK color model

#A37E4D color CMYK value is (0,23,53,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 52.76%
  • key color value is 36.08%
CMYK:
(0,23,53,36)
C0M23Y53K36 
(0%,23%,53%,36%)
(0.00/0.23/0.53/0.36)	

CMYK percentages

%0
%22.7
%52.76
%36.08

Codes

Color #A37E4D in popluar color models

A37E4D
RGB16312677
HSL34°35.83%47.06%
HSB/HSV34°52.76%63.92%
CMYK0.00%22.70%52.76%
36.08%

Color #A37E4D in popluar number systems.

HEXA37E4D
Decimal16312677
Binary1010001111111101001101
Octal243176115

Shades and tints

Shades of #A37E4D

#A37E4D
(163,126,77)
#957346
(149,115,70)
#87683F
(135,104,63)
#795D38
(121,93,56)
#6B5231
(107,82,49)
#5D472A
(93,71,42)
#4F3C23
(79,60,35)
#41311C
(65,49,28)
#332615
(51,38,21)
#251B0E
(37,27,14)
#171007
(23,16,7)
#000000
(0,0,0)

Tints of #A37E4D

#A37E4D
(163,126,77)
#AB895D
(171,137,93)
#B3946D
(179,148,109)
#BB9F7D
(187,159,125)
#C3AA8D
(195,170,141)
#CBB59D
(203,181,157)
#D3C0AD
(211,192,173)
#DBCBBD
(219,203,189)
#E3D6CD
(227,214,205)
#EBE1DD
(235,225,221)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37E4D color. Also use rgb(163,126,77) instead hex code.

Text Font Color

.myTextColor { color: #A37E4D; }

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

This text font color is #A37E4D.


Background Color

.myBgColor { background-color: #A37E4D; }

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

This div background color is #A37E4D.


Border color

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

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

This div border color is #A37E4D.


Opacity

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

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

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

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

This text has shadow with #A37E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E4D on black background.


Color preview on white background

This text has color #A37E4D on white background.



Black color preview on #A37E4D background

This text has black color on #A37E4D background.


White color preview on #A37E4D background

This text has white color on #A37E4D background.