COLOR #0F2117

HEX: #0F2117
RGB: (15,33,23)

Color info

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

RGB color model

#0F2117 color RGB value is (15,33,23).

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

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 23 of 255 = 9%

15
33
23

R + G + B ~ 9%. #0F2117 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 33 + 23 = 71 (100%)
R 15 of 71 ~ 21.13%
G 33 of 71 ~ 46.48%
B 23 of 71 ~ 32.39%

%21.13
%46.48
%32.39

CMYK color model

#0F2117 color CMYK value is (55,0,30,87).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(55,0,30,87)
C55M0Y30K87 
(55%,0%,30%,87%)
(0.55/0.00/0.30/0.87)	

CMYK percentages

%54.55
%0
%30.3
%87.06

Codes

Color #0F2117 in popluar color models

0F2117
RGB153323
HSL147°37.50%9.41%
HSB/HSV147°54.55%12.94%
CMYK54.55%0.00%30.30%
87.06%

Color #0F2117 in popluar number systems.

HEX0F2117
Decimal153323
Binary111110000110111
Octal174127

Shades and tints

Shades of #0F2117

#0F2117
(15,33,23)
#0E1E15
(14,30,21)
#0D1B13
(13,27,19)
#0C1811
(12,24,17)
#0B150F
(11,21,15)
#0A120D
(10,18,13)
#090F0B
(9,15,11)
#080C09
(8,12,9)
#070907
(7,9,7)
#060605
(6,6,5)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #0F2117

#0F2117
(15,33,23)
#24352C
(36,53,44)
#394941
(57,73,65)
#4E5D56
(78,93,86)
#63716B
(99,113,107)
#788580
(120,133,128)
#8D9995
(141,153,149)
#A2ADAA
(162,173,170)
#B7C1BF
(183,193,191)
#CCD5D4
(204,213,212)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2117; }

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

This text font color is #0F2117.


Background Color

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

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

This div background color is #0F2117.


Border color

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

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

This div border color is #0F2117.


Opacity

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

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

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

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

This text has shadow with #0F2117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2117 on black background.


Color preview on white background

This text has color #0F2117 on white background.



Black color preview on #0F2117 background

This text has black color on #0F2117 background.


White color preview on #0F2117 background

This text has white color on #0F2117 background.