COLOR #500853

HEX: #500853
RGB: (80,8,83)

Color info

#500853 contains mainly red and blue colors. Web safe color of #500853 is #660066 (or #606).

RGB color model

#500853 color RGB value is (80,8,83).

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

RGB channels and saturation

R 80 of 255 = 31%
G 8 of 255 = 3%
B 83 of 255 = 33%

80
8
83

R + G + B ~ 22%. #500853 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 8 + 83 = 171 (100%)
R 80 of 171 ~ 46.78%
G 8 of 171 ~ 4.68%
B 83 of 171 ~ 48.54%

%46.78
%48.54

CMYK color model

#500853 color CMYK value is (4,90,0,67).

  • cyan value is 3.61%
  • magenta value is 90.36%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,90,0,67)
C4M90Y0K67 
(4%,90%,0%,67%)
(0.04/0.90/0.00/0.67)	

CMYK percentages

%3.61
%90.36
%0
%67.45

Codes

Color #500853 in popluar color models

500853
RGB80883
HSL298°82.42%17.84%
HSB/HSV298°90.36%32.55%
CMYK3.61%90.36%0.00%
67.45%

Color #500853 in popluar number systems.

HEX500853
Decimal80883
Binary101000010001010011
Octal12010123

Shades and tints

Shades of #500853

#500853
(80,8,83)
#49084C
(73,8,76)
#420845
(66,8,69)
#3B083E
(59,8,62)
#340837
(52,8,55)
#2D0830
(45,8,48)
#260829
(38,8,41)
#1F0822
(31,8,34)
#18081B
(24,8,27)
#110814
(17,8,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #500853

#500853
(80,8,83)
#5F1E62
(95,30,98)
#6E3471
(110,52,113)
#7D4A80
(125,74,128)
#8C608F
(140,96,143)
#9B769E
(155,118,158)
#AA8CAD
(170,140,173)
#B9A2BC
(185,162,188)
#C8B8CB
(200,184,203)
#D7CEDA
(215,206,218)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500853; }

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

This text font color is #500853.


Background Color

.myBgColor { background-color: #500853; }

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

This div background color is #500853.


Border color

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

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

This div border color is #500853.


Opacity

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

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

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

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

This text has shadow with #500853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500853 on black background.


Color preview on white background

This text has color #500853 on white background.



Black color preview on #500853 background

This text has black color on #500853 background.


White color preview on #500853 background

This text has white color on #500853 background.