COLOR #132A31

HEX: #132A31
RGB: (19,42,49)

Color info

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

RGB color model

#132A31 color RGB value is (19,42,49).

  • red value is 19;
  • green value is 42;
  • blue value is 49.
RGB:
(19,42,49)
(7%,16%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 42 of 255 = 16%
B 49 of 255 = 19%

19
42
49

R + G + B ~ 14%. #132A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 42 + 49 = 110 (100%)
R 19 of 110 ~ 17.27%
G 42 of 110 ~ 38.18%
B 49 of 110 ~ 44.55%

%17.27
%38.18
%44.55

CMYK color model

#132A31 color CMYK value is (61,14,0,81).

  • cyan value is 61.22%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,14,0,81)
C61M14Y0K81 
(61%,14%,0%,81%)
(0.61/0.14/0.00/0.81)	

CMYK percentages

%61.22
%14.29
%0
%80.78

Codes

Color #132A31 in popluar color models

132A31
RGB194249
HSL194°44.12%13.33%
HSB/HSV194°61.22%19.22%
CMYK61.22%14.29%0.00%
80.78%

Color #132A31 in popluar number systems.

HEX132A31
Decimal194249
Binary10011101010110001
Octal235261

Shades and tints

Shades of #132A31

#132A31
(19,42,49)
#12272D
(18,39,45)
#112429
(17,36,41)
#102125
(16,33,37)
#0F1E21
(15,30,33)
#0E1B1D
(14,27,29)
#0D1819
(13,24,25)
#0C1515
(12,21,21)
#0B1211
(11,18,17)
#0A0F0D
(10,15,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #132A31

#132A31
(19,42,49)
#283D43
(40,61,67)
#3D5055
(61,80,85)
#526367
(82,99,103)
#677679
(103,118,121)
#7C898B
(124,137,139)
#919C9D
(145,156,157)
#A6AFAF
(166,175,175)
#BBC2C1
(187,194,193)
#D0D5D3
(208,213,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132A31 color. Also use rgb(19,42,49) instead hex code.

Text Font Color

.myTextColor { color: #132A31; }

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

This text font color is #132A31.


Background Color

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

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

This div background color is #132A31.


Border color

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

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

This div border color is #132A31.


Opacity

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

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

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

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

This text has shadow with #132A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132A31 on black background.


Color preview on white background

This text has color #132A31 on white background.



Black color preview on #132A31 background

This text has black color on #132A31 background.


White color preview on #132A31 background

This text has white color on #132A31 background.