COLOR #13403B

HEX: #13403B
RGB: (19,64,59)

Color info

#13403B contains red, green and blue colors in about the same proportion. Web safe color of #13403B is #003333 (or #033).

RGB color model

#13403B color RGB value is (19,64,59).

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

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 59 of 255 = 23%

19
64
59

R + G + B ~ 18%. #13403B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 59 = 142 (100%)
R 19 of 142 ~ 13.38%
G 64 of 142 ~ 45.07%
B 59 of 142 ~ 41.55%

%13.38
%45.07
%41.55

CMYK color model

#13403B color CMYK value is (70,0,8,75).

  • cyan value is 70.31%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(70,0,8,75)
C70M0Y8K75 
(70%,0%,8%,75%)
(0.70/0.00/0.08/0.75)	

CMYK percentages

%70.31
%0
%7.81
%74.9

Codes

Color #13403B in popluar color models

13403B
RGB196459
HSL173°54.22%16.27%
HSB/HSV173°70.31%25.10%
CMYK70.31%0.00%7.81%
74.90%

Color #13403B in popluar number systems.

HEX13403B
Decimal196459
Binary100111000000111011
Octal2310073

Shades and tints

Shades of #13403B

#13403B
(19,64,59)
#123B36
(18,59,54)
#113631
(17,54,49)
#10312C
(16,49,44)
#0F2C27
(15,44,39)
#0E2722
(14,39,34)
#0D221D
(13,34,29)
#0C1D18
(12,29,24)
#0B1813
(11,24,19)
#0A130E
(10,19,14)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #13403B

#13403B
(19,64,59)
#28514C
(40,81,76)
#3D625D
(61,98,93)
#52736E
(82,115,110)
#67847F
(103,132,127)
#7C9590
(124,149,144)
#91A6A1
(145,166,161)
#A6B7B2
(166,183,178)
#BBC8C3
(187,200,195)
#D0D9D4
(208,217,212)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13403B color. Also use rgb(19,64,59) instead hex code.

Text Font Color

.myTextColor { color: #13403B; }

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

This text font color is #13403B.


Background Color

.myBgColor { background-color: #13403B; }

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

This div background color is #13403B.


Border color

.myBorderColor { border: 1px solid #13403B; }

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

This div border color is #13403B.


Opacity

.myOpacity80 { color: #13403B; opacity: 0.8; }

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

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

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

This text has shadow with #13403B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13403B on black background.


Color preview on white background

This text has color #13403B on white background.



Black color preview on #13403B background

This text has black color on #13403B background.


White color preview on #13403B background

This text has white color on #13403B background.