COLOR #502446

HEX: #502446
RGB: (80,36,70)

Color info

#502446 contains red, green and blue colors in about the same proportion. Web safe color of #502446 is #663333 (or #633).

RGB color model

#502446 color RGB value is (80,36,70).

  • red value is 80;
  • green value is 36;
  • blue value is 70.
RGB:
(80,36,70)
(31%,14%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 36 of 255 = 14%
B 70 of 255 = 27%

80
36
70

R + G + B ~ 24%. #502446 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 36 + 70 = 186 (100%)
R 80 of 186 ~ 43.01%
G 36 of 186 ~ 19.35%
B 70 of 186 ~ 37.63%

%43.01
%19.35
%37.63

CMYK color model

#502446 color CMYK value is (0,55,13,69).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,55,13,69)
C0M55Y13K69 
(0%,55%,13%,69%)
(0.00/0.55/0.13/0.69)	

CMYK percentages

%0
%55
%12.5
%68.63

Codes

Color #502446 in popluar color models

502446
RGB803670
HSL314°37.93%22.75%
HSB/HSV314°55.00%31.37%
CMYK0.00%55.00%12.50%
68.63%

Color #502446 in popluar number systems.

HEX502446
Decimal803670
Binary10100001001001000110
Octal12044106

Shades and tints

Shades of #502446

#502446
(80,36,70)
#492140
(73,33,64)
#421E3A
(66,30,58)
#3B1B34
(59,27,52)
#34182E
(52,24,46)
#2D1528
(45,21,40)
#261222
(38,18,34)
#1F0F1C
(31,15,28)
#180C16
(24,12,22)
#110910
(17,9,16)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #502446

#502446
(80,36,70)
#5F3756
(95,55,86)
#6E4A66
(110,74,102)
#7D5D76
(125,93,118)
#8C7086
(140,112,134)
#9B8396
(155,131,150)
#AA96A6
(170,150,166)
#B9A9B6
(185,169,182)
#C8BCC6
(200,188,198)
#D7CFD6
(215,207,214)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502446 color. Also use rgb(80,36,70) instead hex code.

Text Font Color

.myTextColor { color: #502446; }

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

This text font color is #502446.


Background Color

.myBgColor { background-color: #502446; }

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

This div background color is #502446.


Border color

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

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

This div border color is #502446.


Opacity

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

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

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

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

This text has shadow with #502446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502446 on black background.


Color preview on white background

This text has color #502446 on white background.



Black color preview on #502446 background

This text has black color on #502446 background.


White color preview on #502446 background

This text has white color on #502446 background.