COLOR #021E21

HEX: #021E21
RGB: (2,30,33)

Color info

#021E21 contains red, green and blue colors in about the same proportion. Web safe color of #021E21 is #003333 (or #033).

RGB color model

#021E21 color RGB value is (2,30,33).

  • red value is 2;
  • green value is 30;
  • blue value is 33.
RGB:
(2,30,33)
(1%,12%,13%)

RGB channels and saturation

R 2 of 255 = 1%
G 30 of 255 = 12%
B 33 of 255 = 13%

2
30
33

R + G + B ~ 9%. #021E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 30 + 33 = 65 (100%)
R 2 of 65 ~ 3.08%
G 30 of 65 ~ 46.15%
B 33 of 65 ~ 50.77%

%46.15
%50.77

CMYK color model

#021E21 color CMYK value is (94,9,0,87).

  • cyan value is 93.94%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(94,9,0,87)
C94M9Y0K87 
(94%,9%,0%,87%)
(0.94/0.09/0.00/0.87)	

CMYK percentages

%93.94
%9.09
%0
%87.06

Codes

Color #021E21 in popluar color models

021E21
RGB23033
HSL186°88.57%6.86%
HSB/HSV186°93.94%12.94%
CMYK93.94%9.09%0.00%
87.06%

Color #021E21 in popluar number systems.

HEX021E21
Decimal23033
Binary1011110100001
Octal23641

Shades and tints

Shades of #021E21

#021E21
(2,30,33)
#021C1E
(2,28,30)
#021A1B
(2,26,27)
#021818
(2,24,24)
#021615
(2,22,21)
#021412
(2,20,18)
#02120F
(2,18,15)
#02100C
(2,16,12)
#020E09
(2,14,9)
#020C06
(2,12,6)
#020A03
(2,10,3)
#000000
(0,0,0)

Tints of #021E21

#021E21
(2,30,33)
#193235
(25,50,53)
#304649
(48,70,73)
#475A5D
(71,90,93)
#5E6E71
(94,110,113)
#758285
(117,130,133)
#8C9699
(140,150,153)
#A3AAAD
(163,170,173)
#BABEC1
(186,190,193)
#D1D2D5
(209,210,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021E21 color. Also use rgb(2,30,33) instead hex code.

Text Font Color

.myTextColor { color: #021E21; }

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

This text font color is #021E21.


Background Color

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

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

This div background color is #021E21.


Border color

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

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

This div border color is #021E21.


Opacity

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

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

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

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

This text has shadow with #021E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021E21 on black background.


Color preview on white background

This text has color #021E21 on white background.



Black color preview on #021E21 background

This text has black color on #021E21 background.


White color preview on #021E21 background

This text has white color on #021E21 background.