COLOR #530A73

HEX: #530A73
RGB: (83,10,115)

Color info

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

RGB color model

#530A73 color RGB value is (83,10,115).

  • red value is 83;
  • green value is 10;
  • blue value is 115.
RGB:
(83,10,115)
(33%,4%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 10 of 255 = 4%
B 115 of 255 = 45%

83
10
115

R + G + B ~ 27%. #530A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 10 + 115 = 208 (100%)
R 83 of 208 ~ 39.9%
G 10 of 208 ~ 4.81%
B 115 of 208 ~ 55.29%

%39.9
%55.29

CMYK color model

#530A73 color CMYK value is (28,91,0,55).

  • cyan value is 27.83%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(28,91,0,55)
C28M91Y0K55 
(28%,91%,0%,55%)
(0.28/0.91/0.00/0.55)	

CMYK percentages

%27.83
%91.3
%0
%54.9

Codes

Color #530A73 in popluar color models

530A73
RGB8310115
HSL282°84.00%24.51%
HSB/HSV282°91.30%45.10%
CMYK27.83%91.30%0.00%
54.90%

Color #530A73 in popluar number systems.

HEX530A73
Decimal8310115
Binary101001110101110011
Octal12312163

Shades and tints

Shades of #530A73

#530A73
(83,10,115)
#4C0A69
(76,10,105)
#450A5F
(69,10,95)
#3E0A55
(62,10,85)
#370A4B
(55,10,75)
#300A41
(48,10,65)
#290A37
(41,10,55)
#220A2D
(34,10,45)
#1B0A23
(27,10,35)
#140A19
(20,10,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #530A73

#530A73
(83,10,115)
#62207F
(98,32,127)
#71368B
(113,54,139)
#804C97
(128,76,151)
#8F62A3
(143,98,163)
#9E78AF
(158,120,175)
#AD8EBB
(173,142,187)
#BCA4C7
(188,164,199)
#CBBAD3
(203,186,211)
#DAD0DF
(218,208,223)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530A73 color. Also use rgb(83,10,115) instead hex code.

Text Font Color

.myTextColor { color: #530A73; }

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

This text font color is #530A73.


Background Color

.myBgColor { background-color: #530A73; }

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

This div background color is #530A73.


Border color

.myBorderColor { border: 1px solid #530A73; }

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

This div border color is #530A73.


Opacity

.myOpacity80 { color: #530A73; opacity: 0.8; }

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

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

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

This text has shadow with #530A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530A73 on black background.


Color preview on white background

This text has color #530A73 on white background.



Black color preview on #530A73 background

This text has black color on #530A73 background.


White color preview on #530A73 background

This text has white color on #530A73 background.