COLOR #0F221C

HEX: #0F221C
RGB: (15,34,28)

Color info

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

RGB color model

#0F221C color RGB value is (15,34,28).

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

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 28 of 255 = 11%

15
34
28

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

Portions of RGB colors in percentages

R + G + B =
15 + 34 + 28 = 77 (100%)
R 15 of 77 ~ 19.48%
G 34 of 77 ~ 44.16%
B 28 of 77 ~ 36.36%

%19.48
%44.16
%36.36

CMYK color model

#0F221C color CMYK value is (56,0,18,87).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 86.67%
CMYK:
(56,0,18,87)
C56M0Y18K87 
(56%,0%,18%,87%)
(0.56/0.00/0.18/0.87)	

CMYK percentages

%55.88
%0
%17.65
%86.67

Codes

Color #0F221C in popluar color models

0F221C
RGB153428
HSL161°38.78%9.61%
HSB/HSV161°55.88%13.33%
CMYK55.88%0.00%17.65%
86.67%

Color #0F221C in popluar number systems.

HEX0F221C
Decimal153428
Binary111110001011100
Octal174234

Shades and tints

Shades of #0F221C

#0F221C
(15,34,28)
#0E1F1A
(14,31,26)
#0D1C18
(13,28,24)
#0C1916
(12,25,22)
#0B1614
(11,22,20)
#0A1312
(10,19,18)
#091010
(9,16,16)
#080D0E
(8,13,14)
#070A0C
(7,10,12)
#06070A
(6,7,10)
#050408
(5,4,8)
#000000
(0,0,0)

Tints of #0F221C

#0F221C
(15,34,28)
#243630
(36,54,48)
#394A44
(57,74,68)
#4E5E58
(78,94,88)
#63726C
(99,114,108)
#788680
(120,134,128)
#8D9A94
(141,154,148)
#A2AEA8
(162,174,168)
#B7C2BC
(183,194,188)
#CCD6D0
(204,214,208)
#E1EAE4
(225,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F221C color. Also use rgb(15,34,28) instead hex code.

Text Font Color

.myTextColor { color: #0F221C; }

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

This text font color is #0F221C.


Background Color

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

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

This div background color is #0F221C.


Border color

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

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

This div border color is #0F221C.


Opacity

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

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

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

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

This text has shadow with #0F221C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F221C on black background.


Color preview on white background

This text has color #0F221C on white background.



Black color preview on #0F221C background

This text has black color on #0F221C background.


White color preview on #0F221C background

This text has white color on #0F221C background.