COLOR #A37E3B

HEX: #A37E3B
RGB: (163,126,59)

Color info

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

RGB color model

#A37E3B color RGB value is (163,126,59).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 59 of 255 = 23%

163
126
59

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 59 = 348 (100%)
R 163 of 348 ~ 46.84%
G 126 of 348 ~ 36.21%
B 59 of 348 ~ 16.95%

%46.84
%36.21
%16.95

CMYK color model

#A37E3B color CMYK value is (0,23,64,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 63.80%
  • key color value is 36.08%
CMYK:
(0,23,64,36)
C0M23Y64K36 
(0%,23%,64%,36%)
(0.00/0.23/0.64/0.36)	

CMYK percentages

%0
%22.7
%63.8
%36.08

Codes

Color #A37E3B in popluar color models

A37E3B
RGB16312659
HSL39°46.85%43.53%
HSB/HSV39°63.80%63.92%
CMYK0.00%22.70%63.80%
36.08%

Color #A37E3B in popluar number systems.

HEXA37E3B
Decimal16312659
Binary101000111111110111011
Octal24317673

Shades and tints

Shades of #A37E3B

#A37E3B
(163,126,59)
#957336
(149,115,54)
#876831
(135,104,49)
#795D2C
(121,93,44)
#6B5227
(107,82,39)
#5D4722
(93,71,34)
#4F3C1D
(79,60,29)
#413118
(65,49,24)
#332613
(51,38,19)
#251B0E
(37,27,14)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #A37E3B

#A37E3B
(163,126,59)
#AB894C
(171,137,76)
#B3945D
(179,148,93)
#BB9F6E
(187,159,110)
#C3AA7F
(195,170,127)
#CBB590
(203,181,144)
#D3C0A1
(211,192,161)
#DBCBB2
(219,203,178)
#E3D6C3
(227,214,195)
#EBE1D4
(235,225,212)
#F3ECE5
(243,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37E3B; }

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

This text font color is #A37E3B.


Background Color

.myBgColor { background-color: #A37E3B; }

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

This div background color is #A37E3B.


Border color

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

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

This div border color is #A37E3B.


Opacity

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

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

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

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

This text has shadow with #A37E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E3B on black background.


Color preview on white background

This text has color #A37E3B on white background.



Black color preview on #A37E3B background

This text has black color on #A37E3B background.


White color preview on #A37E3B background

This text has white color on #A37E3B background.