COLOR #530D1A

HEX: #530D1A
RGB: (83,13,26)

Color info

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

RGB color model

#530D1A color RGB value is (83,13,26).

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

RGB channels and saturation

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

83
13
26

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

Portions of RGB colors in percentages

R + G + B =
83 + 13 + 26 = 122 (100%)
R 83 of 122 ~ 68.03%
G 13 of 122 ~ 10.66%
B 26 of 122 ~ 21.31%

%68.03
%10.66
%21.31

CMYK color model

#530D1A color CMYK value is (0,84,69,67).

  • cyan value is 0.00%
  • magenta value is 84.34%
  • yellow value is 68.67%
  • key color value is 67.45%
CMYK:
(0,84,69,67)
C0M84Y69K67 
(0%,84%,69%,67%)
(0.00/0.84/0.69/0.67)	

CMYK percentages

%0
%84.34
%68.67
%67.45

Codes

Color #530D1A in popluar color models

530D1A
RGB831326
HSL349°72.92%18.82%
HSB/HSV349°84.34%32.55%
CMYK0.00%84.34%68.67%
67.45%

Color #530D1A in popluar number systems.

HEX530D1A
Decimal831326
Binary1010011110111010
Octal1231532

Shades and tints

Shades of #530D1A

#530D1A
(83,13,26)
#4C0C18
(76,12,24)
#450B16
(69,11,22)
#3E0A14
(62,10,20)
#370912
(55,9,18)
#300810
(48,8,16)
#29070E
(41,7,14)
#22060C
(34,6,12)
#1B050A
(27,5,10)
#140408
(20,4,8)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #530D1A

#530D1A
(83,13,26)
#62232E
(98,35,46)
#713942
(113,57,66)
#804F56
(128,79,86)
#8F656A
(143,101,106)
#9E7B7E
(158,123,126)
#AD9192
(173,145,146)
#BCA7A6
(188,167,166)
#CBBDBA
(203,189,186)
#DAD3CE
(218,211,206)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530D1A; }

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

This text font color is #530D1A.


Background Color

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

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

This div background color is #530D1A.


Border color

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

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

This div border color is #530D1A.


Opacity

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

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

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

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

This text has shadow with #530D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530D1A on black background.


Color preview on white background

This text has color #530D1A on white background.



Black color preview on #530D1A background

This text has black color on #530D1A background.


White color preview on #530D1A background

This text has white color on #530D1A background.