COLOR #A3344D

HEX: #A3344D
RGB: (163,52,77)

Color info

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

RGB color model

#A3344D color RGB value is (163,52,77).

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

RGB channels and saturation

R 163 of 255 = 64%
G 52 of 255 = 20%
B 77 of 255 = 30%

163
52
77

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

Portions of RGB colors in percentages

R + G + B =
163 + 52 + 77 = 292 (100%)
R 163 of 292 ~ 55.82%
G 52 of 292 ~ 17.81%
B 77 of 292 ~ 26.37%

%55.82
%17.81
%26.37

CMYK color model

#A3344D color CMYK value is (0,68,53,36).

  • cyan value is 0.00%
  • magenta value is 68.10%
  • yellow value is 52.76%
  • key color value is 36.08%
CMYK:
(0,68,53,36)
C0M68Y53K36 
(0%,68%,53%,36%)
(0.00/0.68/0.53/0.36)	

CMYK percentages

%0
%68.1
%52.76
%36.08

Codes

Color #A3344D in popluar color models

A3344D
RGB1635277
HSL346°51.63%42.16%
HSB/HSV346°68.10%63.92%
CMYK0.00%68.10%52.76%
36.08%

Color #A3344D in popluar number systems.

HEXA3344D
Decimal1635277
Binary101000111101001001101
Octal24364115

Shades and tints

Shades of #A3344D

#A3344D
(163,52,77)
#953046
(149,48,70)
#872C3F
(135,44,63)
#792838
(121,40,56)
#6B2431
(107,36,49)
#5D202A
(93,32,42)
#4F1C23
(79,28,35)
#41181C
(65,24,28)
#331415
(51,20,21)
#25100E
(37,16,14)
#170C07
(23,12,7)
#000000
(0,0,0)

Tints of #A3344D

#A3344D
(163,52,77)
#AB465D
(171,70,93)
#B3586D
(179,88,109)
#BB6A7D
(187,106,125)
#C37C8D
(195,124,141)
#CB8E9D
(203,142,157)
#D3A0AD
(211,160,173)
#DBB2BD
(219,178,189)
#E3C4CD
(227,196,205)
#EBD6DD
(235,214,221)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3344D; }

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

This text font color is #A3344D.


Background Color

.myBgColor { background-color: #A3344D; }

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

This div background color is #A3344D.


Border color

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

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

This div border color is #A3344D.


Opacity

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

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

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

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

This text has shadow with #A3344D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3344D on black background.


Color preview on white background

This text has color #A3344D on white background.



Black color preview on #A3344D background

This text has black color on #A3344D background.


White color preview on #A3344D background

This text has white color on #A3344D background.