COLOR #014E07

HEX: #014E07
RGB: (1,78,7)

Color info

#014E07 contains mainly green color. Web safe color of #014E07 is #006600 (or #060).

RGB color model

#014E07 color RGB value is (1,78,7).

  • red value is 1;
  • green value is 78;
  • blue value is 7.
RGB:
(1,78,7)
(0%,31%,3%)

RGB channels and saturation

R 1 of 255 = 0%
G 78 of 255 = 31%
B 7 of 255 = 3%

1
78
7

R + G + B ~ 11%. #014E07 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 78 + 7 = 86 (100%)
R 1 of 86 ~ 1.16%
G 78 of 86 ~ 90.7%
B 7 of 86 ~ 8.14%

%90.7

CMYK color model

#014E07 color CMYK value is (99,0,91,69).

  • cyan value is 98.72%
  • magenta value is 0.00%
  • yellow value is 91.03%
  • key color value is 69.41%
CMYK:
(99,0,91,69)
C99M0Y91K69 
(99%,0%,91%,69%)
(0.99/0.00/0.91/0.69)	

CMYK percentages

%98.72
%0
%91.03
%69.41

Codes

Color #014E07 in popluar color models

014E07
RGB1787
HSL125°97.47%15.49%
HSB/HSV125°98.72%30.59%
CMYK98.72%0.00%91.03%
69.41%

Color #014E07 in popluar number systems.

HEX014E07
Decimal1787
Binary11001110111
Octal11167

Shades and tints

Shades of #014E07

#014E07
(1,78,7)
#014707
(1,71,7)
#014007
(1,64,7)
#013907
(1,57,7)
#013207
(1,50,7)
#012B07
(1,43,7)
#012407
(1,36,7)
#011D07
(1,29,7)
#011607
(1,22,7)
#010F07
(1,15,7)
#010807
(1,8,7)
#000000
(0,0,0)

Tints of #014E07

#014E07
(1,78,7)
#185E1D
(24,94,29)
#2F6E33
(47,110,51)
#467E49
(70,126,73)
#5D8E5F
(93,142,95)
#749E75
(116,158,117)
#8BAE8B
(139,174,139)
#A2BEA1
(162,190,161)
#B9CEB7
(185,206,183)
#D0DECD
(208,222,205)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014E07 color. Also use rgb(1,78,7) instead hex code.

Text Font Color

.myTextColor { color: #014E07; }

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

This text font color is #014E07.


Background Color

.myBgColor { background-color: #014E07; }

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

This div background color is #014E07.


Border color

.myBorderColor { border: 1px solid #014E07; }

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

This div border color is #014E07.


Opacity

.myOpacity80 { color: #014E07; opacity: 0.8; }

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

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

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

This text has shadow with #014E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014E07 on black background.


Color preview on white background

This text has color #014E07 on white background.



Black color preview on #014E07 background

This text has black color on #014E07 background.


White color preview on #014E07 background

This text has white color on #014E07 background.