COLOR #A37C7F

HEX: #A37C7F RGB: (163,124,127)

Color info

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

RGB color model

#A37C7F color RGB value is (163,124,127).

RGB: (163,124,127) (64%, 49%, 50%)

RGB channels and saturation

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

163
124
127

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

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 127 = 414 (100%)
R 163 of 414 ~ 39.37%
G 124 of 414 ~ 29.95%
B 127 of 414 ~ 30.68'%

%39.37
%29.95
%30.68

CMYK color model

#A37C7F color CMYK value is (0,24,22,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 22.09%
  • key color value is 36.08%

CMYK: (0,24,22,36)
C0M24Y22K36 (0%, 24%, 22%, 36%)
(0.00 / 0.24 / 0.22 / 0.36)

CMYK percentages

%0
%23.93
%22.09
%36.08

Codes

Color #A37C7F in popluar color models

A3 7C 7F
RGB 163 124 127
HSL 355° 17.49% 56.27%
HSB/HSV 355° 23.93% 63.92%
CMYK 0.00% 23.93% 22.09%
36.08%

Color #A37C7F in popluar number systems.

HEX A3 7C 7F
Decimal 163 124 127
Binary 10100011 1111100 1111111
Octal 243 174 177

Shades and tints

Shades of #A37C7F

#A37C7F
(163,124,127)
#957174
(149,113,116)
#876669
(135,102,105)
#795B5E
(121,91,94)
#6B5053
(107,80,83)
#5D4548
(93,69,72)
#4F3A3D
(79,58,61)
#412F32
(65,47,50)
#332427
(51,36,39)
#25191C
(37,25,28)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #A37C7F

#A37C7F
(163,124,127)
#AB878A
(171,135,138)
#B39295
(179,146,149)
#BB9DA0
(187,157,160)
#C3A8AB
(195,168,171)
#CBB3B6
(203,179,182)
#D3BEC1
(211,190,193)
#DBC9CC
(219,201,204)
#E3D4D7
(227,212,215)
#EBDFE2
(235,223,226)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C7F; }

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

This text font color is #A37C7F.

Background Color

.myBgColor { background-color: #A37C7F; }

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

This div background color is #A37C7F.

Border color

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

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

This div border color is #A37C7F.

Opacity

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

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

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

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

This text has shadow with #A37C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37C7F.

Preview

Color preview on black background

This text has color #A37C7F on black background.


Color preview on white background

This text has color #A37C7F on white background.


Black color preview on #A37C7F background

This text has black color on #A37C7F background.


White color preview on #A37C7F background

This text has white color on #A37C7F background.


Related colors

Complementary color

Complementary color for #hex is #5C8380.


I love getcolorcode.com

Triadic colors

1 #7FA37C and #7C7FA3 with #A37C7F are triadic colors.

2 #7F7CA3 and #7CA37F with #A37C7F are triadic colors.