COLOR #502F58

HEX: #502F58
RGB: (80,47,88)

Color info

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

RGB color model

#502F58 color RGB value is (80,47,88).

  • red value is 80;
  • green value is 47;
  • blue value is 88.
RGB:
(80,47,88)
(31%,18%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 88 of 255 = 35%

80
47
88

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

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 88 = 215 (100%)
R 80 of 215 ~ 37.21%
G 47 of 215 ~ 21.86%
B 88 of 215 ~ 40.93%

%37.21
%21.86
%40.93

CMYK color model

#502F58 color CMYK value is (9,47,0,65).

  • cyan value is 9.09%
  • magenta value is 46.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(9,47,0,65)
C9M47Y0K65 
(9%,47%,0%,65%)
(0.09/0.47/0.00/0.65)	

CMYK percentages

%9.09
%46.59
%0
%65.49

Codes

Color #502F58 in popluar color models

502F58
RGB804788
HSL288°30.37%26.47%
HSB/HSV288°46.59%34.51%
CMYK9.09%46.59%0.00%
65.49%

Color #502F58 in popluar number systems.

HEX502F58
Decimal804788
Binary10100001011111011000
Octal12057130

Shades and tints

Shades of #502F58

#502F58
(80,47,88)
#492B50
(73,43,80)
#422748
(66,39,72)
#3B2340
(59,35,64)
#341F38
(52,31,56)
#2D1B30
(45,27,48)
#261728
(38,23,40)
#1F1320
(31,19,32)
#180F18
(24,15,24)
#110B10
(17,11,16)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #502F58

#502F58
(80,47,88)
#5F4167
(95,65,103)
#6E5376
(110,83,118)
#7D6585
(125,101,133)
#8C7794
(140,119,148)
#9B89A3
(155,137,163)
#AA9BB2
(170,155,178)
#B9ADC1
(185,173,193)
#C8BFD0
(200,191,208)
#D7D1DF
(215,209,223)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502F58; }

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

This text font color is #502F58.


Background Color

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

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

This div background color is #502F58.


Border color

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

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

This div border color is #502F58.


Opacity

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

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

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

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

This text has shadow with #502F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F58 on black background.


Color preview on white background

This text has color #502F58 on white background.



Black color preview on #502F58 background

This text has black color on #502F58 background.


White color preview on #502F58 background

This text has white color on #502F58 background.