COLOR #014409

HEX: #014409
RGB: (1,68,9)

Color info

#014409 contains mainly green and blue colors. Web safe color of #014409 is #003300 (or #030).

RGB color model

#014409 color RGB value is (1,68,9).

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

RGB channels and saturation

R 1 of 255 = 0%
G 68 of 255 = 27%
B 9 of 255 = 4%

1
68
9

R + G + B ~ 10%. #014409 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 68 + 9 = 78 (100%)
R 1 of 78 ~ 1.28%
G 68 of 78 ~ 87.18%
B 9 of 78 ~ 11.54%

%87.18
%11.54

CMYK color model

#014409 color CMYK value is (99,0,87,73).

  • cyan value is 98.53%
  • magenta value is 0.00%
  • yellow value is 86.76%
  • key color value is 73.33%
CMYK:
(99,0,87,73)
C99M0Y87K73 
(99%,0%,87%,73%)
(0.99/0.00/0.87/0.73)	

CMYK percentages

%98.53
%0
%86.76
%73.33

Codes

Color #014409 in popluar color models

014409
RGB1689
HSL127°97.10%13.53%
HSB/HSV127°98.53%26.67%
CMYK98.53%0.00%86.76%
73.33%

Color #014409 in popluar number systems.

HEX014409
Decimal1689
Binary110001001001
Octal110411

Shades and tints

Shades of #014409

#014409
(1,68,9)
#013E09
(1,62,9)
#013809
(1,56,9)
#013209
(1,50,9)
#012C09
(1,44,9)
#012609
(1,38,9)
#012009
(1,32,9)
#011A09
(1,26,9)
#011409
(1,20,9)
#010E09
(1,14,9)
#010809
(1,8,9)
#000000
(0,0,0)

Tints of #014409

#014409
(1,68,9)
#18551F
(24,85,31)
#2F6635
(47,102,53)
#46774B
(70,119,75)
#5D8861
(93,136,97)
#749977
(116,153,119)
#8BAA8D
(139,170,141)
#A2BBA3
(162,187,163)
#B9CCB9
(185,204,185)
#D0DDCF
(208,221,207)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014409; }

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

This text font color is #014409.


Background Color

.myBgColor { background-color: #014409; }

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

This div background color is #014409.


Border color

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

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

This div border color is #014409.


Opacity

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

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

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

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

This text has shadow with #014409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014409 on black background.


Color preview on white background

This text has color #014409 on white background.



Black color preview on #014409 background

This text has black color on #014409 background.


White color preview on #014409 background

This text has white color on #014409 background.