COLOR #01403D

HEX: #01403D
RGB: (1,64,61)

Color info

#01403D contains mainly green and blue colors. Web safe color of #01403D is #003333 (or #033).

RGB color model

#01403D color RGB value is (1,64,61).

  • red value is 1;
  • green value is 64;
  • blue value is 61.
RGB:
(1,64,61)
(0%,25%,24%)

RGB channels and saturation

R 1 of 255 = 0%
G 64 of 255 = 25%
B 61 of 255 = 24%

1
64
61

R + G + B ~ 16%. #01403D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 64 + 61 = 126 (100%)
R 1 of 126 ~ 0.79%
G 64 of 126 ~ 50.79%
B 61 of 126 ~ 48.41%

%50.79
%48.41

CMYK color model

#01403D color CMYK value is (98,0,5,75).

  • cyan value is 98.44%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 74.90%
CMYK:
(98,0,5,75)
C98M0Y5K75 
(98%,0%,5%,75%)
(0.98/0.00/0.05/0.75)	

CMYK percentages

%98.44
%0
%4.69
%74.9

Codes

Color #01403D in popluar color models

01403D
RGB16461
HSL177°96.92%12.75%
HSB/HSV177°98.44%25.10%
CMYK98.44%0.00%4.69%
74.90%

Color #01403D in popluar number systems.

HEX01403D
Decimal16461
Binary11000000111101
Octal110075

Shades and tints

Shades of #01403D

#01403D
(1,64,61)
#013B38
(1,59,56)
#013633
(1,54,51)
#01312E
(1,49,46)
#012C29
(1,44,41)
#012724
(1,39,36)
#01221F
(1,34,31)
#011D1A
(1,29,26)
#011815
(1,24,21)
#011310
(1,19,16)
#010E0B
(1,14,11)
#000000
(0,0,0)

Tints of #01403D

#01403D
(1,64,61)
#18514E
(24,81,78)
#2F625F
(47,98,95)
#467370
(70,115,112)
#5D8481
(93,132,129)
#749592
(116,149,146)
#8BA6A3
(139,166,163)
#A2B7B4
(162,183,180)
#B9C8C5
(185,200,197)
#D0D9D6
(208,217,214)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01403D color. Also use rgb(1,64,61) instead hex code.

Text Font Color

.myTextColor { color: #01403D; }

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

This text font color is #01403D.


Background Color

.myBgColor { background-color: #01403D; }

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

This div background color is #01403D.


Border color

.myBorderColor { border: 1px solid #01403D; }

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

This div border color is #01403D.


Opacity

.myOpacity80 { color: #01403D; opacity: 0.8; }

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

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

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

This text has shadow with #01403D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01403D on black background.


Color preview on white background

This text has color #01403D on white background.



Black color preview on #01403D background

This text has black color on #01403D background.


White color preview on #01403D background

This text has white color on #01403D background.