COLOR #13473C

HEX: #13473C
RGB: (19,71,60)

Color info

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

RGB color model

#13473C color RGB value is (19,71,60).

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

RGB channels and saturation

R 19 of 255 = 7%
G 71 of 255 = 28%
B 60 of 255 = 24%

19
71
60

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

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 60 = 150 (100%)
R 19 of 150 ~ 12.67%
G 71 of 150 ~ 47.33%
B 60 of 150 ~ 40%

%12.67
%47.33
%40

CMYK color model

#13473C color CMYK value is (73,0,15,72).

  • cyan value is 73.24%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(73,0,15,72)
C73M0Y15K72 
(73%,0%,15%,72%)
(0.73/0.00/0.15/0.72)	

CMYK percentages

%73.24
%0
%15.49
%72.16

Codes

Color #13473C in popluar color models

13473C
RGB197160
HSL167°57.78%17.65%
HSB/HSV167°73.24%27.84%
CMYK73.24%0.00%15.49%
72.16%

Color #13473C in popluar number systems.

HEX13473C
Decimal197160
Binary100111000111111100
Octal2310774

Shades and tints

Shades of #13473C

#13473C
(19,71,60)
#124137
(18,65,55)
#113B32
(17,59,50)
#10352D
(16,53,45)
#0F2F28
(15,47,40)
#0E2923
(14,41,35)
#0D231E
(13,35,30)
#0C1D19
(12,29,25)
#0B1714
(11,23,20)
#0A110F
(10,17,15)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #13473C

#13473C
(19,71,60)
#28574D
(40,87,77)
#3D675E
(61,103,94)
#52776F
(82,119,111)
#678780
(103,135,128)
#7C9791
(124,151,145)
#91A7A2
(145,167,162)
#A6B7B3
(166,183,179)
#BBC7C4
(187,199,196)
#D0D7D5
(208,215,213)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13473C; }

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

This text font color is #13473C.


Background Color

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

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

This div background color is #13473C.


Border color

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

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

This div border color is #13473C.


Opacity

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

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

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

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

This text has shadow with #13473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13473C on black background.


Color preview on white background

This text has color #13473C on white background.



Black color preview on #13473C background

This text has black color on #13473C background.


White color preview on #13473C background

This text has white color on #13473C background.