COLOR #132E3F

HEX: #132E3F
RGB: (19,46,63)

Color info

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

RGB color model

#132E3F color RGB value is (19,46,63).

  • red value is 19;
  • green value is 46;
  • blue value is 63.
RGB:
(19,46,63)
(7%,18%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 63 of 255 = 25%

19
46
63

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

Portions of RGB colors in percentages

R + G + B =
19 + 46 + 63 = 128 (100%)
R 19 of 128 ~ 14.84%
G 46 of 128 ~ 35.94%
B 63 of 128 ~ 49.22%

%14.84
%35.94
%49.22

CMYK color model

#132E3F color CMYK value is (70,27,0,75).

  • cyan value is 69.84%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(70,27,0,75)
C70M27Y0K75 
(70%,27%,0%,75%)
(0.70/0.27/0.00/0.75)	

CMYK percentages

%69.84
%26.98
%0
%75.29

Codes

Color #132E3F in popluar color models

132E3F
RGB194663
HSL203°53.66%16.08%
HSB/HSV203°69.84%24.71%
CMYK69.84%26.98%0.00%
75.29%

Color #132E3F in popluar number systems.

HEX132E3F
Decimal194663
Binary10011101110111111
Octal235677

Shades and tints

Shades of #132E3F

#132E3F
(19,46,63)
#122A3A
(18,42,58)
#112635
(17,38,53)
#102230
(16,34,48)
#0F1E2B
(15,30,43)
#0E1A26
(14,26,38)
#0D1621
(13,22,33)
#0C121C
(12,18,28)
#0B0E17
(11,14,23)
#0A0A12
(10,10,18)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #132E3F

#132E3F
(19,46,63)
#284150
(40,65,80)
#3D5461
(61,84,97)
#526772
(82,103,114)
#677A83
(103,122,131)
#7C8D94
(124,141,148)
#91A0A5
(145,160,165)
#A6B3B6
(166,179,182)
#BBC6C7
(187,198,199)
#D0D9D8
(208,217,216)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132E3F color. Also use rgb(19,46,63) instead hex code.

Text Font Color

.myTextColor { color: #132E3F; }

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

This text font color is #132E3F.


Background Color

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

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

This div background color is #132E3F.


Border color

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

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

This div border color is #132E3F.


Opacity

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

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

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

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

This text has shadow with #132E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132E3F on black background.


Color preview on white background

This text has color #132E3F on white background.



Black color preview on #132E3F background

This text has black color on #132E3F background.


White color preview on #132E3F background

This text has white color on #132E3F background.