COLOR #13383B

HEX: #13383B
RGB: (19,56,59)

Color info

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

RGB color model

#13383B color RGB value is (19,56,59).

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

RGB channels and saturation

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

19
56
59

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

Portions of RGB colors in percentages

R + G + B =
19 + 56 + 59 = 134 (100%)
R 19 of 134 ~ 14.18%
G 56 of 134 ~ 41.79%
B 59 of 134 ~ 44.03%

%14.18
%41.79
%44.03

CMYK color model

#13383B color CMYK value is (68,5,0,77).

  • cyan value is 67.80%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(68,5,0,77)
C68M5Y0K77 
(68%,5%,0%,77%)
(0.68/0.05/0.00/0.77)	

CMYK percentages

%67.8
%5.08
%0
%76.86

Codes

Color #13383B in popluar color models

13383B
RGB195659
HSL185°51.28%15.29%
HSB/HSV185°67.80%23.14%
CMYK67.80%5.08%0.00%
76.86%

Color #13383B in popluar number systems.

HEX13383B
Decimal195659
Binary10011111000111011
Octal237073

Shades and tints

Shades of #13383B

#13383B
(19,56,59)
#123336
(18,51,54)
#112E31
(17,46,49)
#10292C
(16,41,44)
#0F2427
(15,36,39)
#0E1F22
(14,31,34)
#0D1A1D
(13,26,29)
#0C1518
(12,21,24)
#0B1013
(11,16,19)
#0A0B0E
(10,11,14)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #13383B

#13383B
(19,56,59)
#284A4C
(40,74,76)
#3D5C5D
(61,92,93)
#526E6E
(82,110,110)
#67807F
(103,128,127)
#7C9290
(124,146,144)
#91A4A1
(145,164,161)
#A6B6B2
(166,182,178)
#BBC8C3
(187,200,195)
#D0DAD4
(208,218,212)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13383B; }

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

This text font color is #13383B.


Background Color

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

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

This div background color is #13383B.


Border color

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

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

This div border color is #13383B.


Opacity

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

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

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

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

This text has shadow with #13383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13383B on black background.


Color preview on white background

This text has color #13383B on white background.



Black color preview on #13383B background

This text has black color on #13383B background.


White color preview on #13383B background

This text has white color on #13383B background.