COLOR #133347

HEX: #133347
RGB: (19,51,71)

Color info

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

RGB color model

#133347 color RGB value is (19,51,71).

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

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 71 of 255 = 28%

19
51
71

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

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 71 = 141 (100%)
R 19 of 141 ~ 13.48%
G 51 of 141 ~ 36.17%
B 71 of 141 ~ 50.35%

%13.48
%36.17
%50.35

CMYK color model

#133347 color CMYK value is (73,28,0,72).

  • cyan value is 73.24%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(73,28,0,72)
C73M28Y0K72 
(73%,28%,0%,72%)
(0.73/0.28/0.00/0.72)	

CMYK percentages

%73.24
%28.17
%0
%72.16

Codes

Color #133347 in popluar color models

133347
RGB195171
HSL203°57.78%17.65%
HSB/HSV203°73.24%27.84%
CMYK73.24%28.17%0.00%
72.16%

Color #133347 in popluar number systems.

HEX133347
Decimal195171
Binary100111100111000111
Octal2363107

Shades and tints

Shades of #133347

#133347
(19,51,71)
#122F41
(18,47,65)
#112B3B
(17,43,59)
#102735
(16,39,53)
#0F232F
(15,35,47)
#0E1F29
(14,31,41)
#0D1B23
(13,27,35)
#0C171D
(12,23,29)
#0B1317
(11,19,23)
#0A0F11
(10,15,17)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #133347

#133347
(19,51,71)
#284557
(40,69,87)
#3D5767
(61,87,103)
#526977
(82,105,119)
#677B87
(103,123,135)
#7C8D97
(124,141,151)
#919FA7
(145,159,167)
#A6B1B7
(166,177,183)
#BBC3C7
(187,195,199)
#D0D5D7
(208,213,215)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133347; }

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

This text font color is #133347.


Background Color

.myBgColor { background-color: #133347; }

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

This div background color is #133347.


Border color

.myBorderColor { border: 1px solid #133347; }

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

This div border color is #133347.


Opacity

.myOpacity80 { color: #133347; opacity: 0.8; }

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

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

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

This text has shadow with #133347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133347 on black background.


Color preview on white background

This text has color #133347 on white background.



Black color preview on #133347 background

This text has black color on #133347 background.


White color preview on #133347 background

This text has white color on #133347 background.