COLOR #00211E

HEX: #00211E
RGB: (0,33,30)

Color info

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

RGB color model

#00211E color RGB value is (0,33,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 30 of 255 = 12%

0
33
30

R + G + B ~ 8%. #00211E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 30 = 63 (100%)
R 0 of 63 ~ 0%
G 33 of 63 ~ 52.38%
B 30 of 63 ~ 47.62%

%52.38
%47.62

CMYK color model

#00211E color CMYK value is (100,0,9,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(100,0,9,87)
C100M0Y9K87 
(100%,0%,9%,87%)
(1.00/0.00/0.09/0.87)	

CMYK percentages

%100
%0
%9.09
%87.06

Codes

Color #00211E in popluar color models

00211E
RGB03330
HSL175°100.00%6.47%
HSB/HSV175°100.00%12.94%
CMYK100.00%0.00%9.09%
87.06%

Color #00211E in popluar number systems.

HEX00211E
Decimal03330
Binary010000111110
Octal04136

Shades and tints

Shades of #00211E

#00211E
(0,33,30)
#001E1C
(0,30,28)
#001B1A
(0,27,26)
#001818
(0,24,24)
#001516
(0,21,22)
#001214
(0,18,20)
#000F12
(0,15,18)
#000C10
(0,12,16)
#00090E
(0,9,14)
#00060C
(0,6,12)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #00211E

#00211E
(0,33,30)
#173532
(23,53,50)
#2E4946
(46,73,70)
#455D5A
(69,93,90)
#5C716E
(92,113,110)
#738582
(115,133,130)
#8A9996
(138,153,150)
#A1ADAA
(161,173,170)
#B8C1BE
(184,193,190)
#CFD5D2
(207,213,210)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00211E color. Also use rgb(0,33,30) instead hex code.

Text Font Color

.myTextColor { color: #00211E; }

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

This text font color is #00211E.


Background Color

.myBgColor { background-color: #00211E; }

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

This div background color is #00211E.


Border color

.myBorderColor { border: 1px solid #00211E; }

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

This div border color is #00211E.


Opacity

.myOpacity80 { color: #00211E; opacity: 0.8; }

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

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

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

This text has shadow with #00211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00211E on black background.


Color preview on white background

This text has color #00211E on white background.



Black color preview on #00211E background

This text has black color on #00211E background.


White color preview on #00211E background

This text has white color on #00211E background.