COLOR #130424

HEX: #130424
RGB: (19,4,36)

Color info

#130424 contains red, green and blue colors in about the same proportion. Web safe color of #130424 is #000033 (or #003).

RGB color model

#130424 color RGB value is (19,4,36).

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

RGB channels and saturation

R 19 of 255 = 7%
G 4 of 255 = 2%
B 36 of 255 = 14%

19
4
36

R + G + B ~ 8%. #130424 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 4 + 36 = 59 (100%)
R 19 of 59 ~ 32.2%
G 4 of 59 ~ 6.78%
B 36 of 59 ~ 61.02%

%32.2
%61.02

CMYK color model

#130424 color CMYK value is (47,89,0,86).

  • cyan value is 47.22%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(47,89,0,86)
C47M89Y0K86 
(47%,89%,0%,86%)
(0.47/0.89/0.00/0.86)	

CMYK percentages

%47.22
%88.89
%0
%85.88

Codes

Color #130424 in popluar color models

130424
RGB19436
HSL268°80.00%7.84%
HSB/HSV268°88.89%14.12%
CMYK47.22%88.89%0.00%
85.88%

Color #130424 in popluar number systems.

HEX130424
Decimal19436
Binary10011100100100
Octal23444

Shades and tints

Shades of #130424

#130424
(19,4,36)
#120421
(18,4,33)
#11041E
(17,4,30)
#10041B
(16,4,27)
#0F0418
(15,4,24)
#0E0415
(14,4,21)
#0D0412
(13,4,18)
#0C040F
(12,4,15)
#0B040C
(11,4,12)
#0A0409
(10,4,9)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #130424

#130424
(19,4,36)
#281A37
(40,26,55)
#3D304A
(61,48,74)
#52465D
(82,70,93)
#675C70
(103,92,112)
#7C7283
(124,114,131)
#918896
(145,136,150)
#A69EA9
(166,158,169)
#BBB4BC
(187,180,188)
#D0CACF
(208,202,207)
#E5E0E2
(229,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130424; }

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

This text font color is #130424.


Background Color

.myBgColor { background-color: #130424; }

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

This div background color is #130424.


Border color

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

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

This div border color is #130424.


Opacity

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

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

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

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

This text has shadow with #130424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130424 on black background.


Color preview on white background

This text has color #130424 on white background.



Black color preview on #130424 background

This text has black color on #130424 background.


White color preview on #130424 background

This text has white color on #130424 background.