COLOR #13393B

HEX: #13393B
RGB: (19,57,59)

Color info

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

RGB color model

#13393B color RGB value is (19,57,59).

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

RGB channels and saturation

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

19
57
59

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

Portions of RGB colors in percentages

R + G + B =
19 + 57 + 59 = 135 (100%)
R 19 of 135 ~ 14.07%
G 57 of 135 ~ 42.22%
B 59 of 135 ~ 43.7%

%14.07
%42.22
%43.7

CMYK color model

#13393B color CMYK value is (68,3,0,77).

  • cyan value is 67.80%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(68,3,0,77)
C68M3Y0K77 
(68%,3%,0%,77%)
(0.68/0.03/0.00/0.77)	

CMYK percentages

%67.8
%3.39
%0
%76.86

Codes

Color #13393B in popluar color models

13393B
RGB195759
HSL183°51.28%15.29%
HSB/HSV183°67.80%23.14%
CMYK67.80%3.39%0.00%
76.86%

Color #13393B in popluar number systems.

HEX13393B
Decimal195759
Binary10011111001111011
Octal237173

Shades and tints

Shades of #13393B

#13393B
(19,57,59)
#123436
(18,52,54)
#112F31
(17,47,49)
#102A2C
(16,42,44)
#0F2527
(15,37,39)
#0E2022
(14,32,34)
#0D1B1D
(13,27,29)
#0C1618
(12,22,24)
#0B1113
(11,17,19)
#0A0C0E
(10,12,14)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #13393B

#13393B
(19,57,59)
#284B4C
(40,75,76)
#3D5D5D
(61,93,93)
#526F6E
(82,111,110)
#67817F
(103,129,127)
#7C9390
(124,147,144)
#91A5A1
(145,165,161)
#A6B7B2
(166,183,178)
#BBC9C3
(187,201,195)
#D0DBD4
(208,219,212)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13393B; }

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

This text font color is #13393B.


Background Color

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

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

This div background color is #13393B.


Border color

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

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

This div border color is #13393B.


Opacity

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

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

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

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

This text has shadow with #13393B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13393B on black background.


Color preview on white background

This text has color #13393B on white background.



Black color preview on #13393B background

This text has black color on #13393B background.


White color preview on #13393B background

This text has white color on #13393B background.