COLOR #014744

HEX: #014744
RGB: (1,71,68)

Color info

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

RGB color model

#014744 color RGB value is (1,71,68).

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

RGB channels and saturation

R 1 of 255 = 0%
G 71 of 255 = 28%
B 68 of 255 = 27%

1
71
68

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

Portions of RGB colors in percentages

R + G + B =
1 + 71 + 68 = 140 (100%)
R 1 of 140 ~ 0.71%
G 71 of 140 ~ 50.71%
B 68 of 140 ~ 48.57%

%50.71
%48.57

CMYK color model

#014744 color CMYK value is (99,0,4,72).

  • cyan value is 98.59%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 72.16%
CMYK:
(99,0,4,72)
C99M0Y4K72 
(99%,0%,4%,72%)
(0.99/0.00/0.04/0.72)	

CMYK percentages

%98.59
%0
%4.23
%72.16

Codes

Color #014744 in popluar color models

014744
RGB17168
HSL177°97.22%14.12%
HSB/HSV177°98.59%27.84%
CMYK98.59%0.00%4.23%
72.16%

Color #014744 in popluar number systems.

HEX014744
Decimal17168
Binary110001111000100
Octal1107104

Shades and tints

Shades of #014744

#014744
(1,71,68)
#01413E
(1,65,62)
#013B38
(1,59,56)
#013532
(1,53,50)
#012F2C
(1,47,44)
#012926
(1,41,38)
#012320
(1,35,32)
#011D1A
(1,29,26)
#011714
(1,23,20)
#01110E
(1,17,14)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #014744

#014744
(1,71,68)
#185755
(24,87,85)
#2F6766
(47,103,102)
#467777
(70,119,119)
#5D8788
(93,135,136)
#749799
(116,151,153)
#8BA7AA
(139,167,170)
#A2B7BB
(162,183,187)
#B9C7CC
(185,199,204)
#D0D7DD
(208,215,221)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014744; }

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

This text font color is #014744.


Background Color

.myBgColor { background-color: #014744; }

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

This div background color is #014744.


Border color

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

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

This div border color is #014744.


Opacity

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

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

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

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

This text has shadow with #014744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014744 on black background.


Color preview on white background

This text has color #014744 on white background.



Black color preview on #014744 background

This text has black color on #014744 background.


White color preview on #014744 background

This text has white color on #014744 background.