COLOR #0F221D

HEX: #0F221D
RGB: (15,34,29)

Color info

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

RGB color model

#0F221D color RGB value is (15,34,29).

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

RGB channels and saturation

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

15
34
29

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

Portions of RGB colors in percentages

R + G + B =
15 + 34 + 29 = 78 (100%)
R 15 of 78 ~ 19.23%
G 34 of 78 ~ 43.59%
B 29 of 78 ~ 37.18%

%19.23
%43.59
%37.18

CMYK color model

#0F221D color CMYK value is (56,0,15,87).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 86.67%
CMYK:
(56,0,15,87)
C56M0Y15K87 
(56%,0%,15%,87%)
(0.56/0.00/0.15/0.87)	

CMYK percentages

%55.88
%0
%14.71
%86.67

Codes

Color #0F221D in popluar color models

0F221D
RGB153429
HSL164°38.78%9.61%
HSB/HSV164°55.88%13.33%
CMYK55.88%0.00%14.71%
86.67%

Color #0F221D in popluar number systems.

HEX0F221D
Decimal153429
Binary111110001011101
Octal174235

Shades and tints

Shades of #0F221D

#0F221D
(15,34,29)
#0E1F1B
(14,31,27)
#0D1C19
(13,28,25)
#0C1917
(12,25,23)
#0B1615
(11,22,21)
#0A1313
(10,19,19)
#091011
(9,16,17)
#080D0F
(8,13,15)
#070A0D
(7,10,13)
#06070B
(6,7,11)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #0F221D

#0F221D
(15,34,29)
#243631
(36,54,49)
#394A45
(57,74,69)
#4E5E59
(78,94,89)
#63726D
(99,114,109)
#788681
(120,134,129)
#8D9A95
(141,154,149)
#A2AEA9
(162,174,169)
#B7C2BD
(183,194,189)
#CCD6D1
(204,214,209)
#E1EAE5
(225,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F221D; }

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

This text font color is #0F221D.


Background Color

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

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

This div background color is #0F221D.


Border color

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

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

This div border color is #0F221D.


Opacity

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

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

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

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

This text has shadow with #0F221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F221D on black background.


Color preview on white background

This text has color #0F221D on white background.



Black color preview on #0F221D background

This text has black color on #0F221D background.


White color preview on #0F221D background

This text has white color on #0F221D background.