COLOR #13492D

HEX: #13492D
RGB: (19,73,45)

Color info

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

RGB color model

#13492D color RGB value is (19,73,45).

  • red value is 19;
  • green value is 73;
  • blue value is 45.
RGB:
(19,73,45)
(7%,29%,18%)

RGB channels and saturation

R 19 of 255 = 7%
G 73 of 255 = 29%
B 45 of 255 = 18%

19
73
45

R + G + B ~ 18%. #13492D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 73 + 45 = 137 (100%)
R 19 of 137 ~ 13.87%
G 73 of 137 ~ 53.28%
B 45 of 137 ~ 32.85%

%13.87
%53.28
%32.85

CMYK color model

#13492D color CMYK value is (74,0,38,71).

  • cyan value is 73.97%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(74,0,38,71)
C74M0Y38K71 
(74%,0%,38%,71%)
(0.74/0.00/0.38/0.71)	

CMYK percentages

%73.97
%0
%38.36
%71.37

Codes

Color #13492D in popluar color models

13492D
RGB197345
HSL149°58.70%18.04%
HSB/HSV149°73.97%28.63%
CMYK73.97%0.00%38.36%
71.37%

Color #13492D in popluar number systems.

HEX13492D
Decimal197345
Binary100111001001101101
Octal2311155

Shades and tints

Shades of #13492D

#13492D
(19,73,45)
#124329
(18,67,41)
#113D25
(17,61,37)
#103721
(16,55,33)
#0F311D
(15,49,29)
#0E2B19
(14,43,25)
#0D2515
(13,37,21)
#0C1F11
(12,31,17)
#0B190D
(11,25,13)
#0A1309
(10,19,9)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #13492D

#13492D
(19,73,45)
#285940
(40,89,64)
#3D6953
(61,105,83)
#527966
(82,121,102)
#678979
(103,137,121)
#7C998C
(124,153,140)
#91A99F
(145,169,159)
#A6B9B2
(166,185,178)
#BBC9C5
(187,201,197)
#D0D9D8
(208,217,216)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13492D color. Also use rgb(19,73,45) instead hex code.

Text Font Color

.myTextColor { color: #13492D; }

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

This text font color is #13492D.


Background Color

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

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

This div background color is #13492D.


Border color

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

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

This div border color is #13492D.


Opacity

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

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

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

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

This text has shadow with #13492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13492D on black background.


Color preview on white background

This text has color #13492D on white background.



Black color preview on #13492D background

This text has black color on #13492D background.


White color preview on #13492D background

This text has white color on #13492D background.