COLOR #132E06

HEX: #132E06
RGB: (19,46,6)

Color info

#132E06 contains red, green and blue colors in about the same proportion. Web safe color of #132E06 is #003300 (or #030).

RGB color model

#132E06 color RGB value is (19,46,6).

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

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 6 of 255 = 2%

19
46
6

R + G + B ~ 9%. #132E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 46 + 6 = 71 (100%)
R 19 of 71 ~ 26.76%
G 46 of 71 ~ 64.79%
B 6 of 71 ~ 8.45%

%26.76
%64.79

CMYK color model

#132E06 color CMYK value is (59,0,87,82).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 81.96%
CMYK:
(59,0,87,82)
C59M0Y87K82 
(59%,0%,87%,82%)
(0.59/0.00/0.87/0.82)	

CMYK percentages

%58.7
%0
%86.96
%81.96

Codes

Color #132E06 in popluar color models

132E06
RGB19466
HSL101°76.92%10.20%
HSB/HSV101°86.96%18.04%
CMYK58.70%0.00%86.96%
81.96%

Color #132E06 in popluar number systems.

HEX132E06
Decimal19466
Binary10011101110110
Octal23566

Shades and tints

Shades of #132E06

#132E06
(19,46,6)
#122A06
(18,42,6)
#112606
(17,38,6)
#102206
(16,34,6)
#0F1E06
(15,30,6)
#0E1A06
(14,26,6)
#0D1606
(13,22,6)
#0C1206
(12,18,6)
#0B0E06
(11,14,6)
#0A0A06
(10,10,6)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #132E06

#132E06
(19,46,6)
#28411C
(40,65,28)
#3D5432
(61,84,50)
#526748
(82,103,72)
#677A5E
(103,122,94)
#7C8D74
(124,141,116)
#91A08A
(145,160,138)
#A6B3A0
(166,179,160)
#BBC6B6
(187,198,182)
#D0D9CC
(208,217,204)
#E5ECE2
(229,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132E06; }

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

This text font color is #132E06.


Background Color

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

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

This div background color is #132E06.


Border color

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

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

This div border color is #132E06.


Opacity

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

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

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

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

This text has shadow with #132E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132E06 on black background.


Color preview on white background

This text has color #132E06 on white background.



Black color preview on #132E06 background

This text has black color on #132E06 background.


White color preview on #132E06 background

This text has white color on #132E06 background.