COLOR #13404F

HEX: #13404F
RGB: (19,64,79)

Color info

#13404F contains mainly green and blue colors. Web safe color of #13404F is #003366 (or #036).

RGB color model

#13404F color RGB value is (19,64,79).

  • red value is 19;
  • green value is 64;
  • blue value is 79.
RGB:
(19,64,79)
(7%,25%,31%)

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 79 of 255 = 31%

19
64
79

R + G + B ~ 21%. #13404F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 79 = 162 (100%)
R 19 of 162 ~ 11.73%
G 64 of 162 ~ 39.51%
B 79 of 162 ~ 48.77%

%11.73
%39.51
%48.77

CMYK color model

#13404F color CMYK value is (76,19,0,69).

  • cyan value is 75.95%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(76,19,0,69)
C76M19Y0K69 
(76%,19%,0%,69%)
(0.76/0.19/0.00/0.69)	

CMYK percentages

%75.95
%18.99
%0
%69.02

Codes

Color #13404F in popluar color models

13404F
RGB196479
HSL195°61.22%19.22%
HSB/HSV195°75.95%30.98%
CMYK75.95%18.99%0.00%
69.02%

Color #13404F in popluar number systems.

HEX13404F
Decimal196479
Binary1001110000001001111
Octal23100117

Shades and tints

Shades of #13404F

#13404F
(19,64,79)
#123B48
(18,59,72)
#113641
(17,54,65)
#10313A
(16,49,58)
#0F2C33
(15,44,51)
#0E272C
(14,39,44)
#0D2225
(13,34,37)
#0C1D1E
(12,29,30)
#0B1817
(11,24,23)
#0A1310
(10,19,16)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #13404F

#13404F
(19,64,79)
#28515F
(40,81,95)
#3D626F
(61,98,111)
#52737F
(82,115,127)
#67848F
(103,132,143)
#7C959F
(124,149,159)
#91A6AF
(145,166,175)
#A6B7BF
(166,183,191)
#BBC8CF
(187,200,207)
#D0D9DF
(208,217,223)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13404F color. Also use rgb(19,64,79) instead hex code.

Text Font Color

.myTextColor { color: #13404F; }

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

This text font color is #13404F.


Background Color

.myBgColor { background-color: #13404F; }

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

This div background color is #13404F.


Border color

.myBorderColor { border: 1px solid #13404F; }

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

This div border color is #13404F.


Opacity

.myOpacity80 { color: #13404F; opacity: 0.8; }

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

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

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

This text has shadow with #13404F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13404F on black background.


Color preview on white background

This text has color #13404F on white background.



Black color preview on #13404F background

This text has black color on #13404F background.


White color preview on #13404F background

This text has white color on #13404F background.