COLOR #530615

HEX: #530615
RGB: (83,6,21)

Color info

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

RGB color model

#530615 color RGB value is (83,6,21).

  • red value is 83;
  • green value is 6;
  • blue value is 21.
RGB:
(83,6,21)
(33%,2%,8%)

RGB channels and saturation

R 83 of 255 = 33%
G 6 of 255 = 2%
B 21 of 255 = 8%

83
6
21

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

Portions of RGB colors in percentages

R + G + B =
83 + 6 + 21 = 110 (100%)
R 83 of 110 ~ 75.45%
G 6 of 110 ~ 5.45%
B 21 of 110 ~ 19.09%

%75.45
%19.09

CMYK color model

#530615 color CMYK value is (0,93,75,67).

  • cyan value is 0.00%
  • magenta value is 92.77%
  • yellow value is 74.70%
  • key color value is 67.45%
CMYK:
(0,93,75,67)
C0M93Y75K67 
(0%,93%,75%,67%)
(0.00/0.93/0.75/0.67)	

CMYK percentages

%0
%92.77
%74.7
%67.45

Codes

Color #530615 in popluar color models

530615
RGB83621
HSL348°86.52%17.45%
HSB/HSV348°92.77%32.55%
CMYK0.00%92.77%74.70%
67.45%

Color #530615 in popluar number systems.

HEX530615
Decimal83621
Binary101001111010101
Octal123625

Shades and tints

Shades of #530615

#530615
(83,6,21)
#4C0614
(76,6,20)
#450613
(69,6,19)
#3E0612
(62,6,18)
#370611
(55,6,17)
#300610
(48,6,16)
#29060F
(41,6,15)
#22060E
(34,6,14)
#1B060D
(27,6,13)
#14060C
(20,6,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #530615

#530615
(83,6,21)
#621C2A
(98,28,42)
#71323F
(113,50,63)
#804854
(128,72,84)
#8F5E69
(143,94,105)
#9E747E
(158,116,126)
#AD8A93
(173,138,147)
#BCA0A8
(188,160,168)
#CBB6BD
(203,182,189)
#DACCD2
(218,204,210)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530615; }

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

This text font color is #530615.


Background Color

.myBgColor { background-color: #530615; }

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

This div background color is #530615.


Border color

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

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

This div border color is #530615.


Opacity

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

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

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

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

This text has shadow with #530615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530615 on black background.


Color preview on white background

This text has color #530615 on white background.



Black color preview on #530615 background

This text has black color on #530615 background.


White color preview on #530615 background

This text has white color on #530615 background.