COLOR #0F222E

HEX: #0F222E RGB: (15,34,46)

Color info

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

RGB color model

#0F222E color RGB value is (15,34,46).

RGB: (15,34,46) (6%, 13%, 18%)

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 46 of 255 = 18%

15
34
46

R + G + B ~ 12%. #0F222E is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 34 + 46 = 95 (100%)
R 15 of 95 ~ 15.79%
G 34 of 95 ~ 35.79%
B 46 of 95 ~ 48.42'%

%15.79
%35.79
%48.42

CMYK color model

#0F222E color CMYK value is (67,26,0,82).

  • cyan value is 67.39%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (67,26,0,82)
C67M26Y0K82 (67%, 26%, 0%, 82%)
(0.67 / 0.26 / 0.00 / 0.82)

CMYK percentages

%67.39
%26.09
%0
%81.96

Codes

Color #0F222E in popluar color models

0F 22 2E
RGB 15 34 46
HSL 203° 50.82% 11.96%
HSB/HSV 203° 67.39% 18.04%
CMYK 67.39% 26.09% 0.00%
81.96%

Color #0F222E in popluar number systems.

HEX 0F 22 2E
Decimal 15 34 46
Binary 1111 100010 101110
Octal 17 42 56

Shades and tints

Shades of #0F222E

#0F222E
(15,34,46)
#0E1F2A
(14,31,42)
#0D1C26
(13,28,38)
#0C1922
(12,25,34)
#0B161E
(11,22,30)
#0A131A
(10,19,26)
#091016
(9,16,22)
#080D12
(8,13,18)
#070A0E
(7,10,14)
#06070A
(6,7,10)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #0F222E

#0F222E
(15,34,46)
#243641
(36,54,65)
#394A54
(57,74,84)
#4E5E67
(78,94,103)
#63727A
(99,114,122)
#78868D
(120,134,141)
#8D9AA0
(141,154,160)
#A2AEB3
(162,174,179)
#B7C2C6
(183,194,198)
#CCD6D9
(204,214,217)
#E1EAEC
(225,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F222E; }

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

This text font color is #0F222E.

Background Color

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

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

This div background color is #0F222E.

Border color

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

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

This div border color is #0F222E.

Opacity

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

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

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

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

This text has shadow with #0F222E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F222E.

Preview

Color preview on black background

This text has color #0F222E on black background.


Color preview on white background

This text has color #0F222E on white background.


Black color preview on #0F222E background

This text has black color on #0F222E background.


White color preview on #0F222E background

This text has white color on #0F222E background.


Related colors

Complementary color

Complementary color for #hex is #F0DDD1.


I love getcolorcode.com

Triadic colors

1 #2E0F22 and #222E0F with #0F222E are triadic colors.

2 #2E220F and #220F2E with #0F222E are triadic colors.