COLOR #A3788F

HEX: #A3788F
RGB: (163,120,143)

Color info

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

RGB color model

#A3788F color RGB value is (163,120,143).

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

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 143 of 255 = 56%

163
120
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 143 = 426 (100%)
R 163 of 426 ~ 38.26%
G 120 of 426 ~ 28.17%
B 143 of 426 ~ 33.57%

%38.26
%28.17
%33.57

CMYK color model

#A3788F color CMYK value is (0,26,12,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,26,12,36)
C0M26Y12K36 
(0%,26%,12%,36%)
(0.00/0.26/0.12/0.36)	

CMYK percentages

%0
%26.38
%12.27
%36.08

Codes

Color #A3788F in popluar color models

A3788F
RGB163120143
HSL328°18.94%55.49%
HSB/HSV328°26.38%63.92%
CMYK0.00%26.38%12.27%
36.08%

Color #A3788F in popluar number systems.

HEXA3788F
Decimal163120143
Binary10100011111100010001111
Octal243170217

Shades and tints

Shades of #A3788F

#A3788F
(163,120,143)
#956E82
(149,110,130)
#876475
(135,100,117)
#795A68
(121,90,104)
#6B505B
(107,80,91)
#5D464E
(93,70,78)
#4F3C41
(79,60,65)
#413234
(65,50,52)
#332827
(51,40,39)
#251E1A
(37,30,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A3788F

#A3788F
(163,120,143)
#AB8499
(171,132,153)
#B390A3
(179,144,163)
#BB9CAD
(187,156,173)
#C3A8B7
(195,168,183)
#CBB4C1
(203,180,193)
#D3C0CB
(211,192,203)
#DBCCD5
(219,204,213)
#E3D8DF
(227,216,223)
#EBE4E9
(235,228,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3788F; }

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

This text font color is #A3788F.


Background Color

.myBgColor { background-color: #A3788F; }

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

This div background color is #A3788F.


Border color

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

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

This div border color is #A3788F.


Opacity

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

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

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

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

This text has shadow with #A3788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3788F on black background.


Color preview on white background

This text has color #A3788F on white background.



Black color preview on #A3788F background

This text has black color on #A3788F background.


White color preview on #A3788F background

This text has white color on #A3788F background.