COLOR #510753

HEX: #510753
RGB: (81,7,83)

Color info

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

RGB color model

#510753 color RGB value is (81,7,83).

  • red value is 81;
  • green value is 7;
  • blue value is 83.
RGB:
(81,7,83)
(32%,3%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 7 of 255 = 3%
B 83 of 255 = 33%

81
7
83

R + G + B ~ 23%. #510753 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 7 + 83 = 171 (100%)
R 81 of 171 ~ 47.37%
G 7 of 171 ~ 4.09%
B 83 of 171 ~ 48.54%

%47.37
%48.54

CMYK color model

#510753 color CMYK value is (2,92,0,67).

  • cyan value is 2.41%
  • magenta value is 91.57%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,92,0,67)
C2M92Y0K67 
(2%,92%,0%,67%)
(0.02/0.92/0.00/0.67)	

CMYK percentages

%2.41
%91.57
%0
%67.45

Codes

Color #510753 in popluar color models

510753
RGB81783
HSL298°84.44%17.65%
HSB/HSV298°91.57%32.55%
CMYK2.41%91.57%0.00%
67.45%

Color #510753 in popluar number systems.

HEX510753
Decimal81783
Binary10100011111010011
Octal1217123

Shades and tints

Shades of #510753

#510753
(81,7,83)
#4A074C
(74,7,76)
#430745
(67,7,69)
#3C073E
(60,7,62)
#350737
(53,7,55)
#2E0730
(46,7,48)
#270729
(39,7,41)
#200722
(32,7,34)
#19071B
(25,7,27)
#120714
(18,7,20)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #510753

#510753
(81,7,83)
#601D62
(96,29,98)
#6F3371
(111,51,113)
#7E4980
(126,73,128)
#8D5F8F
(141,95,143)
#9C759E
(156,117,158)
#AB8BAD
(171,139,173)
#BAA1BC
(186,161,188)
#C9B7CB
(201,183,203)
#D8CDDA
(216,205,218)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510753 color. Also use rgb(81,7,83) instead hex code.

Text Font Color

.myTextColor { color: #510753; }

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

This text font color is #510753.


Background Color

.myBgColor { background-color: #510753; }

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

This div background color is #510753.


Border color

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

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

This div border color is #510753.


Opacity

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

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

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

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

This text has shadow with #510753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510753 on black background.


Color preview on white background

This text has color #510753 on white background.



Black color preview on #510753 background

This text has black color on #510753 background.


White color preview on #510753 background

This text has white color on #510753 background.