COLOR #13293D

HEX: #13293D
RGB: (19,41,61)

Color info

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

RGB color model

#13293D color RGB value is (19,41,61).

  • red value is 19;
  • green value is 41;
  • blue value is 61.
RGB:
(19,41,61)
(7%,16%,24%)

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 61 of 255 = 24%

19
41
61

R + G + B ~ 16%. #13293D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 61 = 121 (100%)
R 19 of 121 ~ 15.7%
G 41 of 121 ~ 33.88%
B 61 of 121 ~ 50.41%

%15.7
%33.88
%50.41

CMYK color model

#13293D color CMYK value is (69,33,0,76).

  • cyan value is 68.85%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(69,33,0,76)
C69M33Y0K76 
(69%,33%,0%,76%)
(0.69/0.33/0.00/0.76)	

CMYK percentages

%68.85
%32.79
%0
%76.08

Codes

Color #13293D in popluar color models

13293D
RGB194161
HSL209°52.50%15.69%
HSB/HSV209°68.85%23.92%
CMYK68.85%32.79%0.00%
76.08%

Color #13293D in popluar number systems.

HEX13293D
Decimal194161
Binary10011101001111101
Octal235175

Shades and tints

Shades of #13293D

#13293D
(19,41,61)
#122638
(18,38,56)
#112333
(17,35,51)
#10202E
(16,32,46)
#0F1D29
(15,29,41)
#0E1A24
(14,26,36)
#0D171F
(13,23,31)
#0C141A
(12,20,26)
#0B1115
(11,17,21)
#0A0E10
(10,14,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #13293D

#13293D
(19,41,61)
#283C4E
(40,60,78)
#3D4F5F
(61,79,95)
#526270
(82,98,112)
#677581
(103,117,129)
#7C8892
(124,136,146)
#919BA3
(145,155,163)
#A6AEB4
(166,174,180)
#BBC1C5
(187,193,197)
#D0D4D6
(208,212,214)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13293D color. Also use rgb(19,41,61) instead hex code.

Text Font Color

.myTextColor { color: #13293D; }

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

This text font color is #13293D.


Background Color

.myBgColor { background-color: #13293D; }

<div style="background-color:#13293D">Inner text</div>

This div background color is #13293D.


Border color

.myBorderColor { border: 1px solid #13293D; }

<div style="border:3px solid #13293D">Div</div>

This div border color is #13293D.


Opacity

.myOpacity80 { color: #13293D; opacity: 0.8; }

<p style="color:#13293D;opacity:0.8;">80%</p>

Text with #13293D 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 #13293D;}

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

This text has shadow with #13293D color.

.textShadow {text-shadow: 3px 3px 1px #13293D, 3px 3px 1px red;}

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

This text has shadow with #13293D primary color and red secondary color.


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

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

This text has shadow with #13293D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13293D on black background.


Color preview on white background

This text has color #13293D on white background.



Black color preview on #13293D background

This text has black color on #13293D background.


White color preview on #13293D background

This text has white color on #13293D background.