COLOR #132C47

HEX: #132C47
RGB: (19,44,71)

Color info

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

RGB color model

#132C47 color RGB value is (19,44,71).

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

RGB channels and saturation

R 19 of 255 = 7%
G 44 of 255 = 17%
B 71 of 255 = 28%

19
44
71

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

Portions of RGB colors in percentages

R + G + B =
19 + 44 + 71 = 134 (100%)
R 19 of 134 ~ 14.18%
G 44 of 134 ~ 32.84%
B 71 of 134 ~ 52.99%

%14.18
%32.84
%52.99

CMYK color model

#132C47 color CMYK value is (73,38,0,72).

  • cyan value is 73.24%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(73,38,0,72)
C73M38Y0K72 
(73%,38%,0%,72%)
(0.73/0.38/0.00/0.72)	

CMYK percentages

%73.24
%38.03
%0
%72.16

Codes

Color #132C47 in popluar color models

132C47
RGB194471
HSL211°57.78%17.65%
HSB/HSV211°73.24%27.84%
CMYK73.24%38.03%0.00%
72.16%

Color #132C47 in popluar number systems.

HEX132C47
Decimal194471
Binary100111011001000111
Octal2354107

Shades and tints

Shades of #132C47

#132C47
(19,44,71)
#122841
(18,40,65)
#11243B
(17,36,59)
#102035
(16,32,53)
#0F1C2F
(15,28,47)
#0E1829
(14,24,41)
#0D1423
(13,20,35)
#0C101D
(12,16,29)
#0B0C17
(11,12,23)
#0A0811
(10,8,17)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #132C47

#132C47
(19,44,71)
#283F57
(40,63,87)
#3D5267
(61,82,103)
#526577
(82,101,119)
#677887
(103,120,135)
#7C8B97
(124,139,151)
#919EA7
(145,158,167)
#A6B1B7
(166,177,183)
#BBC4C7
(187,196,199)
#D0D7D7
(208,215,215)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132C47; }

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

This text font color is #132C47.


Background Color

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

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

This div background color is #132C47.


Border color

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

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

This div border color is #132C47.


Opacity

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

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

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

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

This text has shadow with #132C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132C47 on black background.


Color preview on white background

This text has color #132C47 on white background.



Black color preview on #132C47 background

This text has black color on #132C47 background.


White color preview on #132C47 background

This text has white color on #132C47 background.