COLOR #A37D42

HEX: #A37D42
RGB: (163,125,66)

Color info

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

RGB color model

#A37D42 color RGB value is (163,125,66).

  • red value is 163;
  • green value is 125;
  • blue value is 66.
RGB:
(163,125,66)
(64%,49%,26%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 66 of 255 = 26%

163
125
66

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 66 = 354 (100%)
R 163 of 354 ~ 46.05%
G 125 of 354 ~ 35.31%
B 66 of 354 ~ 18.64%

%46.05
%35.31
%18.64

CMYK color model

#A37D42 color CMYK value is (0,23,60,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(0,23,60,36)
C0M23Y60K36 
(0%,23%,60%,36%)
(0.00/0.23/0.60/0.36)	

CMYK percentages

%0
%23.31
%59.51
%36.08

Codes

Color #A37D42 in popluar color models

A37D42
RGB16312566
HSL36°42.36%44.90%
HSB/HSV36°59.51%63.92%
CMYK0.00%23.31%59.51%
36.08%

Color #A37D42 in popluar number systems.

HEXA37D42
Decimal16312566
Binary1010001111111011000010
Octal243175102

Shades and tints

Shades of #A37D42

#A37D42
(163,125,66)
#95723C
(149,114,60)
#876736
(135,103,54)
#795C30
(121,92,48)
#6B512A
(107,81,42)
#5D4624
(93,70,36)
#4F3B1E
(79,59,30)
#413018
(65,48,24)
#332512
(51,37,18)
#251A0C
(37,26,12)
#170F06
(23,15,6)
#000000
(0,0,0)

Tints of #A37D42

#A37D42
(163,125,66)
#AB8853
(171,136,83)
#B39364
(179,147,100)
#BB9E75
(187,158,117)
#C3A986
(195,169,134)
#CBB497
(203,180,151)
#D3BFA8
(211,191,168)
#DBCAB9
(219,202,185)
#E3D5CA
(227,213,202)
#EBE0DB
(235,224,219)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37D42 color. Also use rgb(163,125,66) instead hex code.

Text Font Color

.myTextColor { color: #A37D42; }

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

This text font color is #A37D42.


Background Color

.myBgColor { background-color: #A37D42; }

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

This div background color is #A37D42.


Border color

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

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

This div border color is #A37D42.


Opacity

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

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

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

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

This text has shadow with #A37D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D42 on black background.


Color preview on white background

This text has color #A37D42 on white background.



Black color preview on #A37D42 background

This text has black color on #A37D42 background.


White color preview on #A37D42 background

This text has white color on #A37D42 background.