COLOR #530F6A

HEX: #530F6A RGB: (83,15,106)

Color info

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

RGB color model

#530F6A color RGB value is (83,15,106).

RGB: (83,15,106) (33%, 6%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 15 of 255 = 6%
B 106 of 255 = 42%

83
15
106

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

Portions of RGB colors in percentages

R + G + B = 83 + 15 + 106 = 204 (100%)
R 83 of 204 ~ 40.69%
G 15 of 204 ~ 7.35%
B 106 of 204 ~ 51.96'%

%40.69
%51.96

CMYK color model

#530F6A color CMYK value is (22,86,0,58).

  • cyan value is 21.70%
  • magenta value is 85.85%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (22,86,0,58)
C22M86Y0K58 (22%, 86%, 0%, 58%)
(0.22 / 0.86 / 0.00 / 0.58)

CMYK percentages

%21.7
%85.85
%0
%58.43

Codes

Color #530F6A in popluar color models

53 0F 6A
RGB 83 15 106
HSL 285° 75.21% 23.73%
HSB/HSV 285° 85.85% 41.57%
CMYK 21.70% 85.85% 0.00%
58.43%

Color #530F6A in popluar number systems.

HEX 53 0F 6A
Decimal 83 15 106
Binary 1010011 1111 1101010
Octal 123 17 152

Shades and tints

Shades of #530F6A

#530F6A
(83,15,106)
#4C0E61
(76,14,97)
#450D58
(69,13,88)
#3E0C4F
(62,12,79)
#370B46
(55,11,70)
#300A3D
(48,10,61)
#290934
(41,9,52)
#22082B
(34,8,43)
#1B0722
(27,7,34)
#140619
(20,6,25)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #530F6A

#530F6A
(83,15,106)
#622477
(98,36,119)
#713984
(113,57,132)
#804E91
(128,78,145)
#8F639E
(143,99,158)
#9E78AB
(158,120,171)
#AD8DB8
(173,141,184)
#BCA2C5
(188,162,197)
#CBB7D2
(203,183,210)
#DACCDF
(218,204,223)
#E9E1EC
(233,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530F6A color. Also use rgb(83,15,106) instead hex code.

Text Font Color

.myTextColor { color: #530F6A; }

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

This text font color is #530F6A.

Background Color

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

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

This div background color is #530F6A.

Border color

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

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

This div border color is #530F6A.

Opacity

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

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

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

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

This text has shadow with #530F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #530F6A.

Preview

Color preview on black background

This text has color #530F6A on black background.


Color preview on white background

This text has color #530F6A on white background.


Black color preview on #530F6A background

This text has black color on #530F6A background.


White color preview on #530F6A background

This text has white color on #530F6A background.


Related colors

Complementary color

Complementary color for #hex is #ACF095.


I love getcolorcode.com

Triadic colors

1 #6A530F and #0F6A53 with #530F6A are triadic colors.

2 #6A0F53 and #0F536A with #530F6A are triadic colors.