COLOR #A42E3E

HEX: #A42E3E
RGB: (164,46,62)

Color info

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

RGB color model

#A42E3E color RGB value is (164,46,62).

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

RGB channels and saturation

R 164 of 255 = 64%
G 46 of 255 = 18%
B 62 of 255 = 24%

164
46
62

R + G + B ~ 35%. #A42E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 46 + 62 = 272 (100%)
R 164 of 272 ~ 60.29%
G 46 of 272 ~ 16.91%
B 62 of 272 ~ 22.79%

%60.29
%16.91
%22.79

CMYK color model

#A42E3E color CMYK value is (0,72,62,36).

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 62.20%
  • key color value is 35.69%
CMYK:
(0,72,62,36)
C0M72Y62K36 
(0%,72%,62%,36%)
(0.00/0.72/0.62/0.36)	

CMYK percentages

%0
%71.95
%62.2
%35.69

Codes

Color #A42E3E in popluar color models

A42E3E
RGB1644662
HSL352°56.19%41.18%
HSB/HSV352°71.95%64.31%
CMYK0.00%71.95%62.20%
35.69%

Color #A42E3E in popluar number systems.

HEXA42E3E
Decimal1644662
Binary10100100101110111110
Octal2445676

Shades and tints

Shades of #A42E3E

#A42E3E
(164,46,62)
#962A39
(150,42,57)
#882634
(136,38,52)
#7A222F
(122,34,47)
#6C1E2A
(108,30,42)
#5E1A25
(94,26,37)
#501620
(80,22,32)
#42121B
(66,18,27)
#340E16
(52,14,22)
#260A11
(38,10,17)
#18060C
(24,6,12)
#000000
(0,0,0)

Tints of #A42E3E

#A42E3E
(164,46,62)
#AC414F
(172,65,79)
#B45460
(180,84,96)
#BC6771
(188,103,113)
#C47A82
(196,122,130)
#CC8D93
(204,141,147)
#D4A0A4
(212,160,164)
#DCB3B5
(220,179,181)
#E4C6C6
(228,198,198)
#ECD9D7
(236,217,215)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42E3E; }

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

This text font color is #A42E3E.


Background Color

.myBgColor { background-color: #A42E3E; }

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

This div background color is #A42E3E.


Border color

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

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

This div border color is #A42E3E.


Opacity

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

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

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

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

This text has shadow with #A42E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42E3E on black background.


Color preview on white background

This text has color #A42E3E on white background.



Black color preview on #A42E3E background

This text has black color on #A42E3E background.


White color preview on #A42E3E background

This text has white color on #A42E3E background.