COLOR #530C1A

HEX: #530C1A
RGB: (83,12,26)

Color info

#530C1A contains mainly red and blue colors. Web safe color of #530C1A is #660000 (or #600).

RGB color model

#530C1A color RGB value is (83,12,26).

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

RGB channels and saturation

R 83 of 255 = 33%
G 12 of 255 = 5%
B 26 of 255 = 10%

83
12
26

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

Portions of RGB colors in percentages

R + G + B =
83 + 12 + 26 = 121 (100%)
R 83 of 121 ~ 68.6%
G 12 of 121 ~ 9.92%
B 26 of 121 ~ 21.49%

%68.6
%9.92
%21.49

CMYK color model

#530C1A color CMYK value is (0,86,69,67).

  • cyan value is 0.00%
  • magenta value is 85.54%
  • yellow value is 68.67%
  • key color value is 67.45%
CMYK:
(0,86,69,67)
C0M86Y69K67 
(0%,86%,69%,67%)
(0.00/0.86/0.69/0.67)	

CMYK percentages

%0
%85.54
%68.67
%67.45

Codes

Color #530C1A in popluar color models

530C1A
RGB831226
HSL348°74.74%18.63%
HSB/HSV348°85.54%32.55%
CMYK0.00%85.54%68.67%
67.45%

Color #530C1A in popluar number systems.

HEX530C1A
Decimal831226
Binary1010011110011010
Octal1231432

Shades and tints

Shades of #530C1A

#530C1A
(83,12,26)
#4C0B18
(76,11,24)
#450A16
(69,10,22)
#3E0914
(62,9,20)
#370812
(55,8,18)
#300710
(48,7,16)
#29060E
(41,6,14)
#22050C
(34,5,12)
#1B040A
(27,4,10)
#140308
(20,3,8)
#0D0206
(13,2,6)
#000000
(0,0,0)

Tints of #530C1A

#530C1A
(83,12,26)
#62222E
(98,34,46)
#713842
(113,56,66)
#804E56
(128,78,86)
#8F646A
(143,100,106)
#9E7A7E
(158,122,126)
#AD9092
(173,144,146)
#BCA6A6
(188,166,166)
#CBBCBA
(203,188,186)
#DAD2CE
(218,210,206)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530C1A; }

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

This text font color is #530C1A.


Background Color

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

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

This div background color is #530C1A.


Border color

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

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

This div border color is #530C1A.


Opacity

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

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

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

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

This text has shadow with #530C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530C1A on black background.


Color preview on white background

This text has color #530C1A on white background.



Black color preview on #530C1A background

This text has black color on #530C1A background.


White color preview on #530C1A background

This text has white color on #530C1A background.