COLOR #502B5B

HEX: #502B5B RGB: (80,43,91)

Color info

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

RGB color model

#502B5B color RGB value is (80,43,91).

RGB: (80,43,91) (31%, 17%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 43 of 255 = 17%
B 91 of 255 = 36%

80
43
91

R + G + B ~ 28%. #502B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 43 + 91 = 214 (100%)
R 80 of 214 ~ 37.38%
G 43 of 214 ~ 20.09%
B 91 of 214 ~ 42.52'%

%37.38
%20.09
%42.52

CMYK color model

#502B5B color CMYK value is (12,53,0,64).

  • cyan value is 12.09%
  • magenta value is 52.75%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (12,53,0,64) C12M53Y0K64 (12%,53%,0%,64%) (0.12/0.53/0.00/0.64) 

CMYK percentages

%12.09
%52.75
%0
%64.31

Codes

Color #502B5B in popluar color models

50 2B 5B
RGB 80 43 91
HSL 286° 35.82% 26.27%
HSB/HSV 286° 52.75% 35.69%
CMYK 12.09% 52.75% 0.00%
64.31%

Color #502B5B in popluar number systems.

HEX 50 2B 5B
Decimal 80 43 91
Binary 1010000 101011 1011011
Octal 120 53 133

Shades and tints

Shades of #502B5B

#502B5B
(80,43,91)
#492853
(73,40,83)
#42254B
(66,37,75)
#3B2243
(59,34,67)
#341F3B
(52,31,59)
#2D1C33
(45,28,51)
#26192B
(38,25,43)
#1F1623
(31,22,35)
#18131B
(24,19,27)
#111013
(17,16,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #502B5B

#502B5B
(80,43,91)
#5F3E69
(95,62,105)
#6E5177
(110,81,119)
#7D6485
(125,100,133)
#8C7793
(140,119,147)
#9B8AA1
(155,138,161)
#AA9DAF
(170,157,175)
#B9B0BD
(185,176,189)
#C8C3CB
(200,195,203)
#D7D6D9
(215,214,217)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502B5B color. Also use rgb(80,43,91) instead hex code.

Text Font Color

.myTextColor { color: #502B5B; }

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

This text font color is #502B5B.

Background Color

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

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

This div background color is #502B5B.

Border color

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

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

This div border color is #502B5B.

Opacity

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

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

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

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

This text has shadow with #502B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502B5B.

Preview

Color preview on black background

This text has color #502B5B on black background.


Color preview on white background

This text has color #502B5B on white background.


Black color preview on #502B5B background

This text has black color on #502B5B background.


White color preview on #502B5B background

This text has white color on #502B5B background.


Related colors

Complementary color

Complementary color for #hex is #AFD4A4.


I love getcolorcode.com

Triadic colors

1 #5B502B and #2B5B50 with #502B5B are triadic colors.

2 #5B2B50 and #2B505B with #502B5B are triadic colors.