COLOR #A37E3F

HEX: #A37E3F
RGB: (163,126,63)

Color info

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

RGB color model

#A37E3F color RGB value is (163,126,63).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 63 of 255 = 25%

163
126
63

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 63 = 352 (100%)
R 163 of 352 ~ 46.31%
G 126 of 352 ~ 35.8%
B 63 of 352 ~ 17.9%

%46.31
%35.8
%17.9

CMYK color model

#A37E3F color CMYK value is (0,23,61,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 61.35%
  • key color value is 36.08%
CMYK:
(0,23,61,36)
C0M23Y61K36 
(0%,23%,61%,36%)
(0.00/0.23/0.61/0.36)	

CMYK percentages

%0
%22.7
%61.35
%36.08

Codes

Color #A37E3F in popluar color models

A37E3F
RGB16312663
HSL38°44.25%44.31%
HSB/HSV38°61.35%63.92%
CMYK0.00%22.70%61.35%
36.08%

Color #A37E3F in popluar number systems.

HEXA37E3F
Decimal16312663
Binary101000111111110111111
Octal24317677

Shades and tints

Shades of #A37E3F

#A37E3F
(163,126,63)
#95733A
(149,115,58)
#876835
(135,104,53)
#795D30
(121,93,48)
#6B522B
(107,82,43)
#5D4726
(93,71,38)
#4F3C21
(79,60,33)
#41311C
(65,49,28)
#332617
(51,38,23)
#251B12
(37,27,18)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #A37E3F

#A37E3F
(163,126,63)
#AB8950
(171,137,80)
#B39461
(179,148,97)
#BB9F72
(187,159,114)
#C3AA83
(195,170,131)
#CBB594
(203,181,148)
#D3C0A5
(211,192,165)
#DBCBB6
(219,203,182)
#E3D6C7
(227,214,199)
#EBE1D8
(235,225,216)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37E3F; }

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

This text font color is #A37E3F.


Background Color

.myBgColor { background-color: #A37E3F; }

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

This div background color is #A37E3F.


Border color

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

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

This div border color is #A37E3F.


Opacity

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

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

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

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

This text has shadow with #A37E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E3F on black background.


Color preview on white background

This text has color #A37E3F on white background.



Black color preview on #A37E3F background

This text has black color on #A37E3F background.


White color preview on #A37E3F background

This text has white color on #A37E3F background.