COLOR #502C4E

HEX: #502C4E RGB: (80,44,78)

Color info

#502C4E contains red, green and blue colors in about the same proportion. Web safe color of #502C4E is #663366 (or #636).

RGB color model

#502C4E color RGB value is (80,44,78).

RGB: (80,44,78) (31%, 17%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 44 of 255 = 17%
B 78 of 255 = 31%

80
44
78

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

Portions of RGB colors in percentages

R + G + B = 80 + 44 + 78 = 202 (100%)
R 80 of 202 ~ 39.6%
G 44 of 202 ~ 21.78%
B 78 of 202 ~ 38.61'%

%39.6
%21.78
%38.61

CMYK color model

#502C4E color CMYK value is (0,45,2,69).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 2.50%
  • key color value is 68.63%

CMYK: (0,45,2,69)
C0M45Y2K69 (0%, 45%, 2%, 69%)
(0.00 / 0.45 / 0.02 / 0.69)

CMYK percentages

%0
%45
%2.5
%68.63

Codes

Color #502C4E in popluar color models

50 2C 4E
RGB 80 44 78
HSL 303° 29.03% 24.31%
HSB/HSV 303° 45.00% 31.37%
CMYK 0.00% 45.00% 2.50%
68.63%

Color #502C4E in popluar number systems.

HEX 50 2C 4E
Decimal 80 44 78
Binary 1010000 101100 1001110
Octal 120 54 116

Shades and tints

Shades of #502C4E

#502C4E
(80,44,78)
#492847
(73,40,71)
#422440
(66,36,64)
#3B2039
(59,32,57)
#341C32
(52,28,50)
#2D182B
(45,24,43)
#261424
(38,20,36)
#1F101D
(31,16,29)
#180C16
(24,12,22)
#11080F
(17,8,15)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #502C4E

#502C4E
(80,44,78)
#5F3F5E
(95,63,94)
#6E526E
(110,82,110)
#7D657E
(125,101,126)
#8C788E
(140,120,142)
#9B8B9E
(155,139,158)
#AA9EAE
(170,158,174)
#B9B1BE
(185,177,190)
#C8C4CE
(200,196,206)
#D7D7DE
(215,215,222)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502C4E color. Also use rgb(80,44,78) instead hex code.

Text Font Color

.myTextColor { color: #502C4E; }

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

This text font color is #502C4E.

Background Color

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

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

This div background color is #502C4E.

Border color

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

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

This div border color is #502C4E.

Opacity

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

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

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

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

This text has shadow with #502C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502C4E.

Preview

Color preview on black background

This text has color #502C4E on black background.


Color preview on white background

This text has color #502C4E on white background.


Black color preview on #502C4E background

This text has black color on #502C4E background.


White color preview on #502C4E background

This text has white color on #502C4E background.


Related colors

Complementary color

Complementary color for #hex is #AFD3B1.


I love getcolorcode.com

Triadic colors

1 #4E502C and #2C4E50 with #502C4E are triadic colors.

2 #4E2C50 and #2C504E with #502C4E are triadic colors.