COLOR #A37783

HEX: #A37783
RGB: (163,119,131)

Color info

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

RGB color model

#A37783 color RGB value is (163,119,131).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 131 of 255 = 51%

163
119
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 131 = 413 (100%)
R 163 of 413 ~ 39.47%
G 119 of 413 ~ 28.81%
B 131 of 413 ~ 31.72%

%39.47
%28.81
%31.72

CMYK color model

#A37783 color CMYK value is (0,27,20,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(0,27,20,36)
C0M27Y20K36 
(0%,27%,20%,36%)
(0.00/0.27/0.20/0.36)	

CMYK percentages

%0
%26.99
%19.63
%36.08

Codes

Color #A37783 in popluar color models

A37783
RGB163119131
HSL344°19.30%55.29%
HSB/HSV344°26.99%63.92%
CMYK0.00%26.99%19.63%
36.08%

Color #A37783 in popluar number systems.

HEXA37783
Decimal163119131
Binary10100011111011110000011
Octal243167203

Shades and tints

Shades of #A37783

#A37783
(163,119,131)
#956D78
(149,109,120)
#87636D
(135,99,109)
#795962
(121,89,98)
#6B4F57
(107,79,87)
#5D454C
(93,69,76)
#4F3B41
(79,59,65)
#413136
(65,49,54)
#33272B
(51,39,43)
#251D20
(37,29,32)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A37783

#A37783
(163,119,131)
#AB838E
(171,131,142)
#B38F99
(179,143,153)
#BB9BA4
(187,155,164)
#C3A7AF
(195,167,175)
#CBB3BA
(203,179,186)
#D3BFC5
(211,191,197)
#DBCBD0
(219,203,208)
#E3D7DB
(227,215,219)
#EBE3E6
(235,227,230)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37783; }

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

This text font color is #A37783.


Background Color

.myBgColor { background-color: #A37783; }

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

This div background color is #A37783.


Border color

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

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

This div border color is #A37783.


Opacity

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

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

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

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

This text has shadow with #A37783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37783 on black background.


Color preview on white background

This text has color #A37783 on white background.



Black color preview on #A37783 background

This text has black color on #A37783 background.


White color preview on #A37783 background

This text has white color on #A37783 background.