COLOR #13473F

HEX: #13473F
RGB: (19,71,63)

Color info

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

RGB color model

#13473F color RGB value is (19,71,63).

  • red value is 19;
  • green value is 71;
  • blue value is 63.
RGB:
(19,71,63)
(7%,28%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 71 of 255 = 28%
B 63 of 255 = 25%

19
71
63

R + G + B ~ 20%. #13473F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 63 = 153 (100%)
R 19 of 153 ~ 12.42%
G 71 of 153 ~ 46.41%
B 63 of 153 ~ 41.18%

%12.42
%46.41
%41.18

CMYK color model

#13473F color CMYK value is (73,0,11,72).

  • cyan value is 73.24%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(73,0,11,72)
C73M0Y11K72 
(73%,0%,11%,72%)
(0.73/0.00/0.11/0.72)	

CMYK percentages

%73.24
%0
%11.27
%72.16

Codes

Color #13473F in popluar color models

13473F
RGB197163
HSL171°57.78%17.65%
HSB/HSV171°73.24%27.84%
CMYK73.24%0.00%11.27%
72.16%

Color #13473F in popluar number systems.

HEX13473F
Decimal197163
Binary100111000111111111
Octal2310777

Shades and tints

Shades of #13473F

#13473F
(19,71,63)
#12413A
(18,65,58)
#113B35
(17,59,53)
#103530
(16,53,48)
#0F2F2B
(15,47,43)
#0E2926
(14,41,38)
#0D2321
(13,35,33)
#0C1D1C
(12,29,28)
#0B1717
(11,23,23)
#0A1112
(10,17,18)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #13473F

#13473F
(19,71,63)
#285750
(40,87,80)
#3D6761
(61,103,97)
#527772
(82,119,114)
#678783
(103,135,131)
#7C9794
(124,151,148)
#91A7A5
(145,167,165)
#A6B7B6
(166,183,182)
#BBC7C7
(187,199,199)
#D0D7D8
(208,215,216)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13473F color. Also use rgb(19,71,63) instead hex code.

Text Font Color

.myTextColor { color: #13473F; }

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

This text font color is #13473F.


Background Color

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

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

This div background color is #13473F.


Border color

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

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

This div border color is #13473F.


Opacity

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

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

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

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

This text has shadow with #13473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13473F on black background.


Color preview on white background

This text has color #13473F on white background.



Black color preview on #13473F background

This text has black color on #13473F background.


White color preview on #13473F background

This text has white color on #13473F background.