COLOR #530C4D

HEX: #530C4D
RGB: (83,12,77)

Color info

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

RGB color model

#530C4D color RGB value is (83,12,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 12 of 255 = 5%
B 77 of 255 = 30%

83
12
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 12 + 77 = 172 (100%)
R 83 of 172 ~ 48.26%
G 12 of 172 ~ 6.98%
B 77 of 172 ~ 44.77%

%48.26
%44.77

CMYK color model

#530C4D color CMYK value is (0,86,7,67).

  • cyan value is 0.00%
  • magenta value is 85.54%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,86,7,67)
C0M86Y7K67 
(0%,86%,7%,67%)
(0.00/0.86/0.07/0.67)	

CMYK percentages

%0
%85.54
%7.23
%67.45

Codes

Color #530C4D in popluar color models

530C4D
RGB831277
HSL305°74.74%18.63%
HSB/HSV305°85.54%32.55%
CMYK0.00%85.54%7.23%
67.45%

Color #530C4D in popluar number systems.

HEX530C4D
Decimal831277
Binary101001111001001101
Octal12314115

Shades and tints

Shades of #530C4D

#530C4D
(83,12,77)
#4C0B46
(76,11,70)
#450A3F
(69,10,63)
#3E0938
(62,9,56)
#370831
(55,8,49)
#30072A
(48,7,42)
#290623
(41,6,35)
#22051C
(34,5,28)
#1B0415
(27,4,21)
#14030E
(20,3,14)
#0D0207
(13,2,7)
#000000
(0,0,0)

Tints of #530C4D

#530C4D
(83,12,77)
#62225D
(98,34,93)
#71386D
(113,56,109)
#804E7D
(128,78,125)
#8F648D
(143,100,141)
#9E7A9D
(158,122,157)
#AD90AD
(173,144,173)
#BCA6BD
(188,166,189)
#CBBCCD
(203,188,205)
#DAD2DD
(218,210,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530C4D; }

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

This text font color is #530C4D.


Background Color

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

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

This div background color is #530C4D.


Border color

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

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

This div border color is #530C4D.


Opacity

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

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

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

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

This text has shadow with #530C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530C4D on black background.


Color preview on white background

This text has color #530C4D on white background.



Black color preview on #530C4D background

This text has black color on #530C4D background.


White color preview on #530C4D background

This text has white color on #530C4D background.