COLOR #130004

HEX: #130004
RGB: (19,0,4)

Color info

#130004 contains only red and blue colors. Web safe color of #130004 is #000000 (or #000).

RGB color model

#130004 color RGB value is (19,0,4).

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

RGB channels and saturation

R 19 of 255 = 7%
G 0 of 255 = 0%
B 4 of 255 = 2%

19
0
4

R + G + B ~ 3%. #130004 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 0 + 4 = 23 (100%)
R 19 of 23 ~ 82.61%
G 0 of 23 ~ 0%
B 4 of 23 ~ 17.39%

%82.61
%17.39

CMYK color model

#130004 color CMYK value is (0,100,79,93).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 78.95%
  • key color value is 92.55%
CMYK:
(0,100,79,93)
C0M100Y79K93 
(0%,100%,79%,93%)
(0.00/1.00/0.79/0.93)	

CMYK percentages

%0
%100
%78.95
%92.55

Codes

Color #130004 in popluar color models

130004
RGB1904
HSL347°100.00%3.73%
HSB/HSV347°100.00%7.45%
CMYK0.00%100.00%78.95%
92.55%

Color #130004 in popluar number systems.

HEX130004
Decimal1904
Binary100110100
Octal2304

Shades and tints

Shades of #130004

#130004
(19,0,4)
#120004
(18,0,4)
#110004
(17,0,4)
#100004
(16,0,4)
#0F0004
(15,0,4)
#0E0004
(14,0,4)
#0D0004
(13,0,4)
#0C0004
(12,0,4)
#0B0004
(11,0,4)
#0A0004
(10,0,4)
#090004
(9,0,4)
#000000
(0,0,0)

Tints of #130004

#130004
(19,0,4)
#28171A
(40,23,26)
#3D2E30
(61,46,48)
#524546
(82,69,70)
#675C5C
(103,92,92)
#7C7372
(124,115,114)
#918A88
(145,138,136)
#A6A19E
(166,161,158)
#BBB8B4
(187,184,180)
#D0CFCA
(208,207,202)
#E5E6E0
(229,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130004 color. Also use rgb(19,0,4) instead hex code.

Text Font Color

.myTextColor { color: #130004; }

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

This text font color is #130004.


Background Color

.myBgColor { background-color: #130004; }

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

This div background color is #130004.


Border color

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

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

This div border color is #130004.


Opacity

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

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

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

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

This text has shadow with #130004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130004 on black background.


Color preview on white background

This text has color #130004 on white background.



Black color preview on #130004 background

This text has black color on #130004 background.


White color preview on #130004 background

This text has white color on #130004 background.