COLOR #13040E

HEX: #13040E
RGB: (19,4,14)

Color info

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

RGB color model

#13040E color RGB value is (19,4,14).

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

RGB channels and saturation

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

19
4
14

R + G + B ~ 5%. #13040E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 4 + 14 = 37 (100%)
R 19 of 37 ~ 51.35%
G 4 of 37 ~ 10.81%
B 14 of 37 ~ 37.84%

%51.35
%10.81
%37.84

CMYK color model

#13040E color CMYK value is (0,79,26,93).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 26.32%
  • key color value is 92.55%
CMYK:
(0,79,26,93)
C0M79Y26K93 
(0%,79%,26%,93%)
(0.00/0.79/0.26/0.93)	

CMYK percentages

%0
%78.95
%26.32
%92.55

Codes

Color #13040E in popluar color models

13040E
RGB19414
HSL320°65.22%4.51%
HSB/HSV320°78.95%7.45%
CMYK0.00%78.95%26.32%
92.55%

Color #13040E in popluar number systems.

HEX13040E
Decimal19414
Binary100111001110
Octal23416

Shades and tints

Shades of #13040E

#13040E
(19,4,14)
#12040D
(18,4,13)
#11040C
(17,4,12)
#10040B
(16,4,11)
#0F040A
(15,4,10)
#0E0409
(14,4,9)
#0D0408
(13,4,8)
#0C0407
(12,4,7)
#0B0406
(11,4,6)
#0A0405
(10,4,5)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #13040E

#13040E
(19,4,14)
#281A23
(40,26,35)
#3D3038
(61,48,56)
#52464D
(82,70,77)
#675C62
(103,92,98)
#7C7277
(124,114,119)
#91888C
(145,136,140)
#A69EA1
(166,158,161)
#BBB4B6
(187,180,182)
#D0CACB
(208,202,203)
#E5E0E0
(229,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13040E; }

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

This text font color is #13040E.


Background Color

.myBgColor { background-color: #13040E; }

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

This div background color is #13040E.


Border color

.myBorderColor { border: 1px solid #13040E; }

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

This div border color is #13040E.


Opacity

.myOpacity80 { color: #13040E; opacity: 0.8; }

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

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

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

This text has shadow with #13040E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13040E on black background.


Color preview on white background

This text has color #13040E on white background.



Black color preview on #13040E background

This text has black color on #13040E background.


White color preview on #13040E background

This text has white color on #13040E background.