COLOR #132E3D

HEX: #132E3D RGB: (19,46,61)

Color info

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

RGB color model

#132E3D color RGB value is (19,46,61).

RGB: (19,46,61) (7%, 18%, 24%)

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 61 of 255 = 24%

19
46
61

R + G + B ~ 16%. #132E3D is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 46 + 61 = 126 (100%)
R 19 of 126 ~ 15.08%
G 46 of 126 ~ 36.51%
B 61 of 126 ~ 48.41'%

%15.08
%36.51
%48.41

CMYK color model

#132E3D color CMYK value is (69,25,0,76).

  • cyan value is 68.85%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (69,25,0,76)
C69M25Y0K76 (69%, 25%, 0%, 76%)
(0.69 / 0.25 / 0.00 / 0.76)

CMYK percentages

%68.85
%24.59
%0
%76.08

Codes

Color #132E3D in popluar color models

13 2E 3D
RGB 19 46 61
HSL 201° 52.50% 15.69%
HSB/HSV 201° 68.85% 23.92%
CMYK 68.85% 24.59% 0.00%
76.08%

Color #132E3D in popluar number systems.

HEX 13 2E 3D
Decimal 19 46 61
Binary 10011 101110 111101
Octal 23 56 75

Shades and tints

Shades of #132E3D

#132E3D
(19,46,61)
#122A38
(18,42,56)
#112633
(17,38,51)
#10222E
(16,34,46)
#0F1E29
(15,30,41)
#0E1A24
(14,26,36)
#0D161F
(13,22,31)
#0C121A
(12,18,26)
#0B0E15
(11,14,21)
#0A0A10
(10,10,16)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #132E3D

#132E3D
(19,46,61)
#28414E
(40,65,78)
#3D545F
(61,84,95)
#526770
(82,103,112)
#677A81
(103,122,129)
#7C8D92
(124,141,146)
#91A0A3
(145,160,163)
#A6B3B4
(166,179,180)
#BBC6C5
(187,198,197)
#D0D9D6
(208,217,214)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132E3D; }

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

This text font color is #132E3D.

Background Color

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

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

This div background color is #132E3D.

Border color

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

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

This div border color is #132E3D.

Opacity

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

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

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

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

This text has shadow with #132E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132E3D.

Preview

Color preview on black background

This text has color #132E3D on black background.


Color preview on white background

This text has color #132E3D on white background.


Black color preview on #132E3D background

This text has black color on #132E3D background.


White color preview on #132E3D background

This text has white color on #132E3D background.


Related colors

Complementary color

Complementary color for #hex is #ECD1C2.


I love getcolorcode.com

Triadic colors

1 #3D132E and #2E3D13 with #132E3D are triadic colors.

2 #3D2E13 and #2E133D with #132E3D are triadic colors.