COLOR #A37C8F

HEX: #A37C8F
RGB: (163,124,143)

Color info

#A37C8F contains red, green and blue colors in about the same proportion. Web safe color of #A37C8F is #996699 (or #969).

RGB color model

#A37C8F color RGB value is (163,124,143).

  • red value is 163;
  • green value is 124;
  • blue value is 143.
RGB:
(163,124,143)
(64%,49%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 143 of 255 = 56%

163
124
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 143 = 430 (100%)
R 163 of 430 ~ 37.91%
G 124 of 430 ~ 28.84%
B 143 of 430 ~ 33.26%

%37.91
%28.84
%33.26

CMYK color model

#A37C8F color CMYK value is (0,24,12,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,24,12,36)
C0M24Y12K36 
(0%,24%,12%,36%)
(0.00/0.24/0.12/0.36)	

CMYK percentages

%0
%23.93
%12.27
%36.08

Codes

Color #A37C8F in popluar color models

A37C8F
RGB163124143
HSL331°17.49%56.27%
HSB/HSV331°23.93%63.92%
CMYK0.00%23.93%12.27%
36.08%

Color #A37C8F in popluar number systems.

HEXA37C8F
Decimal163124143
Binary10100011111110010001111
Octal243174217

Shades and tints

Shades of #A37C8F

#A37C8F
(163,124,143)
#957182
(149,113,130)
#876675
(135,102,117)
#795B68
(121,91,104)
#6B505B
(107,80,91)
#5D454E
(93,69,78)
#4F3A41
(79,58,65)
#412F34
(65,47,52)
#332427
(51,36,39)
#25191A
(37,25,26)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #A37C8F

#A37C8F
(163,124,143)
#AB8799
(171,135,153)
#B392A3
(179,146,163)
#BB9DAD
(187,157,173)
#C3A8B7
(195,168,183)
#CBB3C1
(203,179,193)
#D3BECB
(211,190,203)
#DBC9D5
(219,201,213)
#E3D4DF
(227,212,223)
#EBDFE9
(235,223,233)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C8F; }

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

This text font color is #A37C8F.


Background Color

.myBgColor { background-color: #A37C8F; }

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

This div background color is #A37C8F.


Border color

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

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

This div border color is #A37C8F.


Opacity

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

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

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

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

This text has shadow with #A37C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C8F on black background.


Color preview on white background

This text has color #A37C8F on white background.



Black color preview on #A37C8F background

This text has black color on #A37C8F background.


White color preview on #A37C8F background

This text has white color on #A37C8F background.