COLOR #530306

HEX: #530306
RGB: (83,3,6)

Color info

#530306 contains mainly red color. Web safe color of #530306 is #660000 (or #600).

RGB color model

#530306 color RGB value is (83,3,6).

  • red value is 83;
  • green value is 3;
  • blue value is 6.
RGB:
(83,3,6)
(33%,1%,2%)

RGB channels and saturation

R 83 of 255 = 33%
G 3 of 255 = 1%
B 6 of 255 = 2%

83
3
6

R + G + B ~ 12%. #530306 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 3 + 6 = 92 (100%)
R 83 of 92 ~ 90.22%
G 3 of 92 ~ 3.26%
B 6 of 92 ~ 6.52%

%90.22

CMYK color model

#530306 color CMYK value is (0,96,93,67).

  • cyan value is 0.00%
  • magenta value is 96.39%
  • yellow value is 92.77%
  • key color value is 67.45%
CMYK:
(0,96,93,67)
C0M96Y93K67 
(0%,96%,93%,67%)
(0.00/0.96/0.93/0.67)	

CMYK percentages

%0
%96.39
%92.77
%67.45

Codes

Color #530306 in popluar color models

530306
RGB8336
HSL358°93.02%16.86%
HSB/HSV358°96.39%32.55%
CMYK0.00%96.39%92.77%
67.45%

Color #530306 in popluar number systems.

HEX530306
Decimal8336
Binary101001111110
Octal12336

Shades and tints

Shades of #530306

#530306
(83,3,6)
#4C0306
(76,3,6)
#450306
(69,3,6)
#3E0306
(62,3,6)
#370306
(55,3,6)
#300306
(48,3,6)
#290306
(41,3,6)
#220306
(34,3,6)
#1B0306
(27,3,6)
#140306
(20,3,6)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #530306

#530306
(83,3,6)
#62191C
(98,25,28)
#712F32
(113,47,50)
#804548
(128,69,72)
#8F5B5E
(143,91,94)
#9E7174
(158,113,116)
#AD878A
(173,135,138)
#BC9DA0
(188,157,160)
#CBB3B6
(203,179,182)
#DAC9CC
(218,201,204)
#E9DFE2
(233,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530306 color. Also use rgb(83,3,6) instead hex code.

Text Font Color

.myTextColor { color: #530306; }

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

This text font color is #530306.


Background Color

.myBgColor { background-color: #530306; }

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

This div background color is #530306.


Border color

.myBorderColor { border: 1px solid #530306; }

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

This div border color is #530306.


Opacity

.myOpacity80 { color: #530306; opacity: 0.8; }

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

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

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

This text has shadow with #530306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530306 on black background.


Color preview on white background

This text has color #530306 on white background.



Black color preview on #530306 background

This text has black color on #530306 background.


White color preview on #530306 background

This text has white color on #530306 background.