COLOR #530C1C

HEX: #530C1C
RGB: (83,12,28)

Color info

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

RGB color model

#530C1C color RGB value is (83,12,28).

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

RGB channels and saturation

R 83 of 255 = 33%
G 12 of 255 = 5%
B 28 of 255 = 11%

83
12
28

R + G + B ~ 16%. #530C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 12 + 28 = 123 (100%)
R 83 of 123 ~ 67.48%
G 12 of 123 ~ 9.76%
B 28 of 123 ~ 22.76%

%67.48
%9.76
%22.76

CMYK color model

#530C1C color CMYK value is (0,86,66,67).

  • cyan value is 0.00%
  • magenta value is 85.54%
  • yellow value is 66.27%
  • key color value is 67.45%
CMYK:
(0,86,66,67)
C0M86Y66K67 
(0%,86%,66%,67%)
(0.00/0.86/0.66/0.67)	

CMYK percentages

%0
%85.54
%66.27
%67.45

Codes

Color #530C1C in popluar color models

530C1C
RGB831228
HSL346°74.74%18.63%
HSB/HSV346°85.54%32.55%
CMYK0.00%85.54%66.27%
67.45%

Color #530C1C in popluar number systems.

HEX530C1C
Decimal831228
Binary1010011110011100
Octal1231434

Shades and tints

Shades of #530C1C

#530C1C
(83,12,28)
#4C0B1A
(76,11,26)
#450A18
(69,10,24)
#3E0916
(62,9,22)
#370814
(55,8,20)
#300712
(48,7,18)
#290610
(41,6,16)
#22050E
(34,5,14)
#1B040C
(27,4,12)
#14030A
(20,3,10)
#0D0208
(13,2,8)
#000000
(0,0,0)

Tints of #530C1C

#530C1C
(83,12,28)
#622230
(98,34,48)
#713844
(113,56,68)
#804E58
(128,78,88)
#8F646C
(143,100,108)
#9E7A80
(158,122,128)
#AD9094
(173,144,148)
#BCA6A8
(188,166,168)
#CBBCBC
(203,188,188)
#DAD2D0
(218,210,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530C1C; }

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

This text font color is #530C1C.


Background Color

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

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

This div background color is #530C1C.


Border color

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

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

This div border color is #530C1C.


Opacity

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

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

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

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

This text has shadow with #530C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530C1C on black background.


Color preview on white background

This text has color #530C1C on white background.



Black color preview on #530C1C background

This text has black color on #530C1C background.


White color preview on #530C1C background

This text has white color on #530C1C background.