COLOR #0F211E

HEX: #0F211E
RGB: (15,33,30)

Color info

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

RGB color model

#0F211E color RGB value is (15,33,30).

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

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 30 of 255 = 12%

15
33
30

R + G + B ~ 10%. #0F211E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 33 + 30 = 78 (100%)
R 15 of 78 ~ 19.23%
G 33 of 78 ~ 42.31%
B 30 of 78 ~ 38.46%

%19.23
%42.31
%38.46

CMYK color model

#0F211E color CMYK value is (55,0,9,87).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(55,0,9,87)
C55M0Y9K87 
(55%,0%,9%,87%)
(0.55/0.00/0.09/0.87)	

CMYK percentages

%54.55
%0
%9.09
%87.06

Codes

Color #0F211E in popluar color models

0F211E
RGB153330
HSL170°37.50%9.41%
HSB/HSV170°54.55%12.94%
CMYK54.55%0.00%9.09%
87.06%

Color #0F211E in popluar number systems.

HEX0F211E
Decimal153330
Binary111110000111110
Octal174136

Shades and tints

Shades of #0F211E

#0F211E
(15,33,30)
#0E1E1C
(14,30,28)
#0D1B1A
(13,27,26)
#0C1818
(12,24,24)
#0B1516
(11,21,22)
#0A1214
(10,18,20)
#090F12
(9,15,18)
#080C10
(8,12,16)
#07090E
(7,9,14)
#06060C
(6,6,12)
#05030A
(5,3,10)
#000000
(0,0,0)

Tints of #0F211E

#0F211E
(15,33,30)
#243532
(36,53,50)
#394946
(57,73,70)
#4E5D5A
(78,93,90)
#63716E
(99,113,110)
#788582
(120,133,130)
#8D9996
(141,153,150)
#A2ADAA
(162,173,170)
#B7C1BE
(183,193,190)
#CCD5D2
(204,213,210)
#E1E9E6
(225,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F211E; }

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

This text font color is #0F211E.


Background Color

.myBgColor { background-color: #0F211E; }

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

This div background color is #0F211E.


Border color

.myBorderColor { border: 1px solid #0F211E; }

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

This div border color is #0F211E.


Opacity

.myOpacity80 { color: #0F211E; opacity: 0.8; }

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

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

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

This text has shadow with #0F211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F211E on black background.


Color preview on white background

This text has color #0F211E on white background.



Black color preview on #0F211E background

This text has black color on #0F211E background.


White color preview on #0F211E background

This text has white color on #0F211E background.