COLOR #A37F7D

HEX: #A37F7D
RGB: (163,127,125)

Color info

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

RGB color model

#A37F7D color RGB value is (163,127,125).

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

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 125 of 255 = 49%

163
127
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 125 = 415 (100%)
R 163 of 415 ~ 39.28%
G 127 of 415 ~ 30.6%
B 125 of 415 ~ 30.12%

%39.28
%30.6
%30.12

CMYK color model

#A37F7D color CMYK value is (0,22,23,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(0,22,23,36)
C0M22Y23K36 
(0%,22%,23%,36%)
(0.00/0.22/0.23/0.36)	

CMYK percentages

%0
%22.09
%23.31
%36.08

Codes

Color #A37F7D in popluar color models

A37F7D
RGB163127125
HSL17.12%56.47%
HSB/HSV23.31%63.92%
CMYK0.00%22.09%23.31%
36.08%

Color #A37F7D in popluar number systems.

HEXA37F7D
Decimal163127125
Binary1010001111111111111101
Octal243177175

Shades and tints

Shades of #A37F7D

#A37F7D
(163,127,125)
#957472
(149,116,114)
#876967
(135,105,103)
#795E5C
(121,94,92)
#6B5351
(107,83,81)
#5D4846
(93,72,70)
#4F3D3B
(79,61,59)
#413230
(65,50,48)
#332725
(51,39,37)
#251C1A
(37,28,26)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A37F7D

#A37F7D
(163,127,125)
#AB8A88
(171,138,136)
#B39593
(179,149,147)
#BBA09E
(187,160,158)
#C3ABA9
(195,171,169)
#CBB6B4
(203,182,180)
#D3C1BF
(211,193,191)
#DBCCCA
(219,204,202)
#E3D7D5
(227,215,213)
#EBE2E0
(235,226,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F7D; }

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

This text font color is #A37F7D.


Background Color

.myBgColor { background-color: #A37F7D; }

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

This div background color is #A37F7D.


Border color

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

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

This div border color is #A37F7D.


Opacity

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

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

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

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

This text has shadow with #A37F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F7D on black background.


Color preview on white background

This text has color #A37F7D on white background.



Black color preview on #A37F7D background

This text has black color on #A37F7D background.


White color preview on #A37F7D background

This text has white color on #A37F7D background.