COLOR #13292F

HEX: #13292F
RGB: (19,41,47)

Color info

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

RGB color model

#13292F color RGB value is (19,41,47).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 47 of 255 = 18%

19
41
47

R + G + B ~ 14%. #13292F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 47 = 107 (100%)
R 19 of 107 ~ 17.76%
G 41 of 107 ~ 38.32%
B 47 of 107 ~ 43.93%

%17.76
%38.32
%43.93

CMYK color model

#13292F color CMYK value is (60,13,0,82).

  • cyan value is 59.57%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(60,13,0,82)
C60M13Y0K82 
(60%,13%,0%,82%)
(0.60/0.13/0.00/0.82)	

CMYK percentages

%59.57
%12.77
%0
%81.57

Codes

Color #13292F in popluar color models

13292F
RGB194147
HSL193°42.42%12.94%
HSB/HSV193°59.57%18.43%
CMYK59.57%12.77%0.00%
81.57%

Color #13292F in popluar number systems.

HEX13292F
Decimal194147
Binary10011101001101111
Octal235157

Shades and tints

Shades of #13292F

#13292F
(19,41,47)
#12262B
(18,38,43)
#112327
(17,35,39)
#102023
(16,32,35)
#0F1D1F
(15,29,31)
#0E1A1B
(14,26,27)
#0D1717
(13,23,23)
#0C1413
(12,20,19)
#0B110F
(11,17,15)
#0A0E0B
(10,14,11)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #13292F

#13292F
(19,41,47)
#283C41
(40,60,65)
#3D4F53
(61,79,83)
#526265
(82,98,101)
#677577
(103,117,119)
#7C8889
(124,136,137)
#919B9B
(145,155,155)
#A6AEAD
(166,174,173)
#BBC1BF
(187,193,191)
#D0D4D1
(208,212,209)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13292F color. Also use rgb(19,41,47) instead hex code.

Text Font Color

.myTextColor { color: #13292F; }

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

This text font color is #13292F.


Background Color

.myBgColor { background-color: #13292F; }

<div style="background-color:#13292F">Inner text</div>

This div background color is #13292F.


Border color

.myBorderColor { border: 1px solid #13292F; }

<div style="border:3px solid #13292F">Div</div>

This div border color is #13292F.


Opacity

.myOpacity80 { color: #13292F; opacity: 0.8; }

<p style="color:#13292F;opacity:0.8;">80%</p>

Text with #13292F 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 #13292F;}

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

This text has shadow with #13292F color.

.textShadow {text-shadow: 3px 3px 1px #13292F, 3px 3px 1px red;}

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

This text has shadow with #13292F primary color and red secondary color.


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

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

This text has shadow with #13292F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13292F on black background.


Color preview on white background

This text has color #13292F on white background.



Black color preview on #13292F background

This text has black color on #13292F background.


White color preview on #13292F background

This text has white color on #13292F background.