COLOR #502F6F

HEX: #502F6F RGB: (80,47,111)

Color info

#502F6F contains mainly red and blue colors. Web safe color of #502F6F is #663366 (or #636).

RGB color model

#502F6F color RGB value is (80,47,111).

RGB: (80,47,111) (31%, 18%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 111 of 255 = 44%

80
47
111

R + G + B ~ 31%. #502F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 47 + 111 = 238 (100%)
R 80 of 238 ~ 33.61%
G 47 of 238 ~ 19.75%
B 111 of 238 ~ 46.64'%

%33.61
%19.75
%46.64

CMYK color model

#502F6F color CMYK value is (28,58,0,56).

  • cyan value is 27.93%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (28,58,0,56)
C28M58Y0K56 (28%, 58%, 0%, 56%)
(0.28 / 0.58 / 0.00 / 0.56)

CMYK percentages

%27.93
%57.66
%0
%56.47

Codes

Color #502F6F in popluar color models

50 2F 6F
RGB 80 47 111
HSL 271° 40.51% 30.98%
HSB/HSV 271° 57.66% 43.53%
CMYK 27.93% 57.66% 0.00%
56.47%

Color #502F6F in popluar number systems.

HEX 50 2F 6F
Decimal 80 47 111
Binary 1010000 101111 1101111
Octal 120 57 157

Shades and tints

Shades of #502F6F

#502F6F
(80,47,111)
#492B65
(73,43,101)
#42275B
(66,39,91)
#3B2351
(59,35,81)
#341F47
(52,31,71)
#2D1B3D
(45,27,61)
#261733
(38,23,51)
#1F1329
(31,19,41)
#180F1F
(24,15,31)
#110B15
(17,11,21)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #502F6F

#502F6F
(80,47,111)
#5F417C
(95,65,124)
#6E5389
(110,83,137)
#7D6596
(125,101,150)
#8C77A3
(140,119,163)
#9B89B0
(155,137,176)
#AA9BBD
(170,155,189)
#B9ADCA
(185,173,202)
#C8BFD7
(200,191,215)
#D7D1E4
(215,209,228)
#E6E3F1
(230,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502F6F color. Also use rgb(80,47,111) instead hex code.

Text Font Color

.myTextColor { color: #502F6F; }

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

This text font color is #502F6F.

Background Color

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

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

This div background color is #502F6F.

Border color

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

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

This div border color is #502F6F.

Opacity

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

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

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

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

This text has shadow with #502F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502F6F.

Preview

Color preview on black background

This text has color #502F6F on black background.


Color preview on white background

This text has color #502F6F on white background.


Black color preview on #502F6F background

This text has black color on #502F6F background.


White color preview on #502F6F background

This text has white color on #502F6F background.


Related colors

Complementary color

Complementary color for #hex is #AFD090.


I love getcolorcode.com

Triadic colors

1 #6F502F and #2F6F50 with #502F6F are triadic colors.

2 #6F2F50 and #2F506F with #502F6F are triadic colors.