COLOR #132E24

HEX: #132E24
RGB: (19,46,36)

Color info

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

RGB color model

#132E24 color RGB value is (19,46,36).

  • red value is 19;
  • green value is 46;
  • blue value is 36.
RGB:
(19,46,36)
(7%,18%,14%)

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 36 of 255 = 14%

19
46
36

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

Portions of RGB colors in percentages

R + G + B =
19 + 46 + 36 = 101 (100%)
R 19 of 101 ~ 18.81%
G 46 of 101 ~ 45.54%
B 36 of 101 ~ 35.64%

%18.81
%45.54
%35.64

CMYK color model

#132E24 color CMYK value is (59,0,22,82).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 81.96%
CMYK:
(59,0,22,82)
C59M0Y22K82 
(59%,0%,22%,82%)
(0.59/0.00/0.22/0.82)	

CMYK percentages

%58.7
%0
%21.74
%81.96

Codes

Color #132E24 in popluar color models

132E24
RGB194636
HSL158°41.54%12.75%
HSB/HSV158°58.70%18.04%
CMYK58.70%0.00%21.74%
81.96%

Color #132E24 in popluar number systems.

HEX132E24
Decimal194636
Binary10011101110100100
Octal235644

Shades and tints

Shades of #132E24

#132E24
(19,46,36)
#122A21
(18,42,33)
#11261E
(17,38,30)
#10221B
(16,34,27)
#0F1E18
(15,30,24)
#0E1A15
(14,26,21)
#0D1612
(13,22,18)
#0C120F
(12,18,15)
#0B0E0C
(11,14,12)
#0A0A09
(10,10,9)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #132E24

#132E24
(19,46,36)
#284137
(40,65,55)
#3D544A
(61,84,74)
#52675D
(82,103,93)
#677A70
(103,122,112)
#7C8D83
(124,141,131)
#91A096
(145,160,150)
#A6B3A9
(166,179,169)
#BBC6BC
(187,198,188)
#D0D9CF
(208,217,207)
#E5ECE2
(229,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132E24; }

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

This text font color is #132E24.


Background Color

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

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

This div background color is #132E24.


Border color

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

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

This div border color is #132E24.


Opacity

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

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

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

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

This text has shadow with #132E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132E24 on black background.


Color preview on white background

This text has color #132E24 on white background.



Black color preview on #132E24 background

This text has black color on #132E24 background.


White color preview on #132E24 background

This text has white color on #132E24 background.