COLOR #13313C

HEX: #13313C
RGB: (19,49,60)

Color info

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

RGB color model

#13313C color RGB value is (19,49,60).

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

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 60 of 255 = 24%

19
49
60

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

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 60 = 128 (100%)
R 19 of 128 ~ 14.84%
G 49 of 128 ~ 38.28%
B 60 of 128 ~ 46.88%

%14.84
%38.28
%46.88

CMYK color model

#13313C color CMYK value is (68,18,0,76).

  • cyan value is 68.33%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,18,0,76)
C68M18Y0K76 
(68%,18%,0%,76%)
(0.68/0.18/0.00/0.76)	

CMYK percentages

%68.33
%18.33
%0
%76.47

Codes

Color #13313C in popluar color models

13313C
RGB194960
HSL196°51.90%15.49%
HSB/HSV196°68.33%23.53%
CMYK68.33%18.33%0.00%
76.47%

Color #13313C in popluar number systems.

HEX13313C
Decimal194960
Binary10011110001111100
Octal236174

Shades and tints

Shades of #13313C

#13313C
(19,49,60)
#122D37
(18,45,55)
#112932
(17,41,50)
#10252D
(16,37,45)
#0F2128
(15,33,40)
#0E1D23
(14,29,35)
#0D191E
(13,25,30)
#0C1519
(12,21,25)
#0B1114
(11,17,20)
#0A0D0F
(10,13,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #13313C

#13313C
(19,49,60)
#28434D
(40,67,77)
#3D555E
(61,85,94)
#52676F
(82,103,111)
#677980
(103,121,128)
#7C8B91
(124,139,145)
#919DA2
(145,157,162)
#A6AFB3
(166,175,179)
#BBC1C4
(187,193,196)
#D0D3D5
(208,211,213)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13313C; }

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

This text font color is #13313C.


Background Color

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

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

This div background color is #13313C.


Border color

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

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

This div border color is #13313C.


Opacity

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

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

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

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

This text has shadow with #13313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13313C on black background.


Color preview on white background

This text has color #13313C on white background.



Black color preview on #13313C background

This text has black color on #13313C background.


White color preview on #13313C background

This text has white color on #13313C background.