COLOR #132B04

HEX: #132B04
RGB: (19,43,4)

Color info

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

RGB color model

#132B04 color RGB value is (19,43,4).

  • red value is 19;
  • green value is 43;
  • blue value is 4.
RGB:
(19,43,4)
(7%,17%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 4 of 255 = 2%

19
43
4

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

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 4 = 66 (100%)
R 19 of 66 ~ 28.79%
G 43 of 66 ~ 65.15%
B 4 of 66 ~ 6.06%

%28.79
%65.15

CMYK color model

#132B04 color CMYK value is (56,0,91,83).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 90.70%
  • key color value is 83.14%
CMYK:
(56,0,91,83)
C56M0Y91K83 
(56%,0%,91%,83%)
(0.56/0.00/0.91/0.83)	

CMYK percentages

%55.81
%0
%90.7
%83.14

Codes

Color #132B04 in popluar color models

132B04
RGB19434
HSL97°82.98%9.22%
HSB/HSV97°90.70%16.86%
CMYK55.81%0.00%90.70%
83.14%

Color #132B04 in popluar number systems.

HEX132B04
Decimal19434
Binary10011101011100
Octal23534

Shades and tints

Shades of #132B04

#132B04
(19,43,4)
#122804
(18,40,4)
#112504
(17,37,4)
#102204
(16,34,4)
#0F1F04
(15,31,4)
#0E1C04
(14,28,4)
#0D1904
(13,25,4)
#0C1604
(12,22,4)
#0B1304
(11,19,4)
#0A1004
(10,16,4)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #132B04

#132B04
(19,43,4)
#283E1A
(40,62,26)
#3D5130
(61,81,48)
#526446
(82,100,70)
#67775C
(103,119,92)
#7C8A72
(124,138,114)
#919D88
(145,157,136)
#A6B09E
(166,176,158)
#BBC3B4
(187,195,180)
#D0D6CA
(208,214,202)
#E5E9E0
(229,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132B04 color. Also use rgb(19,43,4) instead hex code.

Text Font Color

.myTextColor { color: #132B04; }

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

This text font color is #132B04.


Background Color

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

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

This div background color is #132B04.


Border color

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

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

This div border color is #132B04.


Opacity

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

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

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

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

This text has shadow with #132B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B04 on black background.


Color preview on white background

This text has color #132B04 on white background.



Black color preview on #132B04 background

This text has black color on #132B04 background.


White color preview on #132B04 background

This text has white color on #132B04 background.