COLOR #132003

HEX: #132003
RGB: (19,32,3)

Color info

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

RGB color model

#132003 color RGB value is (19,32,3).

  • red value is 19;
  • green value is 32;
  • blue value is 3.
RGB:
(19,32,3)
(7%,13%,1%)

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 3 of 255 = 1%

19
32
3

R + G + B ~ 7%. #132003 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 32 + 3 = 54 (100%)
R 19 of 54 ~ 35.19%
G 32 of 54 ~ 59.26%
B 3 of 54 ~ 5.56%

%35.19
%59.26

CMYK color model

#132003 color CMYK value is (41,0,91,87).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 90.63%
  • key color value is 87.45%
CMYK:
(41,0,91,87)
C41M0Y91K87 
(41%,0%,91%,87%)
(0.41/0.00/0.91/0.87)	

CMYK percentages

%40.63
%0
%90.63
%87.45

Codes

Color #132003 in popluar color models

132003
RGB19323
HSL87°82.86%6.86%
HSB/HSV87°90.63%12.55%
CMYK40.63%0.00%90.63%
87.45%

Color #132003 in popluar number systems.

HEX132003
Decimal19323
Binary1001110000011
Octal23403

Shades and tints

Shades of #132003

#132003
(19,32,3)
#121E03
(18,30,3)
#111C03
(17,28,3)
#101A03
(16,26,3)
#0F1803
(15,24,3)
#0E1603
(14,22,3)
#0D1403
(13,20,3)
#0C1203
(12,18,3)
#0B1003
(11,16,3)
#0A0E03
(10,14,3)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #132003

#132003
(19,32,3)
#283419
(40,52,25)
#3D482F
(61,72,47)
#525C45
(82,92,69)
#67705B
(103,112,91)
#7C8471
(124,132,113)
#919887
(145,152,135)
#A6AC9D
(166,172,157)
#BBC0B3
(187,192,179)
#D0D4C9
(208,212,201)
#E5E8DF
(229,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132003 color. Also use rgb(19,32,3) instead hex code.

Text Font Color

.myTextColor { color: #132003; }

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

This text font color is #132003.


Background Color

.myBgColor { background-color: #132003; }

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

This div background color is #132003.


Border color

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

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

This div border color is #132003.


Opacity

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

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

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

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

This text has shadow with #132003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132003 on black background.


Color preview on white background

This text has color #132003 on white background.



Black color preview on #132003 background

This text has black color on #132003 background.


White color preview on #132003 background

This text has white color on #132003 background.