COLOR #A37C83

HEX: #A37C83
RGB: (163,124,131)

Color info

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

RGB color model

#A37C83 color RGB value is (163,124,131).

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

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 131 of 255 = 51%

163
124
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 131 = 418 (100%)
R 163 of 418 ~ 39%
G 124 of 418 ~ 29.67%
B 131 of 418 ~ 31.34%

%39
%29.67
%31.34

CMYK color model

#A37C83 color CMYK value is (0,24,20,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(0,24,20,36)
C0M24Y20K36 
(0%,24%,20%,36%)
(0.00/0.24/0.20/0.36)	

CMYK percentages

%0
%23.93
%19.63
%36.08

Codes

Color #A37C83 in popluar color models

A37C83
RGB163124131
HSL349°17.49%56.27%
HSB/HSV349°23.93%63.92%
CMYK0.00%23.93%19.63%
36.08%

Color #A37C83 in popluar number systems.

HEXA37C83
Decimal163124131
Binary10100011111110010000011
Octal243174203

Shades and tints

Shades of #A37C83

#A37C83
(163,124,131)
#957178
(149,113,120)
#87666D
(135,102,109)
#795B62
(121,91,98)
#6B5057
(107,80,87)
#5D454C
(93,69,76)
#4F3A41
(79,58,65)
#412F36
(65,47,54)
#33242B
(51,36,43)
#251920
(37,25,32)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A37C83

#A37C83
(163,124,131)
#AB878E
(171,135,142)
#B39299
(179,146,153)
#BB9DA4
(187,157,164)
#C3A8AF
(195,168,175)
#CBB3BA
(203,179,186)
#D3BEC5
(211,190,197)
#DBC9D0
(219,201,208)
#E3D4DB
(227,212,219)
#EBDFE6
(235,223,230)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C83; }

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

This text font color is #A37C83.


Background Color

.myBgColor { background-color: #A37C83; }

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

This div background color is #A37C83.


Border color

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

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

This div border color is #A37C83.


Opacity

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

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

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

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

This text has shadow with #A37C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C83 on black background.


Color preview on white background

This text has color #A37C83 on white background.



Black color preview on #A37C83 background

This text has black color on #A37C83 background.


White color preview on #A37C83 background

This text has white color on #A37C83 background.