COLOR #132D46

HEX: #132D46
RGB: (19,45,70)

Color info

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

RGB color model

#132D46 color RGB value is (19,45,70).

  • red value is 19;
  • green value is 45;
  • blue value is 70.
RGB:
(19,45,70)
(7%,18%,27%)

RGB channels and saturation

R 19 of 255 = 7%
G 45 of 255 = 18%
B 70 of 255 = 27%

19
45
70

R + G + B ~ 17%. #132D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 45 + 70 = 134 (100%)
R 19 of 134 ~ 14.18%
G 45 of 134 ~ 33.58%
B 70 of 134 ~ 52.24%

%14.18
%33.58
%52.24

CMYK color model

#132D46 color CMYK value is (73,36,0,73).

  • cyan value is 72.86%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(73,36,0,73)
C73M36Y0K73 
(73%,36%,0%,73%)
(0.73/0.36/0.00/0.73)	

CMYK percentages

%72.86
%35.71
%0
%72.55

Codes

Color #132D46 in popluar color models

132D46
RGB194570
HSL209°57.30%17.45%
HSB/HSV209°72.86%27.45%
CMYK72.86%35.71%0.00%
72.55%

Color #132D46 in popluar number systems.

HEX132D46
Decimal194570
Binary100111011011000110
Octal2355106

Shades and tints

Shades of #132D46

#132D46
(19,45,70)
#122940
(18,41,64)
#11253A
(17,37,58)
#102134
(16,33,52)
#0F1D2E
(15,29,46)
#0E1928
(14,25,40)
#0D1522
(13,21,34)
#0C111C
(12,17,28)
#0B0D16
(11,13,22)
#0A0910
(10,9,16)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #132D46

#132D46
(19,45,70)
#284056
(40,64,86)
#3D5366
(61,83,102)
#526676
(82,102,118)
#677986
(103,121,134)
#7C8C96
(124,140,150)
#919FA6
(145,159,166)
#A6B2B6
(166,178,182)
#BBC5C6
(187,197,198)
#D0D8D6
(208,216,214)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132D46 color. Also use rgb(19,45,70) instead hex code.

Text Font Color

.myTextColor { color: #132D46; }

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

This text font color is #132D46.


Background Color

.myBgColor { background-color: #132D46; }

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

This div background color is #132D46.


Border color

.myBorderColor { border: 1px solid #132D46; }

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

This div border color is #132D46.


Opacity

.myOpacity80 { color: #132D46; opacity: 0.8; }

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

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

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

This text has shadow with #132D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132D46 on black background.


Color preview on white background

This text has color #132D46 on white background.



Black color preview on #132D46 background

This text has black color on #132D46 background.


White color preview on #132D46 background

This text has white color on #132D46 background.