COLOR #502A4D

HEX: #502A4D RGB: (80,42,77)

Color info

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

RGB color model

#502A4D color RGB value is (80,42,77).

RGB: (80,42,77) (31%, 16%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 77 of 255 = 30%

80
42
77

R + G + B ~ 26%. #502A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 42 + 77 = 199 (100%)
R 80 of 199 ~ 40.2%
G 42 of 199 ~ 21.11%
B 77 of 199 ~ 38.69'%

%40.2
%21.11
%38.69

CMYK color model

#502A4D color CMYK value is (0,48,4,69).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 3.75%
  • key color value is 68.63%

CMYK: (0,48,4,69)
C0M48Y4K69 (0%, 48%, 4%, 69%)
(0.00 / 0.48 / 0.04 / 0.69)

CMYK percentages

%0
%47.5
%3.75
%68.63

Codes

Color #502A4D in popluar color models

50 2A 4D
RGB 80 42 77
HSL 305° 31.15% 23.92%
HSB/HSV 305° 47.50% 31.37%
CMYK 0.00% 47.50% 3.75%
68.63%

Color #502A4D in popluar number systems.

HEX 50 2A 4D
Decimal 80 42 77
Binary 1010000 101010 1001101
Octal 120 52 115

Shades and tints

Shades of #502A4D

#502A4D
(80,42,77)
#492746
(73,39,70)
#42243F
(66,36,63)
#3B2138
(59,33,56)
#341E31
(52,30,49)
#2D1B2A
(45,27,42)
#261823
(38,24,35)
#1F151C
(31,21,28)
#181215
(24,18,21)
#110F0E
(17,15,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #502A4D

#502A4D
(80,42,77)
#5F3D5D
(95,61,93)
#6E506D
(110,80,109)
#7D637D
(125,99,125)
#8C768D
(140,118,141)
#9B899D
(155,137,157)
#AA9CAD
(170,156,173)
#B9AFBD
(185,175,189)
#C8C2CD
(200,194,205)
#D7D5DD
(215,213,221)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A4D; }

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

This text font color is #502A4D.

Background Color

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

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

This div background color is #502A4D.

Border color

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

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

This div border color is #502A4D.

Opacity

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

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

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

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

This text has shadow with #502A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502A4D.

Preview

Color preview on black background

This text has color #502A4D on black background.


Color preview on white background

This text has color #502A4D on white background.


Black color preview on #502A4D background

This text has black color on #502A4D background.


White color preview on #502A4D background

This text has white color on #502A4D background.


Related colors

Complementary color

Complementary color for #hex is #AFD5B2.


I love getcolorcode.com

Triadic colors

1 #4D502A and #2A4D50 with #502A4D are triadic colors.

2 #4D2A50 and #2A504D with #502A4D are triadic colors.