COLOR #0F221A

HEX: #0F221A
RGB: (15,34,26)

Color info

#0F221A contains red, green and blue colors in about the same proportion. Web safe color of #0F221A is #003300 (or #030).

RGB color model

#0F221A color RGB value is (15,34,26).

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

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 26 of 255 = 10%

15
34
26

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

Portions of RGB colors in percentages

R + G + B =
15 + 34 + 26 = 75 (100%)
R 15 of 75 ~ 20%
G 34 of 75 ~ 45.33%
B 26 of 75 ~ 34.67%

%20
%45.33
%34.67

CMYK color model

#0F221A color CMYK value is (56,0,24,87).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 86.67%
CMYK:
(56,0,24,87)
C56M0Y24K87 
(56%,0%,24%,87%)
(0.56/0.00/0.24/0.87)	

CMYK percentages

%55.88
%0
%23.53
%86.67

Codes

Color #0F221A in popluar color models

0F221A
RGB153426
HSL155°38.78%9.61%
HSB/HSV155°55.88%13.33%
CMYK55.88%0.00%23.53%
86.67%

Color #0F221A in popluar number systems.

HEX0F221A
Decimal153426
Binary111110001011010
Octal174232

Shades and tints

Shades of #0F221A

#0F221A
(15,34,26)
#0E1F18
(14,31,24)
#0D1C16
(13,28,22)
#0C1914
(12,25,20)
#0B1612
(11,22,18)
#0A1310
(10,19,16)
#09100E
(9,16,14)
#080D0C
(8,13,12)
#070A0A
(7,10,10)
#060708
(6,7,8)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #0F221A

#0F221A
(15,34,26)
#24362E
(36,54,46)
#394A42
(57,74,66)
#4E5E56
(78,94,86)
#63726A
(99,114,106)
#78867E
(120,134,126)
#8D9A92
(141,154,146)
#A2AEA6
(162,174,166)
#B7C2BA
(183,194,186)
#CCD6CE
(204,214,206)
#E1EAE2
(225,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F221A; }

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

This text font color is #0F221A.


Background Color

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

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

This div background color is #0F221A.


Border color

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

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

This div border color is #0F221A.


Opacity

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

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

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

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

This text has shadow with #0F221A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F221A on black background.


Color preview on white background

This text has color #0F221A on white background.



Black color preview on #0F221A background

This text has black color on #0F221A background.


White color preview on #0F221A background

This text has white color on #0F221A background.