COLOR #01424D

HEX: #01424D
RGB: (1,66,77)

Color info

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

RGB color model

#01424D color RGB value is (1,66,77).

  • red value is 1;
  • green value is 66;
  • blue value is 77.
RGB:
(1,66,77)
(0%,26%,30%)

RGB channels and saturation

R 1 of 255 = 0%
G 66 of 255 = 26%
B 77 of 255 = 30%

1
66
77

R + G + B ~ 19%. #01424D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 66 + 77 = 144 (100%)
R 1 of 144 ~ 0.69%
G 66 of 144 ~ 45.83%
B 77 of 144 ~ 53.47%

%45.83
%53.47

CMYK color model

#01424D color CMYK value is (99,14,0,70).

  • cyan value is 98.70%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(99,14,0,70)
C99M14Y0K70 
(99%,14%,0%,70%)
(0.99/0.14/0.00/0.70)	

CMYK percentages

%98.7
%14.29
%0
%69.8

Codes

Color #01424D in popluar color models

01424D
RGB16677
HSL189°97.44%15.29%
HSB/HSV189°98.70%30.20%
CMYK98.70%14.29%0.00%
69.80%

Color #01424D in popluar number systems.

HEX01424D
Decimal16677
Binary110000101001101
Octal1102115

Shades and tints

Shades of #01424D

#01424D
(1,66,77)
#013C46
(1,60,70)
#01363F
(1,54,63)
#013038
(1,48,56)
#012A31
(1,42,49)
#01242A
(1,36,42)
#011E23
(1,30,35)
#01181C
(1,24,28)
#011215
(1,18,21)
#010C0E
(1,12,14)
#010607
(1,6,7)
#000000
(0,0,0)

Tints of #01424D

#01424D
(1,66,77)
#18535D
(24,83,93)
#2F646D
(47,100,109)
#46757D
(70,117,125)
#5D868D
(93,134,141)
#74979D
(116,151,157)
#8BA8AD
(139,168,173)
#A2B9BD
(162,185,189)
#B9CACD
(185,202,205)
#D0DBDD
(208,219,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01424D color. Also use rgb(1,66,77) instead hex code.

Text Font Color

.myTextColor { color: #01424D; }

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

This text font color is #01424D.


Background Color

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

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

This div background color is #01424D.


Border color

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

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

This div border color is #01424D.


Opacity

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

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

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

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

This text has shadow with #01424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01424D on black background.


Color preview on white background

This text has color #01424D on white background.



Black color preview on #01424D background

This text has black color on #01424D background.


White color preview on #01424D background

This text has white color on #01424D background.