COLOR #13373B

HEX: #13373B
RGB: (19,55,59)

Color info

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

RGB color model

#13373B color RGB value is (19,55,59).

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

RGB channels and saturation

R 19 of 255 = 7%
G 55 of 255 = 22%
B 59 of 255 = 23%

19
55
59

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

Portions of RGB colors in percentages

R + G + B =
19 + 55 + 59 = 133 (100%)
R 19 of 133 ~ 14.29%
G 55 of 133 ~ 41.35%
B 59 of 133 ~ 44.36%

%14.29
%41.35
%44.36

CMYK color model

#13373B color CMYK value is (68,7,0,77).

  • cyan value is 67.80%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(68,7,0,77)
C68M7Y0K77 
(68%,7%,0%,77%)
(0.68/0.07/0.00/0.77)	

CMYK percentages

%67.8
%6.78
%0
%76.86

Codes

Color #13373B in popluar color models

13373B
RGB195559
HSL186°51.28%15.29%
HSB/HSV186°67.80%23.14%
CMYK67.80%6.78%0.00%
76.86%

Color #13373B in popluar number systems.

HEX13373B
Decimal195559
Binary10011110111111011
Octal236773

Shades and tints

Shades of #13373B

#13373B
(19,55,59)
#123236
(18,50,54)
#112D31
(17,45,49)
#10282C
(16,40,44)
#0F2327
(15,35,39)
#0E1E22
(14,30,34)
#0D191D
(13,25,29)
#0C1418
(12,20,24)
#0B0F13
(11,15,19)
#0A0A0E
(10,10,14)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #13373B

#13373B
(19,55,59)
#28494C
(40,73,76)
#3D5B5D
(61,91,93)
#526D6E
(82,109,110)
#677F7F
(103,127,127)
#7C9190
(124,145,144)
#91A3A1
(145,163,161)
#A6B5B2
(166,181,178)
#BBC7C3
(187,199,195)
#D0D9D4
(208,217,212)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13373B; }

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

This text font color is #13373B.


Background Color

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

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

This div background color is #13373B.


Border color

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

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

This div border color is #13373B.


Opacity

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

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

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

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

This text has shadow with #13373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13373B on black background.


Color preview on white background

This text has color #13373B on white background.



Black color preview on #13373B background

This text has black color on #13373B background.


White color preview on #13373B background

This text has white color on #13373B background.