COLOR #021C14

HEX: #021C14
RGB: (2,28,20)

Color info

#021C14 contains red, green and blue colors in about the same proportion. Web safe color of #021C14 is #003300 (or #030).

RGB color model

#021C14 color RGB value is (2,28,20).

  • red value is 2;
  • green value is 28;
  • blue value is 20.
RGB:
(2,28,20)
(1%,11%,8%)

RGB channels and saturation

R 2 of 255 = 1%
G 28 of 255 = 11%
B 20 of 255 = 8%

2
28
20

R + G + B ~ 7%. #021C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 28 + 20 = 50 (100%)
R 2 of 50 ~ 4%
G 28 of 50 ~ 56%
B 20 of 50 ~ 40%

%56
%40

CMYK color model

#021C14 color CMYK value is (93,0,29,89).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 89.02%
CMYK:
(93,0,29,89)
C93M0Y29K89 
(93%,0%,29%,89%)
(0.93/0.00/0.29/0.89)	

CMYK percentages

%92.86
%0
%28.57
%89.02

Codes

Color #021C14 in popluar color models

021C14
RGB22820
HSL162°86.67%5.88%
HSB/HSV162°92.86%10.98%
CMYK92.86%0.00%28.57%
89.02%

Color #021C14 in popluar number systems.

HEX021C14
Decimal22820
Binary101110010100
Octal23424

Shades and tints

Shades of #021C14

#021C14
(2,28,20)
#021A13
(2,26,19)
#021812
(2,24,18)
#021611
(2,22,17)
#021410
(2,20,16)
#02120F
(2,18,15)
#02100E
(2,16,14)
#020E0D
(2,14,13)
#020C0C
(2,12,12)
#020A0B
(2,10,11)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #021C14

#021C14
(2,28,20)
#193029
(25,48,41)
#30443E
(48,68,62)
#475853
(71,88,83)
#5E6C68
(94,108,104)
#75807D
(117,128,125)
#8C9492
(140,148,146)
#A3A8A7
(163,168,167)
#BABCBC
(186,188,188)
#D1D0D1
(209,208,209)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021C14 color. Also use rgb(2,28,20) instead hex code.

Text Font Color

.myTextColor { color: #021C14; }

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

This text font color is #021C14.


Background Color

.myBgColor { background-color: #021C14; }

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

This div background color is #021C14.


Border color

.myBorderColor { border: 1px solid #021C14; }

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

This div border color is #021C14.


Opacity

.myOpacity80 { color: #021C14; opacity: 0.8; }

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

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

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

This text has shadow with #021C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021C14 on black background.


Color preview on white background

This text has color #021C14 on white background.



Black color preview on #021C14 background

This text has black color on #021C14 background.


White color preview on #021C14 background

This text has white color on #021C14 background.