COLOR #133348

HEX: #133348
RGB: (19,51,72)

Color info

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

RGB color model

#133348 color RGB value is (19,51,72).

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

RGB channels and saturation

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

19
51
72

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

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 72 = 142 (100%)
R 19 of 142 ~ 13.38%
G 51 of 142 ~ 35.92%
B 72 of 142 ~ 50.7%

%13.38
%35.92
%50.7

CMYK color model

#133348 color CMYK value is (74,29,0,72).

  • cyan value is 73.61%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(74,29,0,72)
C74M29Y0K72 
(74%,29%,0%,72%)
(0.74/0.29/0.00/0.72)	

CMYK percentages

%73.61
%29.17
%0
%71.76

Codes

Color #133348 in popluar color models

133348
RGB195172
HSL204°58.24%17.84%
HSB/HSV204°73.61%28.24%
CMYK73.61%29.17%0.00%
71.76%

Color #133348 in popluar number systems.

HEX133348
Decimal195172
Binary100111100111001000
Octal2363110

Shades and tints

Shades of #133348

#133348
(19,51,72)
#122F42
(18,47,66)
#112B3C
(17,43,60)
#102736
(16,39,54)
#0F2330
(15,35,48)
#0E1F2A
(14,31,42)
#0D1B24
(13,27,36)
#0C171E
(12,23,30)
#0B1318
(11,19,24)
#0A0F12
(10,15,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #133348

#133348
(19,51,72)
#284558
(40,69,88)
#3D5768
(61,87,104)
#526978
(82,105,120)
#677B88
(103,123,136)
#7C8D98
(124,141,152)
#919FA8
(145,159,168)
#A6B1B8
(166,177,184)
#BBC3C8
(187,195,200)
#D0D5D8
(208,213,216)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133348; }

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

This text font color is #133348.


Background Color

.myBgColor { background-color: #133348; }

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

This div background color is #133348.


Border color

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

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

This div border color is #133348.


Opacity

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

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

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

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

This text has shadow with #133348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133348 on black background.


Color preview on white background

This text has color #133348 on white background.



Black color preview on #133348 background

This text has black color on #133348 background.


White color preview on #133348 background

This text has white color on #133348 background.