COLOR #502950

HEX: #502950
RGB: (80,41,80)

Color info

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

RGB color model

#502950 color RGB value is (80,41,80).

  • red value is 80;
  • green value is 41;
  • blue value is 80.
RGB:
(80,41,80)
(31%,16%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 80 of 255 = 31%

80
41
80

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

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 80 = 201 (100%)
R 80 of 201 ~ 39.8%
G 41 of 201 ~ 20.4%
B 80 of 201 ~ 39.8%

%39.8
%20.4
%39.8

CMYK color model

#502950 color CMYK value is (0,49,0,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,49,0,69)
C0M49Y0K69 
(0%,49%,0%,69%)
(0.00/0.49/0.00/0.69)	

CMYK percentages

%0
%48.75
%0
%68.63

Codes

Color #502950 in popluar color models

502950
RGB804180
HSL300°32.23%23.73%
HSB/HSV300°48.75%31.37%
CMYK0.00%48.75%0.00%
68.63%

Color #502950 in popluar number systems.

HEX502950
Decimal804180
Binary10100001010011010000
Octal12051120

Shades and tints

Shades of #502950

#502950
(80,41,80)
#492649
(73,38,73)
#422342
(66,35,66)
#3B203B
(59,32,59)
#341D34
(52,29,52)
#2D1A2D
(45,26,45)
#261726
(38,23,38)
#1F141F
(31,20,31)
#181118
(24,17,24)
#110E11
(17,14,17)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #502950

#502950
(80,41,80)
#5F3C5F
(95,60,95)
#6E4F6E
(110,79,110)
#7D627D
(125,98,125)
#8C758C
(140,117,140)
#9B889B
(155,136,155)
#AA9BAA
(170,155,170)
#B9AEB9
(185,174,185)
#C8C1C8
(200,193,200)
#D7D4D7
(215,212,215)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502950 color. Also use rgb(80,41,80) instead hex code.

Text Font Color

.myTextColor { color: #502950; }

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

This text font color is #502950.


Background Color

.myBgColor { background-color: #502950; }

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

This div background color is #502950.


Border color

.myBorderColor { border: 1px solid #502950; }

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

This div border color is #502950.


Opacity

.myOpacity80 { color: #502950; opacity: 0.8; }

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

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

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

This text has shadow with #502950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502950 on black background.


Color preview on white background

This text has color #502950 on white background.



Black color preview on #502950 background

This text has black color on #502950 background.


White color preview on #502950 background

This text has white color on #502950 background.