COLOR #132346

HEX: #132346
RGB: (19,35,70)

Color info

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

RGB color model

#132346 color RGB value is (19,35,70).

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

RGB channels and saturation

R 19 of 255 = 7%
G 35 of 255 = 14%
B 70 of 255 = 27%

19
35
70

R + G + B ~ 16%. #132346 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 35 + 70 = 124 (100%)
R 19 of 124 ~ 15.32%
G 35 of 124 ~ 28.23%
B 70 of 124 ~ 56.45%

%15.32
%28.23
%56.45

CMYK color model

#132346 color CMYK value is (73,50,0,73).

  • cyan value is 72.86%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(73,50,0,73)
C73M50Y0K73 
(73%,50%,0%,73%)
(0.73/0.50/0.00/0.73)	

CMYK percentages

%72.86
%50
%0
%72.55

Codes

Color #132346 in popluar color models

132346
RGB193570
HSL221°57.30%17.45%
HSB/HSV221°72.86%27.45%
CMYK72.86%50.00%0.00%
72.55%

Color #132346 in popluar number systems.

HEX132346
Decimal193570
Binary100111000111000110
Octal2343106

Shades and tints

Shades of #132346

#132346
(19,35,70)
#122040
(18,32,64)
#111D3A
(17,29,58)
#101A34
(16,26,52)
#0F172E
(15,23,46)
#0E1428
(14,20,40)
#0D1122
(13,17,34)
#0C0E1C
(12,14,28)
#0B0B16
(11,11,22)
#0A0810
(10,8,16)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #132346

#132346
(19,35,70)
#283756
(40,55,86)
#3D4B66
(61,75,102)
#525F76
(82,95,118)
#677386
(103,115,134)
#7C8796
(124,135,150)
#919BA6
(145,155,166)
#A6AFB6
(166,175,182)
#BBC3C6
(187,195,198)
#D0D7D6
(208,215,214)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132346; }

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

This text font color is #132346.


Background Color

.myBgColor { background-color: #132346; }

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

This div background color is #132346.


Border color

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

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

This div border color is #132346.


Opacity

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

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

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

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

This text has shadow with #132346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132346 on black background.


Color preview on white background

This text has color #132346 on white background.



Black color preview on #132346 background

This text has black color on #132346 background.


White color preview on #132346 background

This text has white color on #132346 background.