COLOR #130604

HEX: #130604
RGB: (19,6,4)

Color info

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

RGB color model

#130604 color RGB value is (19,6,4).

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

RGB channels and saturation

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

19
6
4

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

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 4 = 29 (100%)
R 19 of 29 ~ 65.52%
G 6 of 29 ~ 20.69%
B 4 of 29 ~ 13.79%

%65.52
%20.69
%13.79

CMYK color model

#130604 color CMYK value is (0,68,79,93).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 78.95%
  • key color value is 92.55%
CMYK:
(0,68,79,93)
C0M68Y79K93 
(0%,68%,79%,93%)
(0.00/0.68/0.79/0.93)	

CMYK percentages

%0
%68.42
%78.95
%92.55

Codes

Color #130604 in popluar color models

130604
RGB1964
HSL65.22%4.51%
HSB/HSV78.95%7.45%
CMYK0.00%68.42%78.95%
92.55%

Color #130604 in popluar number systems.

HEX130604
Decimal1964
Binary10011110100
Octal2364

Shades and tints

Shades of #130604

#130604
(19,6,4)
#120604
(18,6,4)
#110604
(17,6,4)
#100604
(16,6,4)
#0F0604
(15,6,4)
#0E0604
(14,6,4)
#0D0604
(13,6,4)
#0C0604
(12,6,4)
#0B0604
(11,6,4)
#0A0604
(10,6,4)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #130604

#130604
(19,6,4)
#281C1A
(40,28,26)
#3D3230
(61,50,48)
#524846
(82,72,70)
#675E5C
(103,94,92)
#7C7472
(124,116,114)
#918A88
(145,138,136)
#A6A09E
(166,160,158)
#BBB6B4
(187,182,180)
#D0CCCA
(208,204,202)
#E5E2E0
(229,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130604; }

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

This text font color is #130604.


Background Color

.myBgColor { background-color: #130604; }

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

This div background color is #130604.


Border color

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

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

This div border color is #130604.


Opacity

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

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

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

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

This text has shadow with #130604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130604 on black background.


Color preview on white background

This text has color #130604 on white background.



Black color preview on #130604 background

This text has black color on #130604 background.


White color preview on #130604 background

This text has white color on #130604 background.