COLOR #530B4D

HEX: #530B4D
RGB: (83,11,77)

Color info

#530B4D contains mainly red and blue colors. Web safe color of #530B4D is #660033 (or #603).

RGB color model

#530B4D color RGB value is (83,11,77).

  • red value is 83;
  • green value is 11;
  • blue value is 77.
RGB:
(83,11,77)
(33%,4%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 11 of 255 = 4%
B 77 of 255 = 30%

83
11
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 11 + 77 = 171 (100%)
R 83 of 171 ~ 48.54%
G 11 of 171 ~ 6.43%
B 77 of 171 ~ 45.03%

%48.54
%45.03

CMYK color model

#530B4D color CMYK value is (0,87,7,67).

  • cyan value is 0.00%
  • magenta value is 86.75%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,87,7,67)
C0M87Y7K67 
(0%,87%,7%,67%)
(0.00/0.87/0.07/0.67)	

CMYK percentages

%0
%86.75
%7.23
%67.45

Codes

Color #530B4D in popluar color models

530B4D
RGB831177
HSL305°76.60%18.43%
HSB/HSV305°86.75%32.55%
CMYK0.00%86.75%7.23%
67.45%

Color #530B4D in popluar number systems.

HEX530B4D
Decimal831177
Binary101001110111001101
Octal12313115

Shades and tints

Shades of #530B4D

#530B4D
(83,11,77)
#4C0A46
(76,10,70)
#45093F
(69,9,63)
#3E0838
(62,8,56)
#370731
(55,7,49)
#30062A
(48,6,42)
#290523
(41,5,35)
#22041C
(34,4,28)
#1B0315
(27,3,21)
#14020E
(20,2,14)
#0D0107
(13,1,7)
#000000
(0,0,0)

Tints of #530B4D

#530B4D
(83,11,77)
#62215D
(98,33,93)
#71376D
(113,55,109)
#804D7D
(128,77,125)
#8F638D
(143,99,141)
#9E799D
(158,121,157)
#AD8FAD
(173,143,173)
#BCA5BD
(188,165,189)
#CBBBCD
(203,187,205)
#DAD1DD
(218,209,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530B4D color. Also use rgb(83,11,77) instead hex code.

Text Font Color

.myTextColor { color: #530B4D; }

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

This text font color is #530B4D.


Background Color

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

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

This div background color is #530B4D.


Border color

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

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

This div border color is #530B4D.


Opacity

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

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

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

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

This text has shadow with #530B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530B4D on black background.


Color preview on white background

This text has color #530B4D on white background.



Black color preview on #530B4D background

This text has black color on #530B4D background.


White color preview on #530B4D background

This text has white color on #530B4D background.