COLOR #132E25

HEX: #132E25
RGB: (19,46,37)

Color info

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

RGB color model

#132E25 color RGB value is (19,46,37).

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

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 37 of 255 = 15%

19
46
37

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

Portions of RGB colors in percentages

R + G + B =
19 + 46 + 37 = 102 (100%)
R 19 of 102 ~ 18.63%
G 46 of 102 ~ 45.1%
B 37 of 102 ~ 36.27%

%18.63
%45.1
%36.27

CMYK color model

#132E25 color CMYK value is (59,0,20,82).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 81.96%
CMYK:
(59,0,20,82)
C59M0Y20K82 
(59%,0%,20%,82%)
(0.59/0.00/0.20/0.82)	

CMYK percentages

%58.7
%0
%19.57
%81.96

Codes

Color #132E25 in popluar color models

132E25
RGB194637
HSL160°41.54%12.75%
HSB/HSV160°58.70%18.04%
CMYK58.70%0.00%19.57%
81.96%

Color #132E25 in popluar number systems.

HEX132E25
Decimal194637
Binary10011101110100101
Octal235645

Shades and tints

Shades of #132E25

#132E25
(19,46,37)
#122A22
(18,42,34)
#11261F
(17,38,31)
#10221C
(16,34,28)
#0F1E19
(15,30,25)
#0E1A16
(14,26,22)
#0D1613
(13,22,19)
#0C1210
(12,18,16)
#0B0E0D
(11,14,13)
#0A0A0A
(10,10,10)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #132E25

#132E25
(19,46,37)
#284138
(40,65,56)
#3D544B
(61,84,75)
#52675E
(82,103,94)
#677A71
(103,122,113)
#7C8D84
(124,141,132)
#91A097
(145,160,151)
#A6B3AA
(166,179,170)
#BBC6BD
(187,198,189)
#D0D9D0
(208,217,208)
#E5ECE3
(229,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132E25; }

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

This text font color is #132E25.


Background Color

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

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

This div background color is #132E25.


Border color

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

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

This div border color is #132E25.


Opacity

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

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

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

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

This text has shadow with #132E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132E25 on black background.


Color preview on white background

This text has color #132E25 on white background.



Black color preview on #132E25 background

This text has black color on #132E25 background.


White color preview on #132E25 background

This text has white color on #132E25 background.