COLOR #A3314D

HEX: #A3314D
RGB: (163,49,77)

Color info

#A3314D contains mainly red color. Web safe color of #A3314D is #993333 (or #933).

RGB color model

#A3314D color RGB value is (163,49,77).

  • red value is 163;
  • green value is 49;
  • blue value is 77.
RGB:
(163,49,77)
(64%,19%,30%)

RGB channels and saturation

R 163 of 255 = 64%
G 49 of 255 = 19%
B 77 of 255 = 30%

163
49
77

R + G + B ~ 38%. #A3314D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 49 + 77 = 289 (100%)
R 163 of 289 ~ 56.4%
G 49 of 289 ~ 16.96%
B 77 of 289 ~ 26.64%

%56.4
%16.96
%26.64

CMYK color model

#A3314D color CMYK value is (0,70,53,36).

  • cyan value is 0.00%
  • magenta value is 69.94%
  • yellow value is 52.76%
  • key color value is 36.08%
CMYK:
(0,70,53,36)
C0M70Y53K36 
(0%,70%,53%,36%)
(0.00/0.70/0.53/0.36)	

CMYK percentages

%0
%69.94
%52.76
%36.08

Codes

Color #A3314D in popluar color models

A3314D
RGB1634977
HSL345°53.77%41.57%
HSB/HSV345°69.94%63.92%
CMYK0.00%69.94%52.76%
36.08%

Color #A3314D in popluar number systems.

HEXA3314D
Decimal1634977
Binary101000111100011001101
Octal24361115

Shades and tints

Shades of #A3314D

#A3314D
(163,49,77)
#952D46
(149,45,70)
#87293F
(135,41,63)
#792538
(121,37,56)
#6B2131
(107,33,49)
#5D1D2A
(93,29,42)
#4F1923
(79,25,35)
#41151C
(65,21,28)
#331115
(51,17,21)
#250D0E
(37,13,14)
#170907
(23,9,7)
#000000
(0,0,0)

Tints of #A3314D

#A3314D
(163,49,77)
#AB435D
(171,67,93)
#B3556D
(179,85,109)
#BB677D
(187,103,125)
#C3798D
(195,121,141)
#CB8B9D
(203,139,157)
#D39DAD
(211,157,173)
#DBAFBD
(219,175,189)
#E3C1CD
(227,193,205)
#EBD3DD
(235,211,221)
#F3E5ED
(243,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3314D color. Also use rgb(163,49,77) instead hex code.

Text Font Color

.myTextColor { color: #A3314D; }

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

This text font color is #A3314D.


Background Color

.myBgColor { background-color: #A3314D; }

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

This div background color is #A3314D.


Border color

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

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

This div border color is #A3314D.


Opacity

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

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

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

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

This text has shadow with #A3314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3314D on black background.


Color preview on white background

This text has color #A3314D on white background.



Black color preview on #A3314D background

This text has black color on #A3314D background.


White color preview on #A3314D background

This text has white color on #A3314D background.