COLOR #132F27

HEX: #132F27
RGB: (19,47,39)

Color info

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

RGB color model

#132F27 color RGB value is (19,47,39).

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

RGB channels and saturation

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

19
47
39

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

Portions of RGB colors in percentages

R + G + B =
19 + 47 + 39 = 105 (100%)
R 19 of 105 ~ 18.1%
G 47 of 105 ~ 44.76%
B 39 of 105 ~ 37.14%

%18.1
%44.76
%37.14

CMYK color model

#132F27 color CMYK value is (60,0,17,82).

  • cyan value is 59.57%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 81.57%
CMYK:
(60,0,17,82)
C60M0Y17K82 
(60%,0%,17%,82%)
(0.60/0.00/0.17/0.82)	

CMYK percentages

%59.57
%0
%17.02
%81.57

Codes

Color #132F27 in popluar color models

132F27
RGB194739
HSL163°42.42%12.94%
HSB/HSV163°59.57%18.43%
CMYK59.57%0.00%17.02%
81.57%

Color #132F27 in popluar number systems.

HEX132F27
Decimal194739
Binary10011101111100111
Octal235747

Shades and tints

Shades of #132F27

#132F27
(19,47,39)
#122B24
(18,43,36)
#112721
(17,39,33)
#10231E
(16,35,30)
#0F1F1B
(15,31,27)
#0E1B18
(14,27,24)
#0D1715
(13,23,21)
#0C1312
(12,19,18)
#0B0F0F
(11,15,15)
#0A0B0C
(10,11,12)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #132F27

#132F27
(19,47,39)
#28413A
(40,65,58)
#3D534D
(61,83,77)
#526560
(82,101,96)
#677773
(103,119,115)
#7C8986
(124,137,134)
#919B99
(145,155,153)
#A6ADAC
(166,173,172)
#BBBFBF
(187,191,191)
#D0D1D2
(208,209,210)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132F27; }

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

This text font color is #132F27.


Background Color

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

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

This div background color is #132F27.


Border color

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

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

This div border color is #132F27.


Opacity

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

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

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

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

This text has shadow with #132F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132F27 on black background.


Color preview on white background

This text has color #132F27 on white background.



Black color preview on #132F27 background

This text has black color on #132F27 background.


White color preview on #132F27 background

This text has white color on #132F27 background.