COLOR #A4323E

HEX: #A4323E
RGB: (164,50,62)

Color info

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

RGB color model

#A4323E color RGB value is (164,50,62).

  • red value is 164;
  • green value is 50;
  • blue value is 62.
RGB:
(164,50,62)
(64%,20%,24%)

RGB channels and saturation

R 164 of 255 = 64%
G 50 of 255 = 20%
B 62 of 255 = 24%

164
50
62

R + G + B ~ 36%. #A4323E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 50 + 62 = 276 (100%)
R 164 of 276 ~ 59.42%
G 50 of 276 ~ 18.12%
B 62 of 276 ~ 22.46%

%59.42
%18.12
%22.46

CMYK color model

#A4323E color CMYK value is (0,70,62,36).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 62.20%
  • key color value is 35.69%
CMYK:
(0,70,62,36)
C0M70Y62K36 
(0%,70%,62%,36%)
(0.00/0.70/0.62/0.36)	

CMYK percentages

%0
%69.51
%62.2
%35.69

Codes

Color #A4323E in popluar color models

A4323E
RGB1645062
HSL354°53.27%41.96%
HSB/HSV354°69.51%64.31%
CMYK0.00%69.51%62.20%
35.69%

Color #A4323E in popluar number systems.

HEXA4323E
Decimal1645062
Binary10100100110010111110
Octal2446276

Shades and tints

Shades of #A4323E

#A4323E
(164,50,62)
#962E39
(150,46,57)
#882A34
(136,42,52)
#7A262F
(122,38,47)
#6C222A
(108,34,42)
#5E1E25
(94,30,37)
#501A20
(80,26,32)
#42161B
(66,22,27)
#341216
(52,18,22)
#260E11
(38,14,17)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #A4323E

#A4323E
(164,50,62)
#AC444F
(172,68,79)
#B45660
(180,86,96)
#BC6871
(188,104,113)
#C47A82
(196,122,130)
#CC8C93
(204,140,147)
#D49EA4
(212,158,164)
#DCB0B5
(220,176,181)
#E4C2C6
(228,194,198)
#ECD4D7
(236,212,215)
#F4E6E8
(244,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4323E color. Also use rgb(164,50,62) instead hex code.

Text Font Color

.myTextColor { color: #A4323E; }

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

This text font color is #A4323E.


Background Color

.myBgColor { background-color: #A4323E; }

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

This div background color is #A4323E.


Border color

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

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

This div border color is #A4323E.


Opacity

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

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

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

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

This text has shadow with #A4323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4323E on black background.


Color preview on white background

This text has color #A4323E on white background.



Black color preview on #A4323E background

This text has black color on #A4323E background.


White color preview on #A4323E background

This text has white color on #A4323E background.