COLOR #00212F

HEX: #00212F
RGB: (0,33,47)

Color info

#00212F contains only green and blue colors. Web safe color of #00212F is #003333 (or #033).

RGB color model

#00212F color RGB value is (0,33,47).

  • red value is 0;
  • green value is 33;
  • blue value is 47.
RGB:
(0,33,47)
(0%,13%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 47 of 255 = 18%

0
33
47

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

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 47 = 80 (100%)
R 0 of 80 ~ 0%
G 33 of 80 ~ 41.25%
B 47 of 80 ~ 58.75%

%41.25
%58.75

CMYK color model

#00212F color CMYK value is (100,30,0,82).

  • cyan value is 100.00%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(100,30,0,82)
C100M30Y0K82 
(100%,30%,0%,82%)
(1.00/0.30/0.00/0.82)	

CMYK percentages

%100
%29.79
%0
%81.57

Codes

Color #00212F in popluar color models

00212F
RGB03347
HSL198°100.00%9.22%
HSB/HSV198°100.00%18.43%
CMYK100.00%29.79%0.00%
81.57%

Color #00212F in popluar number systems.

HEX00212F
Decimal03347
Binary0100001101111
Octal04157

Shades and tints

Shades of #00212F

#00212F
(0,33,47)
#001E2B
(0,30,43)
#001B27
(0,27,39)
#001823
(0,24,35)
#00151F
(0,21,31)
#00121B
(0,18,27)
#000F17
(0,15,23)
#000C13
(0,12,19)
#00090F
(0,9,15)
#00060B
(0,6,11)
#000307
(0,3,7)
#000000
(0,0,0)

Tints of #00212F

#00212F
(0,33,47)
#173541
(23,53,65)
#2E4953
(46,73,83)
#455D65
(69,93,101)
#5C7177
(92,113,119)
#738589
(115,133,137)
#8A999B
(138,153,155)
#A1ADAD
(161,173,173)
#B8C1BF
(184,193,191)
#CFD5D1
(207,213,209)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00212F color. Also use rgb(0,33,47) instead hex code.

Text Font Color

.myTextColor { color: #00212F; }

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

This text font color is #00212F.


Background Color

.myBgColor { background-color: #00212F; }

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

This div background color is #00212F.


Border color

.myBorderColor { border: 1px solid #00212F; }

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

This div border color is #00212F.


Opacity

.myOpacity80 { color: #00212F; opacity: 0.8; }

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

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

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

This text has shadow with #00212F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00212F on black background.


Color preview on white background

This text has color #00212F on white background.



Black color preview on #00212F background

This text has black color on #00212F background.


White color preview on #00212F background

This text has white color on #00212F background.