COLOR #132D27

HEX: #132D27
RGB: (19,45,39)

Color info

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

RGB color model

#132D27 color RGB value is (19,45,39).

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

RGB channels and saturation

R 19 of 255 = 7%
G 45 of 255 = 18%
B 39 of 255 = 15%

19
45
39

R + G + B ~ 13%. #132D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 45 + 39 = 103 (100%)
R 19 of 103 ~ 18.45%
G 45 of 103 ~ 43.69%
B 39 of 103 ~ 37.86%

%18.45
%43.69
%37.86

CMYK color model

#132D27 color CMYK value is (58,0,13,82).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 82.35%
CMYK:
(58,0,13,82)
C58M0Y13K82 
(58%,0%,13%,82%)
(0.58/0.00/0.13/0.82)	

CMYK percentages

%57.78
%0
%13.33
%82.35

Codes

Color #132D27 in popluar color models

132D27
RGB194539
HSL166°40.63%12.55%
HSB/HSV166°57.78%17.65%
CMYK57.78%0.00%13.33%
82.35%

Color #132D27 in popluar number systems.

HEX132D27
Decimal194539
Binary10011101101100111
Octal235547

Shades and tints

Shades of #132D27

#132D27
(19,45,39)
#122924
(18,41,36)
#112521
(17,37,33)
#10211E
(16,33,30)
#0F1D1B
(15,29,27)
#0E1918
(14,25,24)
#0D1515
(13,21,21)
#0C1112
(12,17,18)
#0B0D0F
(11,13,15)
#0A090C
(10,9,12)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #132D27

#132D27
(19,45,39)
#28403A
(40,64,58)
#3D534D
(61,83,77)
#526660
(82,102,96)
#677973
(103,121,115)
#7C8C86
(124,140,134)
#919F99
(145,159,153)
#A6B2AC
(166,178,172)
#BBC5BF
(187,197,191)
#D0D8D2
(208,216,210)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132D27; }

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

This text font color is #132D27.


Background Color

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

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

This div background color is #132D27.


Border color

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

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

This div border color is #132D27.


Opacity

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

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

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

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

This text has shadow with #132D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132D27 on black background.


Color preview on white background

This text has color #132D27 on white background.



Black color preview on #132D27 background

This text has black color on #132D27 background.


White color preview on #132D27 background

This text has white color on #132D27 background.