COLOR #130509

HEX: #130509
RGB: (19,5,9)

Color info

#130509 contains red, green and blue colors in about the same proportion. Web safe color of #130509 is #000000 (or #000).

RGB color model

#130509 color RGB value is (19,5,9).

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

RGB channels and saturation

R 19 of 255 = 7%
G 5 of 255 = 2%
B 9 of 255 = 4%

19
5
9

R + G + B ~ 4%. #130509 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 5 + 9 = 33 (100%)
R 19 of 33 ~ 57.58%
G 5 of 33 ~ 15.15%
B 9 of 33 ~ 27.27%

%57.58
%15.15
%27.27

CMYK color model

#130509 color CMYK value is (0,74,53,93).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(0,74,53,93)
C0M74Y53K93 
(0%,74%,53%,93%)
(0.00/0.74/0.53/0.93)	

CMYK percentages

%0
%73.68
%52.63
%92.55

Codes

Color #130509 in popluar color models

130509
RGB1959
HSL343°58.33%4.71%
HSB/HSV343°73.68%7.45%
CMYK0.00%73.68%52.63%
92.55%

Color #130509 in popluar number systems.

HEX130509
Decimal1959
Binary100111011001
Octal23511

Shades and tints

Shades of #130509

#130509
(19,5,9)
#120509
(18,5,9)
#110509
(17,5,9)
#100509
(16,5,9)
#0F0509
(15,5,9)
#0E0509
(14,5,9)
#0D0509
(13,5,9)
#0C0509
(12,5,9)
#0B0509
(11,5,9)
#0A0509
(10,5,9)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #130509

#130509
(19,5,9)
#281B1F
(40,27,31)
#3D3135
(61,49,53)
#52474B
(82,71,75)
#675D61
(103,93,97)
#7C7377
(124,115,119)
#91898D
(145,137,141)
#A69FA3
(166,159,163)
#BBB5B9
(187,181,185)
#D0CBCF
(208,203,207)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130509; }

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

This text font color is #130509.


Background Color

.myBgColor { background-color: #130509; }

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

This div background color is #130509.


Border color

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

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

This div border color is #130509.


Opacity

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

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

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

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

This text has shadow with #130509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130509 on black background.


Color preview on white background

This text has color #130509 on white background.



Black color preview on #130509 background

This text has black color on #130509 background.


White color preview on #130509 background

This text has white color on #130509 background.