COLOR #502246

HEX: #502246
RGB: (80,34,70)

Color info

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

RGB color model

#502246 color RGB value is (80,34,70).

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

RGB channels and saturation

R 80 of 255 = 31%
G 34 of 255 = 13%
B 70 of 255 = 27%

80
34
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 34 + 70 = 184 (100%)
R 80 of 184 ~ 43.48%
G 34 of 184 ~ 18.48%
B 70 of 184 ~ 38.04%

%43.48
%18.48
%38.04

CMYK color model

#502246 color CMYK value is (0,58,13,69).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,58,13,69)
C0M58Y13K69 
(0%,58%,13%,69%)
(0.00/0.58/0.13/0.69)	

CMYK percentages

%0
%57.5
%12.5
%68.63

Codes

Color #502246 in popluar color models

502246
RGB803470
HSL313°40.35%22.35%
HSB/HSV313°57.50%31.37%
CMYK0.00%57.50%12.50%
68.63%

Color #502246 in popluar number systems.

HEX502246
Decimal803470
Binary10100001000101000110
Octal12042106

Shades and tints

Shades of #502246

#502246
(80,34,70)
#491F40
(73,31,64)
#421C3A
(66,28,58)
#3B1934
(59,25,52)
#34162E
(52,22,46)
#2D1328
(45,19,40)
#261022
(38,16,34)
#1F0D1C
(31,13,28)
#180A16
(24,10,22)
#110710
(17,7,16)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #502246

#502246
(80,34,70)
#5F3656
(95,54,86)
#6E4A66
(110,74,102)
#7D5E76
(125,94,118)
#8C7286
(140,114,134)
#9B8696
(155,134,150)
#AA9AA6
(170,154,166)
#B9AEB6
(185,174,182)
#C8C2C6
(200,194,198)
#D7D6D6
(215,214,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502246; }

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

This text font color is #502246.


Background Color

.myBgColor { background-color: #502246; }

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

This div background color is #502246.


Border color

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

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

This div border color is #502246.


Opacity

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

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

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

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

This text has shadow with #502246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502246 on black background.


Color preview on white background

This text has color #502246 on white background.



Black color preview on #502246 background

This text has black color on #502246 background.


White color preview on #502246 background

This text has white color on #502246 background.