COLOR #13474C

HEX: #13474C
RGB: (19,71,76)

Color info

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

RGB color model

#13474C color RGB value is (19,71,76).

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

RGB channels and saturation

R 19 of 255 = 7%
G 71 of 255 = 28%
B 76 of 255 = 30%

19
71
76

R + G + B ~ 22%. #13474C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 76 = 166 (100%)
R 19 of 166 ~ 11.45%
G 71 of 166 ~ 42.77%
B 76 of 166 ~ 45.78%

%11.45
%42.77
%45.78

CMYK color model

#13474C color CMYK value is (75,7,0,70).

  • cyan value is 75.00%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(75,7,0,70)
C75M7Y0K70 
(75%,7%,0%,70%)
(0.75/0.07/0.00/0.70)	

CMYK percentages

%75
%6.58
%0
%70.2

Codes

Color #13474C in popluar color models

13474C
RGB197176
HSL185°60.00%18.63%
HSB/HSV185°75.00%29.80%
CMYK75.00%6.58%0.00%
70.20%

Color #13474C in popluar number systems.

HEX13474C
Decimal197176
Binary1001110001111001100
Octal23107114

Shades and tints

Shades of #13474C

#13474C
(19,71,76)
#124146
(18,65,70)
#113B40
(17,59,64)
#10353A
(16,53,58)
#0F2F34
(15,47,52)
#0E292E
(14,41,46)
#0D2328
(13,35,40)
#0C1D22
(12,29,34)
#0B171C
(11,23,28)
#0A1116
(10,17,22)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #13474C

#13474C
(19,71,76)
#28575C
(40,87,92)
#3D676C
(61,103,108)
#52777C
(82,119,124)
#67878C
(103,135,140)
#7C979C
(124,151,156)
#91A7AC
(145,167,172)
#A6B7BC
(166,183,188)
#BBC7CC
(187,199,204)
#D0D7DC
(208,215,220)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13474C; }

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

This text font color is #13474C.


Background Color

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

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

This div background color is #13474C.


Border color

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

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

This div border color is #13474C.


Opacity

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

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

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

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

This text has shadow with #13474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13474C on black background.


Color preview on white background

This text has color #13474C on white background.



Black color preview on #13474C background

This text has black color on #13474C background.


White color preview on #13474C background

This text has white color on #13474C background.