COLOR #132E31

HEX: #132E31 RGB: (19,46,49)

Color info

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

RGB color model

#132E31 color RGB value is (19,46,49).

RGB: (19,46,49) (7%, 18%, 19%)

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 49 of 255 = 19%

19
46
49

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

Portions of RGB colors in percentages

R + G + B = 19 + 46 + 49 = 114 (100%)
R 19 of 114 ~ 16.67%
G 46 of 114 ~ 40.35%
B 49 of 114 ~ 42.98'%

%16.67
%40.35
%42.98

CMYK color model

#132E31 color CMYK value is (61,6,0,81).

  • cyan value is 61.22%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (61,6,0,81)
C61M6Y0K81 (61%, 6%, 0%, 81%)
(0.61 / 0.06 / 0.00 / 0.81)

CMYK percentages

%61.22
%6.12
%0
%80.78

Codes

Color #132E31 in popluar color models

13 2E 31
RGB 19 46 49
HSL 186° 44.12% 13.33%
HSB/HSV 186° 61.22% 19.22%
CMYK 61.22% 6.12% 0.00%
80.78%

Color #132E31 in popluar number systems.

HEX 13 2E 31
Decimal 19 46 49
Binary 10011 101110 110001
Octal 23 56 61

Shades and tints

Shades of #132E31

#132E31
(19,46,49)
#122A2D
(18,42,45)
#112629
(17,38,41)
#102225
(16,34,37)
#0F1E21
(15,30,33)
#0E1A1D
(14,26,29)
#0D1619
(13,22,25)
#0C1215
(12,18,21)
#0B0E11
(11,14,17)
#0A0A0D
(10,10,13)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #132E31

#132E31
(19,46,49)
#284143
(40,65,67)
#3D5455
(61,84,85)
#526767
(82,103,103)
#677A79
(103,122,121)
#7C8D8B
(124,141,139)
#91A09D
(145,160,157)
#A6B3AF
(166,179,175)
#BBC6C1
(187,198,193)
#D0D9D3
(208,217,211)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132E31; }

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

This text font color is #132E31.

Background Color

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

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

This div background color is #132E31.

Border color

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

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

This div border color is #132E31.

Opacity

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

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

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

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

This text has shadow with #132E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132E31.

Preview

Color preview on black background

This text has color #132E31 on black background.


Color preview on white background

This text has color #132E31 on white background.


Black color preview on #132E31 background

This text has black color on #132E31 background.


White color preview on #132E31 background

This text has white color on #132E31 background.


Related colors

Complementary color

Complementary color for #hex is #ECD1CE.


I love getcolorcode.com

Triadic colors

1 #31132E and #2E3113 with #132E31 are triadic colors.

2 #312E13 and #2E1331 with #132E31 are triadic colors.