COLOR #0F211B

HEX: #0F211B
RGB: (15,33,27)

Color info

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

RGB color model

#0F211B color RGB value is (15,33,27).

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

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 27 of 255 = 11%

15
33
27

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

Portions of RGB colors in percentages

R + G + B =
15 + 33 + 27 = 75 (100%)
R 15 of 75 ~ 20%
G 33 of 75 ~ 44%
B 27 of 75 ~ 36%

%20
%44
%36

CMYK color model

#0F211B color CMYK value is (55,0,18,87).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(55,0,18,87)
C55M0Y18K87 
(55%,0%,18%,87%)
(0.55/0.00/0.18/0.87)	

CMYK percentages

%54.55
%0
%18.18
%87.06

Codes

Color #0F211B in popluar color models

0F211B
RGB153327
HSL160°37.50%9.41%
HSB/HSV160°54.55%12.94%
CMYK54.55%0.00%18.18%
87.06%

Color #0F211B in popluar number systems.

HEX0F211B
Decimal153327
Binary111110000111011
Octal174133

Shades and tints

Shades of #0F211B

#0F211B
(15,33,27)
#0E1E19
(14,30,25)
#0D1B17
(13,27,23)
#0C1815
(12,24,21)
#0B1513
(11,21,19)
#0A1211
(10,18,17)
#090F0F
(9,15,15)
#080C0D
(8,12,13)
#07090B
(7,9,11)
#060609
(6,6,9)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #0F211B

#0F211B
(15,33,27)
#24352F
(36,53,47)
#394943
(57,73,67)
#4E5D57
(78,93,87)
#63716B
(99,113,107)
#78857F
(120,133,127)
#8D9993
(141,153,147)
#A2ADA7
(162,173,167)
#B7C1BB
(183,193,187)
#CCD5CF
(204,213,207)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F211B; }

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

This text font color is #0F211B.


Background Color

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

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

This div background color is #0F211B.


Border color

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

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

This div border color is #0F211B.


Opacity

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

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

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

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

This text has shadow with #0F211B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F211B on black background.


Color preview on white background

This text has color #0F211B on white background.



Black color preview on #0F211B background

This text has black color on #0F211B background.


White color preview on #0F211B background

This text has white color on #0F211B background.