COLOR #014442

HEX: #014442
RGB: (1,68,66)

Color info

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

RGB color model

#014442 color RGB value is (1,68,66).

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

RGB channels and saturation

R 1 of 255 = 0%
G 68 of 255 = 27%
B 66 of 255 = 26%

1
68
66

R + G + B ~ 18%. #014442 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 68 + 66 = 135 (100%)
R 1 of 135 ~ 0.74%
G 68 of 135 ~ 50.37%
B 66 of 135 ~ 48.89%

%50.37
%48.89

CMYK color model

#014442 color CMYK value is (99,0,3,73).

  • cyan value is 98.53%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 73.33%
CMYK:
(99,0,3,73)
C99M0Y3K73 
(99%,0%,3%,73%)
(0.99/0.00/0.03/0.73)	

CMYK percentages

%98.53
%0
%2.94
%73.33

Codes

Color #014442 in popluar color models

014442
RGB16866
HSL178°97.10%13.53%
HSB/HSV178°98.53%26.67%
CMYK98.53%0.00%2.94%
73.33%

Color #014442 in popluar number systems.

HEX014442
Decimal16866
Binary110001001000010
Octal1104102

Shades and tints

Shades of #014442

#014442
(1,68,66)
#013E3C
(1,62,60)
#013836
(1,56,54)
#013230
(1,50,48)
#012C2A
(1,44,42)
#012624
(1,38,36)
#01201E
(1,32,30)
#011A18
(1,26,24)
#011412
(1,20,18)
#010E0C
(1,14,12)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #014442

#014442
(1,68,66)
#185553
(24,85,83)
#2F6664
(47,102,100)
#467775
(70,119,117)
#5D8886
(93,136,134)
#749997
(116,153,151)
#8BAAA8
(139,170,168)
#A2BBB9
(162,187,185)
#B9CCCA
(185,204,202)
#D0DDDB
(208,221,219)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014442; }

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

This text font color is #014442.


Background Color

.myBgColor { background-color: #014442; }

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

This div background color is #014442.


Border color

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

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

This div border color is #014442.


Opacity

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

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

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

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

This text has shadow with #014442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014442 on black background.


Color preview on white background

This text has color #014442 on white background.



Black color preview on #014442 background

This text has black color on #014442 background.


White color preview on #014442 background

This text has white color on #014442 background.