COLOR #132D36

HEX: #132D36
RGB: (19,45,54)

Color info

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

RGB color model

#132D36 color RGB value is (19,45,54).

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

RGB channels and saturation

R 19 of 255 = 7%
G 45 of 255 = 18%
B 54 of 255 = 21%

19
45
54

R + G + B ~ 15%. #132D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 45 + 54 = 118 (100%)
R 19 of 118 ~ 16.1%
G 45 of 118 ~ 38.14%
B 54 of 118 ~ 45.76%

%16.1
%38.14
%45.76

CMYK color model

#132D36 color CMYK value is (65,17,0,79).

  • cyan value is 64.81%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(65,17,0,79)
C65M17Y0K79 
(65%,17%,0%,79%)
(0.65/0.17/0.00/0.79)	

CMYK percentages

%64.81
%16.67
%0
%78.82

Codes

Color #132D36 in popluar color models

132D36
RGB194554
HSL195°47.95%14.31%
HSB/HSV195°64.81%21.18%
CMYK64.81%16.67%0.00%
78.82%

Color #132D36 in popluar number systems.

HEX132D36
Decimal194554
Binary10011101101110110
Octal235566

Shades and tints

Shades of #132D36

#132D36
(19,45,54)
#122932
(18,41,50)
#11252E
(17,37,46)
#10212A
(16,33,42)
#0F1D26
(15,29,38)
#0E1922
(14,25,34)
#0D151E
(13,21,30)
#0C111A
(12,17,26)
#0B0D16
(11,13,22)
#0A0912
(10,9,18)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #132D36

#132D36
(19,45,54)
#284048
(40,64,72)
#3D535A
(61,83,90)
#52666C
(82,102,108)
#67797E
(103,121,126)
#7C8C90
(124,140,144)
#919FA2
(145,159,162)
#A6B2B4
(166,178,180)
#BBC5C6
(187,197,198)
#D0D8D8
(208,216,216)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132D36; }

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

This text font color is #132D36.


Background Color

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

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

This div background color is #132D36.


Border color

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

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

This div border color is #132D36.


Opacity

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

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

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

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

This text has shadow with #132D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132D36 on black background.


Color preview on white background

This text has color #132D36 on white background.



Black color preview on #132D36 background

This text has black color on #132D36 background.


White color preview on #132D36 background

This text has white color on #132D36 background.