COLOR #530419

HEX: #530419
RGB: (83,4,25)

Color info

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

RGB color model

#530419 color RGB value is (83,4,25).

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

RGB channels and saturation

R 83 of 255 = 33%
G 4 of 255 = 2%
B 25 of 255 = 10%

83
4
25

R + G + B ~ 15%. #530419 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 4 + 25 = 112 (100%)
R 83 of 112 ~ 74.11%
G 4 of 112 ~ 3.57%
B 25 of 112 ~ 22.32%

%74.11
%22.32

CMYK color model

#530419 color CMYK value is (0,95,70,67).

  • cyan value is 0.00%
  • magenta value is 95.18%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(0,95,70,67)
C0M95Y70K67 
(0%,95%,70%,67%)
(0.00/0.95/0.70/0.67)	

CMYK percentages

%0
%95.18
%69.88
%67.45

Codes

Color #530419 in popluar color models

530419
RGB83425
HSL344°90.80%17.06%
HSB/HSV344°95.18%32.55%
CMYK0.00%95.18%69.88%
67.45%

Color #530419 in popluar number systems.

HEX530419
Decimal83425
Binary101001110011001
Octal123431

Shades and tints

Shades of #530419

#530419
(83,4,25)
#4C0417
(76,4,23)
#450415
(69,4,21)
#3E0413
(62,4,19)
#370411
(55,4,17)
#30040F
(48,4,15)
#29040D
(41,4,13)
#22040B
(34,4,11)
#1B0409
(27,4,9)
#140407
(20,4,7)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #530419

#530419
(83,4,25)
#621A2D
(98,26,45)
#713041
(113,48,65)
#804655
(128,70,85)
#8F5C69
(143,92,105)
#9E727D
(158,114,125)
#AD8891
(173,136,145)
#BC9EA5
(188,158,165)
#CBB4B9
(203,180,185)
#DACACD
(218,202,205)
#E9E0E1
(233,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530419 color. Also use rgb(83,4,25) instead hex code.

Text Font Color

.myTextColor { color: #530419; }

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

This text font color is #530419.


Background Color

.myBgColor { background-color: #530419; }

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

This div background color is #530419.


Border color

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

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

This div border color is #530419.


Opacity

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

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

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

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

This text has shadow with #530419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530419 on black background.


Color preview on white background

This text has color #530419 on white background.



Black color preview on #530419 background

This text has black color on #530419 background.


White color preview on #530419 background

This text has white color on #530419 background.