COLOR #014400

HEX: #014400
RGB: (1,68,0)

Color info

#014400 contains mainly green color. Web safe color of #014400 is #003300 (or #030).

RGB color model

#014400 color RGB value is (1,68,0).

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

RGB channels and saturation

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

1
68
0

R + G + B ~ 9%. #014400 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 68 + 0 = 69 (100%)
R 1 of 69 ~ 1.45%
G 68 of 69 ~ 98.55%
B 0 of 69 ~ 0%

%98.55

CMYK color model

#014400 color CMYK value is (99,0,100,73).

  • cyan value is 98.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 73.33%
CMYK:
(99,0,100,73)
C99M0Y100K73 
(99%,0%,100%,73%)
(0.99/0.00/1.00/0.73)	

CMYK percentages

%98.53
%0
%100
%73.33

Codes

Color #014400 in popluar color models

014400
RGB1680
HSL119°100.00%13.33%
HSB/HSV119°100.00%26.67%
CMYK98.53%0.00%100.00%
73.33%

Color #014400 in popluar number systems.

HEX014400
Decimal1680
Binary110001000
Octal11040

Shades and tints

Shades of #014400

#014400
(1,68,0)
#013E00
(1,62,0)
#013800
(1,56,0)
#013200
(1,50,0)
#012C00
(1,44,0)
#012600
(1,38,0)
#012000
(1,32,0)
#011A00
(1,26,0)
#011400
(1,20,0)
#010E00
(1,14,0)
#010800
(1,8,0)
#000000
(0,0,0)

Tints of #014400

#014400
(1,68,0)
#185517
(24,85,23)
#2F662E
(47,102,46)
#467745
(70,119,69)
#5D885C
(93,136,92)
#749973
(116,153,115)
#8BAA8A
(139,170,138)
#A2BBA1
(162,187,161)
#B9CCB8
(185,204,184)
#D0DDCF
(208,221,207)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014400; }

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

This text font color is #014400.


Background Color

.myBgColor { background-color: #014400; }

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

This div background color is #014400.


Border color

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

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

This div border color is #014400.


Opacity

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

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

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

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

This text has shadow with #014400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014400 on black background.


Color preview on white background

This text has color #014400 on white background.



Black color preview on #014400 background

This text has black color on #014400 background.


White color preview on #014400 background

This text has white color on #014400 background.