COLOR #A37C7D

HEX: #A37C7D RGB: (163,124,125)

Color info

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

RGB color model

#A37C7D color RGB value is (163,124,125).

RGB: (163,124,125) (64%, 49%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 125 of 255 = 49%

163
124
125

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

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 125 = 412 (100%)
R 163 of 412 ~ 39.56%
G 124 of 412 ~ 30.1%
B 125 of 412 ~ 30.34'%

%39.56
%30.1
%30.34

CMYK color model

#A37C7D color CMYK value is (0,24,23,36).

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

CMYK: (0,24,23,36)
C0M24Y23K36 (0%, 24%, 23%, 36%)
(0.00 / 0.24 / 0.23 / 0.36)

CMYK percentages

%0
%23.93
%23.31
%36.08

Codes

Color #A37C7D in popluar color models

A3 7C 7D
RGB 163 124 125
HSL 358° 17.49% 56.27%
HSB/HSV 358° 23.93% 63.92%
CMYK 0.00% 23.93% 23.31%
36.08%

Color #A37C7D in popluar number systems.

HEX A3 7C 7D
Decimal 163 124 125
Binary 10100011 1111100 1111101
Octal 243 174 175

Shades and tints

Shades of #A37C7D

#A37C7D
(163,124,125)
#957172
(149,113,114)
#876667
(135,102,103)
#795B5C
(121,91,92)
#6B5051
(107,80,81)
#5D4546
(93,69,70)
#4F3A3B
(79,58,59)
#412F30
(65,47,48)
#332425
(51,36,37)
#25191A
(37,25,26)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A37C7D

#A37C7D
(163,124,125)
#AB8788
(171,135,136)
#B39293
(179,146,147)
#BB9D9E
(187,157,158)
#C3A8A9
(195,168,169)
#CBB3B4
(203,179,180)
#D3BEBF
(211,190,191)
#DBC9CA
(219,201,202)
#E3D4D5
(227,212,213)
#EBDFE0
(235,223,224)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C7D; }

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

This text font color is #A37C7D.

Background Color

.myBgColor { background-color: #A37C7D; }

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

This div background color is #A37C7D.

Border color

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

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

This div border color is #A37C7D.

Opacity

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

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

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

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

This text has shadow with #A37C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37C7D.

Preview

Color preview on black background

This text has color #A37C7D on black background.


Color preview on white background

This text has color #A37C7D on white background.


Black color preview on #A37C7D background

This text has black color on #A37C7D background.


White color preview on #A37C7D background

This text has white color on #A37C7D background.


Related colors

Complementary color

Complementary color for #hex is #5C8382.


I love getcolorcode.com

Triadic colors

1 #7DA37C and #7C7DA3 with #A37C7D are triadic colors.

2 #7D7CA3 and #7CA37D with #A37C7D are triadic colors.