COLOR #130A04

HEX: #130A04
RGB: (19,10,4)

Color info

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

RGB color model

#130A04 color RGB value is (19,10,4).

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

RGB channels and saturation

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

19
10
4

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

Portions of RGB colors in percentages

R + G + B =
19 + 10 + 4 = 33 (100%)
R 19 of 33 ~ 57.58%
G 10 of 33 ~ 30.3%
B 4 of 33 ~ 12.12%

%57.58
%30.3
%12.12

CMYK color model

#130A04 color CMYK value is (0,47,79,93).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 78.95%
  • key color value is 92.55%
CMYK:
(0,47,79,93)
C0M47Y79K93 
(0%,47%,79%,93%)
(0.00/0.47/0.79/0.93)	

CMYK percentages

%0
%47.37
%78.95
%92.55

Codes

Color #130A04 in popluar color models

130A04
RGB19104
HSL24°65.22%4.51%
HSB/HSV24°78.95%7.45%
CMYK0.00%47.37%78.95%
92.55%

Color #130A04 in popluar number systems.

HEX130A04
Decimal19104
Binary100111010100
Octal23124

Shades and tints

Shades of #130A04

#130A04
(19,10,4)
#120A04
(18,10,4)
#110A04
(17,10,4)
#100A04
(16,10,4)
#0F0A04
(15,10,4)
#0E0A04
(14,10,4)
#0D0A04
(13,10,4)
#0C0A04
(12,10,4)
#0B0A04
(11,10,4)
#0A0A04
(10,10,4)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #130A04

#130A04
(19,10,4)
#28201A
(40,32,26)
#3D3630
(61,54,48)
#524C46
(82,76,70)
#67625C
(103,98,92)
#7C7872
(124,120,114)
#918E88
(145,142,136)
#A6A49E
(166,164,158)
#BBBAB4
(187,186,180)
#D0D0CA
(208,208,202)
#E5E6E0
(229,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130A04; }

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

This text font color is #130A04.


Background Color

.myBgColor { background-color: #130A04; }

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

This div background color is #130A04.


Border color

.myBorderColor { border: 1px solid #130A04; }

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

This div border color is #130A04.


Opacity

.myOpacity80 { color: #130A04; opacity: 0.8; }

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

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

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

This text has shadow with #130A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130A04 on black background.


Color preview on white background

This text has color #130A04 on white background.



Black color preview on #130A04 background

This text has black color on #130A04 background.


White color preview on #130A04 background

This text has white color on #130A04 background.