COLOR #502F53

HEX: #502F53
RGB: (80,47,83)

Color info

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

RGB color model

#502F53 color RGB value is (80,47,83).

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

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 83 of 255 = 33%

80
47
83

R + G + B ~ 27%. #502F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 83 = 210 (100%)
R 80 of 210 ~ 38.1%
G 47 of 210 ~ 22.38%
B 83 of 210 ~ 39.52%

%38.1
%22.38
%39.52

CMYK color model

#502F53 color CMYK value is (4,43,0,67).

  • cyan value is 3.61%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,43,0,67)
C4M43Y0K67 
(4%,43%,0%,67%)
(0.04/0.43/0.00/0.67)	

CMYK percentages

%3.61
%43.37
%0
%67.45

Codes

Color #502F53 in popluar color models

502F53
RGB804783
HSL295°27.69%25.49%
HSB/HSV295°43.37%32.55%
CMYK3.61%43.37%0.00%
67.45%

Color #502F53 in popluar number systems.

HEX502F53
Decimal804783
Binary10100001011111010011
Octal12057123

Shades and tints

Shades of #502F53

#502F53
(80,47,83)
#492B4C
(73,43,76)
#422745
(66,39,69)
#3B233E
(59,35,62)
#341F37
(52,31,55)
#2D1B30
(45,27,48)
#261729
(38,23,41)
#1F1322
(31,19,34)
#180F1B
(24,15,27)
#110B14
(17,11,20)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #502F53

#502F53
(80,47,83)
#5F4162
(95,65,98)
#6E5371
(110,83,113)
#7D6580
(125,101,128)
#8C778F
(140,119,143)
#9B899E
(155,137,158)
#AA9BAD
(170,155,173)
#B9ADBC
(185,173,188)
#C8BFCB
(200,191,203)
#D7D1DA
(215,209,218)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502F53; }

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

This text font color is #502F53.


Background Color

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

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

This div background color is #502F53.


Border color

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

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

This div border color is #502F53.


Opacity

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

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

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

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

This text has shadow with #502F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F53 on black background.


Color preview on white background

This text has color #502F53 on white background.



Black color preview on #502F53 background

This text has black color on #502F53 background.


White color preview on #502F53 background

This text has white color on #502F53 background.