COLOR #014215

HEX: #014215
RGB: (1,66,21)

Color info

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

RGB color model

#014215 color RGB value is (1,66,21).

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

RGB channels and saturation

R 1 of 255 = 0%
G 66 of 255 = 26%
B 21 of 255 = 8%

1
66
21

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

Portions of RGB colors in percentages

R + G + B =
1 + 66 + 21 = 88 (100%)
R 1 of 88 ~ 1.14%
G 66 of 88 ~ 75%
B 21 of 88 ~ 23.86%

%75
%23.86

CMYK color model

#014215 color CMYK value is (98,0,68,74).

  • cyan value is 98.48%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK:
(98,0,68,74)
C98M0Y68K74 
(98%,0%,68%,74%)
(0.98/0.00/0.68/0.74)	

CMYK percentages

%98.48
%0
%68.18
%74.12

Codes

Color #014215 in popluar color models

014215
RGB16621
HSL138°97.01%13.14%
HSB/HSV138°98.48%25.88%
CMYK98.48%0.00%68.18%
74.12%

Color #014215 in popluar number systems.

HEX014215
Decimal16621
Binary1100001010101
Octal110225

Shades and tints

Shades of #014215

#014215
(1,66,21)
#013C14
(1,60,20)
#013613
(1,54,19)
#013012
(1,48,18)
#012A11
(1,42,17)
#012410
(1,36,16)
#011E0F
(1,30,15)
#01180E
(1,24,14)
#01120D
(1,18,13)
#010C0C
(1,12,12)
#01060B
(1,6,11)
#000000
(0,0,0)

Tints of #014215

#014215
(1,66,21)
#18532A
(24,83,42)
#2F643F
(47,100,63)
#467554
(70,117,84)
#5D8669
(93,134,105)
#74977E
(116,151,126)
#8BA893
(139,168,147)
#A2B9A8
(162,185,168)
#B9CABD
(185,202,189)
#D0DBD2
(208,219,210)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014215; }

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

This text font color is #014215.


Background Color

.myBgColor { background-color: #014215; }

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

This div background color is #014215.


Border color

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

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

This div border color is #014215.


Opacity

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

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

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

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

This text has shadow with #014215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014215 on black background.


Color preview on white background

This text has color #014215 on white background.



Black color preview on #014215 background

This text has black color on #014215 background.


White color preview on #014215 background

This text has white color on #014215 background.