COLOR #A3396D

HEX: #A3396D
RGB: (163,57,109)

Color info

#A3396D contains mainly red and blue colors. Web safe color of #A3396D is #993366 (or #936).

RGB color model

#A3396D color RGB value is (163,57,109).

  • red value is 163;
  • green value is 57;
  • blue value is 109.
RGB:
(163,57,109)
(64%,22%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 57 of 255 = 22%
B 109 of 255 = 43%

163
57
109

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

Portions of RGB colors in percentages

R + G + B =
163 + 57 + 109 = 329 (100%)
R 163 of 329 ~ 49.54%
G 57 of 329 ~ 17.33%
B 109 of 329 ~ 33.13%

%49.54
%17.33
%33.13

CMYK color model

#A3396D color CMYK value is (0,65,33,36).

  • cyan value is 0.00%
  • magenta value is 65.03%
  • yellow value is 33.13%
  • key color value is 36.08%
CMYK:
(0,65,33,36)
C0M65Y33K36 
(0%,65%,33%,36%)
(0.00/0.65/0.33/0.36)	

CMYK percentages

%0
%65.03
%33.13
%36.08

Codes

Color #A3396D in popluar color models

A3396D
RGB16357109
HSL331°48.18%43.14%
HSB/HSV331°65.03%63.92%
CMYK0.00%65.03%33.13%
36.08%

Color #A3396D in popluar number systems.

HEXA3396D
Decimal16357109
Binary101000111110011101101
Octal24371155

Shades and tints

Shades of #A3396D

#A3396D
(163,57,109)
#953464
(149,52,100)
#872F5B
(135,47,91)
#792A52
(121,42,82)
#6B2549
(107,37,73)
#5D2040
(93,32,64)
#4F1B37
(79,27,55)
#41162E
(65,22,46)
#331125
(51,17,37)
#250C1C
(37,12,28)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #A3396D

#A3396D
(163,57,109)
#AB4B7A
(171,75,122)
#B35D87
(179,93,135)
#BB6F94
(187,111,148)
#C381A1
(195,129,161)
#CB93AE
(203,147,174)
#D3A5BB
(211,165,187)
#DBB7C8
(219,183,200)
#E3C9D5
(227,201,213)
#EBDBE2
(235,219,226)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3396D color. Also use rgb(163,57,109) instead hex code.

Text Font Color

.myTextColor { color: #A3396D; }

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

This text font color is #A3396D.


Background Color

.myBgColor { background-color: #A3396D; }

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

This div background color is #A3396D.


Border color

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

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

This div border color is #A3396D.


Opacity

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

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

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

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

This text has shadow with #A3396D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3396D on black background.


Color preview on white background

This text has color #A3396D on white background.



Black color preview on #A3396D background

This text has black color on #A3396D background.


White color preview on #A3396D background

This text has white color on #A3396D background.