COLOR #530F5D

HEX: #530F5D
RGB: (83,15,93)

Color info

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

RGB color model

#530F5D color RGB value is (83,15,93).

  • red value is 83;
  • green value is 15;
  • blue value is 93.
RGB:
(83,15,93)
(33%,6%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 15 of 255 = 6%
B 93 of 255 = 36%

83
15
93

R + G + B ~ 25%. #530F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 15 + 93 = 191 (100%)
R 83 of 191 ~ 43.46%
G 15 of 191 ~ 7.85%
B 93 of 191 ~ 48.69%

%43.46
%48.69

CMYK color model

#530F5D color CMYK value is (11,84,0,64).

  • cyan value is 10.75%
  • magenta value is 83.87%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,84,0,64)
C11M84Y0K64 
(11%,84%,0%,64%)
(0.11/0.84/0.00/0.64)	

CMYK percentages

%10.75
%83.87
%0
%63.53

Codes

Color #530F5D in popluar color models

530F5D
RGB831593
HSL292°72.22%21.18%
HSB/HSV292°83.87%36.47%
CMYK10.75%83.87%0.00%
63.53%

Color #530F5D in popluar number systems.

HEX530F5D
Decimal831593
Binary101001111111011101
Octal12317135

Shades and tints

Shades of #530F5D

#530F5D
(83,15,93)
#4C0E55
(76,14,85)
#450D4D
(69,13,77)
#3E0C45
(62,12,69)
#370B3D
(55,11,61)
#300A35
(48,10,53)
#29092D
(41,9,45)
#220825
(34,8,37)
#1B071D
(27,7,29)
#140615
(20,6,21)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #530F5D

#530F5D
(83,15,93)
#62246B
(98,36,107)
#713979
(113,57,121)
#804E87
(128,78,135)
#8F6395
(143,99,149)
#9E78A3
(158,120,163)
#AD8DB1
(173,141,177)
#BCA2BF
(188,162,191)
#CBB7CD
(203,183,205)
#DACCDB
(218,204,219)
#E9E1E9
(233,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530F5D; }

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

This text font color is #530F5D.


Background Color

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

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

This div background color is #530F5D.


Border color

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

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

This div border color is #530F5D.


Opacity

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

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

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

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

This text has shadow with #530F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530F5D on black background.


Color preview on white background

This text has color #530F5D on white background.



Black color preview on #530F5D background

This text has black color on #530F5D background.


White color preview on #530F5D background

This text has white color on #530F5D background.