COLOR #A42053

HEX: #A42053
RGB: (164,32,83)

Color info

#A42053 contains mainly red color. Web safe color of #A42053 is #993366 (or #936).

RGB color model

#A42053 color RGB value is (164,32,83).

  • red value is 164;
  • green value is 32;
  • blue value is 83.
RGB:
(164,32,83)
(64%,13%,33%)

RGB channels and saturation

R 164 of 255 = 64%
G 32 of 255 = 13%
B 83 of 255 = 33%

164
32
83

R + G + B ~ 37%. #A42053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 32 + 83 = 279 (100%)
R 164 of 279 ~ 58.78%
G 32 of 279 ~ 11.47%
B 83 of 279 ~ 29.75%

%58.78
%11.47
%29.75

CMYK color model

#A42053 color CMYK value is (0,80,49,36).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 49.39%
  • key color value is 35.69%
CMYK:
(0,80,49,36)
C0M80Y49K36 
(0%,80%,49%,36%)
(0.00/0.80/0.49/0.36)	

CMYK percentages

%0
%80.49
%49.39
%35.69

Codes

Color #A42053 in popluar color models

A42053
RGB1643283
HSL337°67.35%38.43%
HSB/HSV337°80.49%64.31%
CMYK0.00%80.49%49.39%
35.69%

Color #A42053 in popluar number systems.

HEXA42053
Decimal1643283
Binary101001001000001010011
Octal24440123

Shades and tints

Shades of #A42053

#A42053
(164,32,83)
#961E4C
(150,30,76)
#881C45
(136,28,69)
#7A1A3E
(122,26,62)
#6C1837
(108,24,55)
#5E1630
(94,22,48)
#501429
(80,20,41)
#421222
(66,18,34)
#34101B
(52,16,27)
#260E14
(38,14,20)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #A42053

#A42053
(164,32,83)
#AC3462
(172,52,98)
#B44871
(180,72,113)
#BC5C80
(188,92,128)
#C4708F
(196,112,143)
#CC849E
(204,132,158)
#D498AD
(212,152,173)
#DCACBC
(220,172,188)
#E4C0CB
(228,192,203)
#ECD4DA
(236,212,218)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42053 color. Also use rgb(164,32,83) instead hex code.

Text Font Color

.myTextColor { color: #A42053; }

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

This text font color is #A42053.


Background Color

.myBgColor { background-color: #A42053; }

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

This div background color is #A42053.


Border color

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

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

This div border color is #A42053.


Opacity

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

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

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

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

This text has shadow with #A42053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42053 on black background.


Color preview on white background

This text has color #A42053 on white background.



Black color preview on #A42053 background

This text has black color on #A42053 background.


White color preview on #A42053 background

This text has white color on #A42053 background.