COLOR #014606

HEX: #014606
RGB: (1,70,6)

Color info

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

RGB color model

#014606 color RGB value is (1,70,6).

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

RGB channels and saturation

R 1 of 255 = 0%
G 70 of 255 = 27%
B 6 of 255 = 2%

1
70
6

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

Portions of RGB colors in percentages

R + G + B =
1 + 70 + 6 = 77 (100%)
R 1 of 77 ~ 1.3%
G 70 of 77 ~ 90.91%
B 6 of 77 ~ 7.79%

%90.91

CMYK color model

#014606 color CMYK value is (99,0,91,73).

  • cyan value is 98.57%
  • magenta value is 0.00%
  • yellow value is 91.43%
  • key color value is 72.55%
CMYK:
(99,0,91,73)
C99M0Y91K73 
(99%,0%,91%,73%)
(0.99/0.00/0.91/0.73)	

CMYK percentages

%98.57
%0
%91.43
%72.55

Codes

Color #014606 in popluar color models

014606
RGB1706
HSL124°97.18%13.92%
HSB/HSV124°98.57%27.45%
CMYK98.57%0.00%91.43%
72.55%

Color #014606 in popluar number systems.

HEX014606
Decimal1706
Binary11000110110
Octal11066

Shades and tints

Shades of #014606

#014606
(1,70,6)
#014006
(1,64,6)
#013A06
(1,58,6)
#013406
(1,52,6)
#012E06
(1,46,6)
#012806
(1,40,6)
#012206
(1,34,6)
#011C06
(1,28,6)
#011606
(1,22,6)
#011006
(1,16,6)
#010A06
(1,10,6)
#000000
(0,0,0)

Tints of #014606

#014606
(1,70,6)
#18561C
(24,86,28)
#2F6632
(47,102,50)
#467648
(70,118,72)
#5D865E
(93,134,94)
#749674
(116,150,116)
#8BA68A
(139,166,138)
#A2B6A0
(162,182,160)
#B9C6B6
(185,198,182)
#D0D6CC
(208,214,204)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014606 color. Also use rgb(1,70,6) instead hex code.

Text Font Color

.myTextColor { color: #014606; }

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

This text font color is #014606.


Background Color

.myBgColor { background-color: #014606; }

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

This div background color is #014606.


Border color

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

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

This div border color is #014606.


Opacity

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

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

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

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

This text has shadow with #014606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014606 on black background.


Color preview on white background

This text has color #014606 on white background.



Black color preview on #014606 background

This text has black color on #014606 background.


White color preview on #014606 background

This text has white color on #014606 background.