COLOR #530206

HEX: #530206 RGB: (83,2,6)

Color info

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

RGB color model

#530206 color RGB value is (83,2,6).

RGB: (83,2,6) (33%, 1%, 2%)

RGB channels and saturation

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

83
2
6

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

Portions of RGB colors in percentages

R + G + B = 83 + 2 + 6 = 91 (100%)
R 83 of 91 ~ 91.21%
G 2 of 91 ~ 2.2%
B 6 of 91 ~ 6.59'%

%91.21

CMYK color model

#530206 color CMYK value is (0,98,93,67).

  • cyan value is 0.00%
  • magenta value is 97.59%
  • yellow value is 92.77%
  • key color value is 67.45%
CMYK: (0,98,93,67) C0M98Y93K67 (0%,98%,93%,67%) (0.00/0.98/0.93/0.67) 

CMYK percentages

%0
%97.59
%92.77
%67.45

Codes

Color #530206 in popluar color models

53 02 06
RGB 83 2 6
HSL 357° 95.29% 16.67%
HSB/HSV 357° 97.59% 32.55%
CMYK 0.00% 97.59% 92.77%
67.45%

Color #530206 in popluar number systems.

HEX 53 02 06
Decimal 83 2 6
Binary 1010011 10 110
Octal 123 2 6

Shades and tints

Shades of #530206

#530206
(83,2,6)
#4C0206
(76,2,6)
#450206
(69,2,6)
#3E0206
(62,2,6)
#370206
(55,2,6)
#300206
(48,2,6)
#290206
(41,2,6)
#220206
(34,2,6)
#1B0206
(27,2,6)
#140206
(20,2,6)
#0D0206
(13,2,6)
#000000
(0,0,0)

Tints of #530206

#530206
(83,2,6)
#62191C
(98,25,28)
#713032
(113,48,50)
#804748
(128,71,72)
#8F5E5E
(143,94,94)
#9E7574
(158,117,116)
#AD8C8A
(173,140,138)
#BCA3A0
(188,163,160)
#CBBAB6
(203,186,182)
#DAD1CC
(218,209,204)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530206; }

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

This text font color is #530206.

Background Color

.myBgColor { background-color: #530206; }

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

This div background color is #530206.

Border color

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

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

This div border color is #530206.

Opacity

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

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

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

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

This text has shadow with #530206 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #530206.

Preview

Color preview on black background

This text has color #530206 on black background.


Color preview on white background

This text has color #530206 on white background.


Black color preview on #530206 background

This text has black color on #530206 background.


White color preview on #530206 background

This text has white color on #530206 background.


Related colors

Complementary color

Complementary color for #hex is #ACFDF9.


I love getcolorcode.com

Triadic colors

1 #065302 and #020653 with #530206 are triadic colors.

2 #060253 and #025306 with #530206 are triadic colors.