COLOR #A37D74

HEX: #A37D74
RGB: (163,125,116)

Color info

#A37D74 contains red, green and blue colors in about the same proportion. Web safe color of #A37D74 is #996666 (or #966).

RGB color model

#A37D74 color RGB value is (163,125,116).

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

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 116 of 255 = 45%

163
125
116

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 116 = 404 (100%)
R 163 of 404 ~ 40.35%
G 125 of 404 ~ 30.94%
B 116 of 404 ~ 28.71%

%40.35
%30.94
%28.71

CMYK color model

#A37D74 color CMYK value is (0,23,29,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 28.83%
  • key color value is 36.08%
CMYK:
(0,23,29,36)
C0M23Y29K36 
(0%,23%,29%,36%)
(0.00/0.23/0.29/0.36)	

CMYK percentages

%0
%23.31
%28.83
%36.08

Codes

Color #A37D74 in popluar color models

A37D74
RGB163125116
HSL11°20.35%54.71%
HSB/HSV11°28.83%63.92%
CMYK0.00%23.31%28.83%
36.08%

Color #A37D74 in popluar number systems.

HEXA37D74
Decimal163125116
Binary1010001111111011110100
Octal243175164

Shades and tints

Shades of #A37D74

#A37D74
(163,125,116)
#95726A
(149,114,106)
#876760
(135,103,96)
#795C56
(121,92,86)
#6B514C
(107,81,76)
#5D4642
(93,70,66)
#4F3B38
(79,59,56)
#41302E
(65,48,46)
#332524
(51,37,36)
#251A1A
(37,26,26)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #A37D74

#A37D74
(163,125,116)
#AB8880
(171,136,128)
#B3938C
(179,147,140)
#BB9E98
(187,158,152)
#C3A9A4
(195,169,164)
#CBB4B0
(203,180,176)
#D3BFBC
(211,191,188)
#DBCAC8
(219,202,200)
#E3D5D4
(227,213,212)
#EBE0E0
(235,224,224)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37D74; }

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

This text font color is #A37D74.


Background Color

.myBgColor { background-color: #A37D74; }

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

This div background color is #A37D74.


Border color

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

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

This div border color is #A37D74.


Opacity

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

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

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

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

This text has shadow with #A37D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D74 on black background.


Color preview on white background

This text has color #A37D74 on white background.



Black color preview on #A37D74 background

This text has black color on #A37D74 background.


White color preview on #A37D74 background

This text has white color on #A37D74 background.