COLOR #A37C4D

HEX: #A37C4D
RGB: (163,124,77)

Color info

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

RGB color model

#A37C4D color RGB value is (163,124,77).

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

RGB channels and saturation

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

163
124
77

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 77 = 364 (100%)
R 163 of 364 ~ 44.78%
G 124 of 364 ~ 34.07%
B 77 of 364 ~ 21.15%

%44.78
%34.07
%21.15

CMYK color model

#A37C4D color CMYK value is (0,24,53,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 52.76%
  • key color value is 36.08%
CMYK:
(0,24,53,36)
C0M24Y53K36 
(0%,24%,53%,36%)
(0.00/0.24/0.53/0.36)	

CMYK percentages

%0
%23.93
%52.76
%36.08

Codes

Color #A37C4D in popluar color models

A37C4D
RGB16312477
HSL33°35.83%47.06%
HSB/HSV33°52.76%63.92%
CMYK0.00%23.93%52.76%
36.08%

Color #A37C4D in popluar number systems.

HEXA37C4D
Decimal16312477
Binary1010001111111001001101
Octal243174115

Shades and tints

Shades of #A37C4D

#A37C4D
(163,124,77)
#957146
(149,113,70)
#87663F
(135,102,63)
#795B38
(121,91,56)
#6B5031
(107,80,49)
#5D452A
(93,69,42)
#4F3A23
(79,58,35)
#412F1C
(65,47,28)
#332415
(51,36,21)
#25190E
(37,25,14)
#170E07
(23,14,7)
#000000
(0,0,0)

Tints of #A37C4D

#A37C4D
(163,124,77)
#AB875D
(171,135,93)
#B3926D
(179,146,109)
#BB9D7D
(187,157,125)
#C3A88D
(195,168,141)
#CBB39D
(203,179,157)
#D3BEAD
(211,190,173)
#DBC9BD
(219,201,189)
#E3D4CD
(227,212,205)
#EBDFDD
(235,223,221)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C4D; }

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

This text font color is #A37C4D.


Background Color

.myBgColor { background-color: #A37C4D; }

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

This div background color is #A37C4D.


Border color

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

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

This div border color is #A37C4D.


Opacity

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

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

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

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

This text has shadow with #A37C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C4D on black background.


Color preview on white background

This text has color #A37C4D on white background.



Black color preview on #A37C4D background

This text has black color on #A37C4D background.


White color preview on #A37C4D background

This text has white color on #A37C4D background.