COLOR #13313F

HEX: #13313F
RGB: (19,49,63)

Color info

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

RGB color model

#13313F color RGB value is (19,49,63).

  • red value is 19;
  • green value is 49;
  • blue value is 63.
RGB:
(19,49,63)
(7%,19%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 63 of 255 = 25%

19
49
63

R + G + B ~ 17%. #13313F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 63 = 131 (100%)
R 19 of 131 ~ 14.5%
G 49 of 131 ~ 37.4%
B 63 of 131 ~ 48.09%

%14.5
%37.4
%48.09

CMYK color model

#13313F color CMYK value is (70,22,0,75).

  • cyan value is 69.84%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(70,22,0,75)
C70M22Y0K75 
(70%,22%,0%,75%)
(0.70/0.22/0.00/0.75)	

CMYK percentages

%69.84
%22.22
%0
%75.29

Codes

Color #13313F in popluar color models

13313F
RGB194963
HSL199°53.66%16.08%
HSB/HSV199°69.84%24.71%
CMYK69.84%22.22%0.00%
75.29%

Color #13313F in popluar number systems.

HEX13313F
Decimal194963
Binary10011110001111111
Octal236177

Shades and tints

Shades of #13313F

#13313F
(19,49,63)
#122D3A
(18,45,58)
#112935
(17,41,53)
#102530
(16,37,48)
#0F212B
(15,33,43)
#0E1D26
(14,29,38)
#0D1921
(13,25,33)
#0C151C
(12,21,28)
#0B1117
(11,17,23)
#0A0D12
(10,13,18)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #13313F

#13313F
(19,49,63)
#284350
(40,67,80)
#3D5561
(61,85,97)
#526772
(82,103,114)
#677983
(103,121,131)
#7C8B94
(124,139,148)
#919DA5
(145,157,165)
#A6AFB6
(166,175,182)
#BBC1C7
(187,193,199)
#D0D3D8
(208,211,216)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13313F color. Also use rgb(19,49,63) instead hex code.

Text Font Color

.myTextColor { color: #13313F; }

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

This text font color is #13313F.


Background Color

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

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

This div background color is #13313F.


Border color

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

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

This div border color is #13313F.


Opacity

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

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

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

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

This text has shadow with #13313F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13313F on black background.


Color preview on white background

This text has color #13313F on white background.



Black color preview on #13313F background

This text has black color on #13313F background.


White color preview on #13313F background

This text has white color on #13313F background.