COLOR #502A49

HEX: #502A49
RGB: (80,42,73)

Color info

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

RGB color model

#502A49 color RGB value is (80,42,73).

  • red value is 80;
  • green value is 42;
  • blue value is 73.
RGB:
(80,42,73)
(31%,16%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 73 of 255 = 29%

80
42
73

R + G + B ~ 25%. #502A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 42 + 73 = 195 (100%)
R 80 of 195 ~ 41.03%
G 42 of 195 ~ 21.54%
B 73 of 195 ~ 37.44%

%41.03
%21.54
%37.44

CMYK color model

#502A49 color CMYK value is (0,48,9,69).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,48,9,69)
C0M48Y9K69 
(0%,48%,9%,69%)
(0.00/0.48/0.09/0.69)	

CMYK percentages

%0
%47.5
%8.75
%68.63

Codes

Color #502A49 in popluar color models

502A49
RGB804273
HSL311°31.15%23.92%
HSB/HSV311°47.50%31.37%
CMYK0.00%47.50%8.75%
68.63%

Color #502A49 in popluar number systems.

HEX502A49
Decimal804273
Binary10100001010101001001
Octal12052111

Shades and tints

Shades of #502A49

#502A49
(80,42,73)
#492743
(73,39,67)
#42243D
(66,36,61)
#3B2137
(59,33,55)
#341E31
(52,30,49)
#2D1B2B
(45,27,43)
#261825
(38,24,37)
#1F151F
(31,21,31)
#181219
(24,18,25)
#110F13
(17,15,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #502A49

#502A49
(80,42,73)
#5F3D59
(95,61,89)
#6E5069
(110,80,105)
#7D6379
(125,99,121)
#8C7689
(140,118,137)
#9B8999
(155,137,153)
#AA9CA9
(170,156,169)
#B9AFB9
(185,175,185)
#C8C2C9
(200,194,201)
#D7D5D9
(215,213,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502A49 color. Also use rgb(80,42,73) instead hex code.

Text Font Color

.myTextColor { color: #502A49; }

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

This text font color is #502A49.


Background Color

.myBgColor { background-color: #502A49; }

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

This div background color is #502A49.


Border color

.myBorderColor { border: 1px solid #502A49; }

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

This div border color is #502A49.


Opacity

.myOpacity80 { color: #502A49; opacity: 0.8; }

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

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

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

This text has shadow with #502A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502A49 on black background.


Color preview on white background

This text has color #502A49 on white background.



Black color preview on #502A49 background

This text has black color on #502A49 background.


White color preview on #502A49 background

This text has white color on #502A49 background.