COLOR #A50446

HEX: #A50446
RGB: (165,4,70)

Color info

#A50446 contains mainly red color. Web safe color of #A50446 is #990033 (or #903).

RGB color model

#A50446 color RGB value is (165,4,70).

  • red value is 165;
  • green value is 4;
  • blue value is 70.
RGB:
(165,4,70)
(65%,2%,27%)

RGB channels and saturation

R 165 of 255 = 65%
G 4 of 255 = 2%
B 70 of 255 = 27%

165
4
70

R + G + B ~ 31%. #A50446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 4 + 70 = 239 (100%)
R 165 of 239 ~ 69.04%
G 4 of 239 ~ 1.67%
B 70 of 239 ~ 29.29%

%69.04
%29.29

CMYK color model

#A50446 color CMYK value is (0,98,58,35).

  • cyan value is 0.00%
  • magenta value is 97.58%
  • yellow value is 57.58%
  • key color value is 35.29%
CMYK:
(0,98,58,35)
C0M98Y58K35 
(0%,98%,58%,35%)
(0.00/0.98/0.58/0.35)	

CMYK percentages

%0
%97.58
%57.58
%35.29

Codes

Color #A50446 in popluar color models

A50446
RGB165470
HSL335°95.27%33.14%
HSB/HSV335°97.58%64.71%
CMYK0.00%97.58%57.58%
35.29%

Color #A50446 in popluar number systems.

HEXA50446
Decimal165470
Binary101001011001000110
Octal2454106

Shades and tints

Shades of #A50446

#A50446
(165,4,70)
#960440
(150,4,64)
#87043A
(135,4,58)
#780434
(120,4,52)
#69042E
(105,4,46)
#5A0428
(90,4,40)
#4B0422
(75,4,34)
#3C041C
(60,4,28)
#2D0416
(45,4,22)
#1E0410
(30,4,16)
#0F040A
(15,4,10)
#000000
(0,0,0)

Tints of #A50446

#A50446
(165,4,70)
#AD1A56
(173,26,86)
#B53066
(181,48,102)
#BD4676
(189,70,118)
#C55C86
(197,92,134)
#CD7296
(205,114,150)
#D588A6
(213,136,166)
#DD9EB6
(221,158,182)
#E5B4C6
(229,180,198)
#EDCAD6
(237,202,214)
#F5E0E6
(245,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50446 color. Also use rgb(165,4,70) instead hex code.

Text Font Color

.myTextColor { color: #A50446; }

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

This text font color is #A50446.


Background Color

.myBgColor { background-color: #A50446; }

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

This div background color is #A50446.


Border color

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

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

This div border color is #A50446.


Opacity

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

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

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

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

This text has shadow with #A50446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A50446 on black background.


Color preview on white background

This text has color #A50446 on white background.



Black color preview on #A50446 background

This text has black color on #A50446 background.


White color preview on #A50446 background

This text has white color on #A50446 background.