COLOR #014218

HEX: #014218
RGB: (1,66,24)

Color info

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

RGB color model

#014218 color RGB value is (1,66,24).

  • red value is 1;
  • green value is 66;
  • blue value is 24.
RGB:
(1,66,24)
(0%,26%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 66 of 255 = 26%
B 24 of 255 = 9%

1
66
24

R + G + B ~ 12%. #014218 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 66 + 24 = 91 (100%)
R 1 of 91 ~ 1.1%
G 66 of 91 ~ 72.53%
B 24 of 91 ~ 26.37%

%72.53
%26.37

CMYK color model

#014218 color CMYK value is (98,0,64,74).

  • cyan value is 98.48%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 74.12%
CMYK:
(98,0,64,74)
C98M0Y64K74 
(98%,0%,64%,74%)
(0.98/0.00/0.64/0.74)	

CMYK percentages

%98.48
%0
%63.64
%74.12

Codes

Color #014218 in popluar color models

014218
RGB16624
HSL141°97.01%13.14%
HSB/HSV141°98.48%25.88%
CMYK98.48%0.00%63.64%
74.12%

Color #014218 in popluar number systems.

HEX014218
Decimal16624
Binary1100001011000
Octal110230

Shades and tints

Shades of #014218

#014218
(1,66,24)
#013C16
(1,60,22)
#013614
(1,54,20)
#013012
(1,48,18)
#012A10
(1,42,16)
#01240E
(1,36,14)
#011E0C
(1,30,12)
#01180A
(1,24,10)
#011208
(1,18,8)
#010C06
(1,12,6)
#010604
(1,6,4)
#000000
(0,0,0)

Tints of #014218

#014218
(1,66,24)
#18532D
(24,83,45)
#2F6442
(47,100,66)
#467557
(70,117,87)
#5D866C
(93,134,108)
#749781
(116,151,129)
#8BA896
(139,168,150)
#A2B9AB
(162,185,171)
#B9CAC0
(185,202,192)
#D0DBD5
(208,219,213)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014218 color. Also use rgb(1,66,24) instead hex code.

Text Font Color

.myTextColor { color: #014218; }

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

This text font color is #014218.


Background Color

.myBgColor { background-color: #014218; }

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

This div background color is #014218.


Border color

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

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

This div border color is #014218.


Opacity

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

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

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

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

This text has shadow with #014218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014218 on black background.


Color preview on white background

This text has color #014218 on white background.



Black color preview on #014218 background

This text has black color on #014218 background.


White color preview on #014218 background

This text has white color on #014218 background.