COLOR #A40952

HEX: #A40952
RGB: (164,9,82)

Color info

#A40952 contains mainly red color. Web safe color of #A40952 is #990066 (or #906).

RGB color model

#A40952 color RGB value is (164,9,82).

  • red value is 164;
  • green value is 9;
  • blue value is 82.
RGB:
(164,9,82)
(64%,4%,32%)

RGB channels and saturation

R 164 of 255 = 64%
G 9 of 255 = 4%
B 82 of 255 = 32%

164
9
82

R + G + B ~ 33%. #A40952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 9 + 82 = 255 (100%)
R 164 of 255 ~ 64.31%
G 9 of 255 ~ 3.53%
B 82 of 255 ~ 32.16%

%64.31
%32.16

CMYK color model

#A40952 color CMYK value is (0,95,50,36).

  • cyan value is 0.00%
  • magenta value is 94.51%
  • yellow value is 50.00%
  • key color value is 35.69%
CMYK:
(0,95,50,36)
C0M95Y50K36 
(0%,95%,50%,36%)
(0.00/0.95/0.50/0.36)	

CMYK percentages

%0
%94.51
%50
%35.69

Codes

Color #A40952 in popluar color models

A40952
RGB164982
HSL332°89.60%33.92%
HSB/HSV332°94.51%64.31%
CMYK0.00%94.51%50.00%
35.69%

Color #A40952 in popluar number systems.

HEXA40952
Decimal164982
Binary1010010010011010010
Octal24411122

Shades and tints

Shades of #A40952

#A40952
(164,9,82)
#96094B
(150,9,75)
#880944
(136,9,68)
#7A093D
(122,9,61)
#6C0936
(108,9,54)
#5E092F
(94,9,47)
#500928
(80,9,40)
#420921
(66,9,33)
#34091A
(52,9,26)
#260913
(38,9,19)
#18090C
(24,9,12)
#000000
(0,0,0)

Tints of #A40952

#A40952
(164,9,82)
#AC1F61
(172,31,97)
#B43570
(180,53,112)
#BC4B7F
(188,75,127)
#C4618E
(196,97,142)
#CC779D
(204,119,157)
#D48DAC
(212,141,172)
#DCA3BB
(220,163,187)
#E4B9CA
(228,185,202)
#ECCFD9
(236,207,217)
#F4E5E8
(244,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A40952 color. Also use rgb(164,9,82) instead hex code.

Text Font Color

.myTextColor { color: #A40952; }

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

This text font color is #A40952.


Background Color

.myBgColor { background-color: #A40952; }

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

This div background color is #A40952.


Border color

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

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

This div border color is #A40952.


Opacity

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

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

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

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

This text has shadow with #A40952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40952 on black background.


Color preview on white background

This text has color #A40952 on white background.



Black color preview on #A40952 background

This text has black color on #A40952 background.


White color preview on #A40952 background

This text has white color on #A40952 background.