COLOR #132502

HEX: #132502
RGB: (19,37,2)

Color info

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

RGB color model

#132502 color RGB value is (19,37,2).

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

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 2 of 255 = 1%

19
37
2

R + G + B ~ 8%. #132502 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 2 = 58 (100%)
R 19 of 58 ~ 32.76%
G 37 of 58 ~ 63.79%
B 2 of 58 ~ 3.45%

%32.76
%63.79

CMYK color model

#132502 color CMYK value is (49,0,95,85).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 94.59%
  • key color value is 85.49%
CMYK:
(49,0,95,85)
C49M0Y95K85 
(49%,0%,95%,85%)
(0.49/0.00/0.95/0.85)	

CMYK percentages

%48.65
%0
%94.59
%85.49

Codes

Color #132502 in popluar color models

132502
RGB19372
HSL91°89.74%7.65%
HSB/HSV91°94.59%14.51%
CMYK48.65%0.00%94.59%
85.49%

Color #132502 in popluar number systems.

HEX132502
Decimal19372
Binary1001110010110
Octal23452

Shades and tints

Shades of #132502

#132502
(19,37,2)
#122202
(18,34,2)
#111F02
(17,31,2)
#101C02
(16,28,2)
#0F1902
(15,25,2)
#0E1602
(14,22,2)
#0D1302
(13,19,2)
#0C1002
(12,16,2)
#0B0D02
(11,13,2)
#0A0A02
(10,10,2)
#090702
(9,7,2)
#000000
(0,0,0)

Tints of #132502

#132502
(19,37,2)
#283819
(40,56,25)
#3D4B30
(61,75,48)
#525E47
(82,94,71)
#67715E
(103,113,94)
#7C8475
(124,132,117)
#91978C
(145,151,140)
#A6AAA3
(166,170,163)
#BBBDBA
(187,189,186)
#D0D0D1
(208,208,209)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132502; }

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

This text font color is #132502.


Background Color

.myBgColor { background-color: #132502; }

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

This div background color is #132502.


Border color

.myBorderColor { border: 1px solid #132502; }

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

This div border color is #132502.


Opacity

.myOpacity80 { color: #132502; opacity: 0.8; }

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

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

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

This text has shadow with #132502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132502 on black background.


Color preview on white background

This text has color #132502 on white background.



Black color preview on #132502 background

This text has black color on #132502 background.


White color preview on #132502 background

This text has white color on #132502 background.