COLOR #530A0F

HEX: #530A0F
RGB: (83,10,15)

Color info

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

RGB color model

#530A0F color RGB value is (83,10,15).

  • red value is 83;
  • green value is 10;
  • blue value is 15.
RGB:
(83,10,15)
(33%,4%,6%)

RGB channels and saturation

R 83 of 255 = 33%
G 10 of 255 = 4%
B 15 of 255 = 6%

83
10
15

R + G + B ~ 14%. #530A0F is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 10 + 15 = 108 (100%)
R 83 of 108 ~ 76.85%
G 10 of 108 ~ 9.26%
B 15 of 108 ~ 13.89%

%76.85
%13.89

CMYK color model

#530A0F color CMYK value is (0,88,82,67).

  • cyan value is 0.00%
  • magenta value is 87.95%
  • yellow value is 81.93%
  • key color value is 67.45%
CMYK:
(0,88,82,67)
C0M88Y82K67 
(0%,88%,82%,67%)
(0.00/0.88/0.82/0.67)	

CMYK percentages

%0
%87.95
%81.93
%67.45

Codes

Color #530A0F in popluar color models

530A0F
RGB831015
HSL356°78.49%18.24%
HSB/HSV356°87.95%32.55%
CMYK0.00%87.95%81.93%
67.45%

Color #530A0F in popluar number systems.

HEX530A0F
Decimal831015
Binary101001110101111
Octal1231217

Shades and tints

Shades of #530A0F

#530A0F
(83,10,15)
#4C0A0E
(76,10,14)
#450A0D
(69,10,13)
#3E0A0C
(62,10,12)
#370A0B
(55,10,11)
#300A0A
(48,10,10)
#290A09
(41,10,9)
#220A08
(34,10,8)
#1B0A07
(27,10,7)
#140A06
(20,10,6)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #530A0F

#530A0F
(83,10,15)
#622024
(98,32,36)
#713639
(113,54,57)
#804C4E
(128,76,78)
#8F6263
(143,98,99)
#9E7878
(158,120,120)
#AD8E8D
(173,142,141)
#BCA4A2
(188,164,162)
#CBBAB7
(203,186,183)
#DAD0CC
(218,208,204)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530A0F color. Also use rgb(83,10,15) instead hex code.

Text Font Color

.myTextColor { color: #530A0F; }

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

This text font color is #530A0F.


Background Color

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

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

This div background color is #530A0F.


Border color

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

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

This div border color is #530A0F.


Opacity

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

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

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

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

This text has shadow with #530A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530A0F on black background.


Color preview on white background

This text has color #530A0F on white background.



Black color preview on #530A0F background

This text has black color on #530A0F background.


White color preview on #530A0F background

This text has white color on #530A0F background.