COLOR #A37124

HEX: #A37124
RGB: (163,113,36)

Color info

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

RGB color model

#A37124 color RGB value is (163,113,36).

  • red value is 163;
  • green value is 113;
  • blue value is 36.
RGB:
(163,113,36)
(64%,44%,14%)

RGB channels and saturation

R 163 of 255 = 64%
G 113 of 255 = 44%
B 36 of 255 = 14%

163
113
36

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

Portions of RGB colors in percentages

R + G + B =
163 + 113 + 36 = 312 (100%)
R 163 of 312 ~ 52.24%
G 113 of 312 ~ 36.22%
B 36 of 312 ~ 11.54%

%52.24
%36.22
%11.54

CMYK color model

#A37124 color CMYK value is (0,31,78,36).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 77.91%
  • key color value is 36.08%
CMYK:
(0,31,78,36)
C0M31Y78K36 
(0%,31%,78%,36%)
(0.00/0.31/0.78/0.36)	

CMYK percentages

%0
%30.67
%77.91
%36.08

Codes

Color #A37124 in popluar color models

A37124
RGB16311336
HSL36°63.82%39.02%
HSB/HSV36°77.91%63.92%
CMYK0.00%30.67%77.91%
36.08%

Color #A37124 in popluar number systems.

HEXA37124
Decimal16311336
Binary101000111110001100100
Octal24316144

Shades and tints

Shades of #A37124

#A37124
(163,113,36)
#956721
(149,103,33)
#875D1E
(135,93,30)
#79531B
(121,83,27)
#6B4918
(107,73,24)
#5D3F15
(93,63,21)
#4F3512
(79,53,18)
#412B0F
(65,43,15)
#33210C
(51,33,12)
#251709
(37,23,9)
#170D06
(23,13,6)
#000000
(0,0,0)

Tints of #A37124

#A37124
(163,113,36)
#AB7D37
(171,125,55)
#B3894A
(179,137,74)
#BB955D
(187,149,93)
#C3A170
(195,161,112)
#CBAD83
(203,173,131)
#D3B996
(211,185,150)
#DBC5A9
(219,197,169)
#E3D1BC
(227,209,188)
#EBDDCF
(235,221,207)
#F3E9E2
(243,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37124 color. Also use rgb(163,113,36) instead hex code.

Text Font Color

.myTextColor { color: #A37124; }

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

This text font color is #A37124.


Background Color

.myBgColor { background-color: #A37124; }

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

This div background color is #A37124.


Border color

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

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

This div border color is #A37124.


Opacity

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

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

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

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

This text has shadow with #A37124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37124 on black background.


Color preview on white background

This text has color #A37124 on white background.



Black color preview on #A37124 background

This text has black color on #A37124 background.


White color preview on #A37124 background

This text has white color on #A37124 background.