COLOR #001403

HEX: #001403
RGB: (0,20,3)

Color info

#001403 contains only green and blue colors. Web safe color of #001403 is #000000 (or #000).

RGB color model

#001403 color RGB value is (0,20,3).

  • red value is 0;
  • green value is 20;
  • blue value is 3.
RGB:
(0,20,3)
(0%,8%,1%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 3 of 255 = 1%

0
20
3

R + G + B ~ 3%. #001403 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 3 = 23 (100%)
R 0 of 23 ~ 0%
G 20 of 23 ~ 86.96%
B 3 of 23 ~ 13.04%

%86.96
%13.04

CMYK color model

#001403 color CMYK value is (100,0,85,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 92.16%
CMYK:
(100,0,85,92)
C100M0Y85K92 
(100%,0%,85%,92%)
(1.00/0.00/0.85/0.92)	

CMYK percentages

%100
%0
%85
%92.16

Codes

Color #001403 in popluar color models

001403
RGB0203
HSL129°100.00%3.92%
HSB/HSV129°100.00%7.84%
CMYK100.00%0.00%85.00%
92.16%

Color #001403 in popluar number systems.

HEX001403
Decimal0203
Binary01010011
Octal0243

Shades and tints

Shades of #001403

#001403
(0,20,3)
#001303
(0,19,3)
#001203
(0,18,3)
#001103
(0,17,3)
#001003
(0,16,3)
#000F03
(0,15,3)
#000E03
(0,14,3)
#000D03
(0,13,3)
#000C03
(0,12,3)
#000B03
(0,11,3)
#000A03
(0,10,3)
#000000
(0,0,0)

Tints of #001403

#001403
(0,20,3)
#172919
(23,41,25)
#2E3E2F
(46,62,47)
#455345
(69,83,69)
#5C685B
(92,104,91)
#737D71
(115,125,113)
#8A9287
(138,146,135)
#A1A79D
(161,167,157)
#B8BCB3
(184,188,179)
#CFD1C9
(207,209,201)
#E6E6DF
(230,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001403 color. Also use rgb(0,20,3) instead hex code.

Text Font Color

.myTextColor { color: #001403; }

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

This text font color is #001403.


Background Color

.myBgColor { background-color: #001403; }

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

This div background color is #001403.


Border color

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

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

This div border color is #001403.


Opacity

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

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

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

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

This text has shadow with #001403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001403 on black background.


Color preview on white background

This text has color #001403 on white background.



Black color preview on #001403 background

This text has black color on #001403 background.


White color preview on #001403 background

This text has white color on #001403 background.