COLOR #530509

HEX: #530509
RGB: (83,5,9)

Color info

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

RGB color model

#530509 color RGB value is (83,5,9).

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

RGB channels and saturation

R 83 of 255 = 33%
G 5 of 255 = 2%
B 9 of 255 = 4%

83
5
9

R + G + B ~ 13%. #530509 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 5 + 9 = 97 (100%)
R 83 of 97 ~ 85.57%
G 5 of 97 ~ 5.15%
B 9 of 97 ~ 9.28%

%85.57

CMYK color model

#530509 color CMYK value is (0,94,89,67).

  • cyan value is 0.00%
  • magenta value is 93.98%
  • yellow value is 89.16%
  • key color value is 67.45%
CMYK:
(0,94,89,67)
C0M94Y89K67 
(0%,94%,89%,67%)
(0.00/0.94/0.89/0.67)	

CMYK percentages

%0
%93.98
%89.16
%67.45

Codes

Color #530509 in popluar color models

530509
RGB8359
HSL357°88.64%17.25%
HSB/HSV357°93.98%32.55%
CMYK0.00%93.98%89.16%
67.45%

Color #530509 in popluar number systems.

HEX530509
Decimal8359
Binary10100111011001
Octal123511

Shades and tints

Shades of #530509

#530509
(83,5,9)
#4C0509
(76,5,9)
#450509
(69,5,9)
#3E0509
(62,5,9)
#370509
(55,5,9)
#300509
(48,5,9)
#290509
(41,5,9)
#220509
(34,5,9)
#1B0509
(27,5,9)
#140509
(20,5,9)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #530509

#530509
(83,5,9)
#621B1F
(98,27,31)
#713135
(113,49,53)
#80474B
(128,71,75)
#8F5D61
(143,93,97)
#9E7377
(158,115,119)
#AD898D
(173,137,141)
#BC9FA3
(188,159,163)
#CBB5B9
(203,181,185)
#DACBCF
(218,203,207)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530509 color. Also use rgb(83,5,9) instead hex code.

Text Font Color

.myTextColor { color: #530509; }

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

This text font color is #530509.


Background Color

.myBgColor { background-color: #530509; }

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

This div background color is #530509.


Border color

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

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

This div border color is #530509.


Opacity

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

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

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

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

This text has shadow with #530509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530509 on black background.


Color preview on white background

This text has color #530509 on white background.



Black color preview on #530509 background

This text has black color on #530509 background.


White color preview on #530509 background

This text has white color on #530509 background.