COLOR #0F2018

HEX: #0F2018
RGB: (15,32,24)

Color info

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

RGB color model

#0F2018 color RGB value is (15,32,24).

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

RGB channels and saturation

R 15 of 255 = 6%
G 32 of 255 = 13%
B 24 of 255 = 9%

15
32
24

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

Portions of RGB colors in percentages

R + G + B =
15 + 32 + 24 = 71 (100%)
R 15 of 71 ~ 21.13%
G 32 of 71 ~ 45.07%
B 24 of 71 ~ 33.8%

%21.13
%45.07
%33.8

CMYK color model

#0F2018 color CMYK value is (53,0,25,87).

  • cyan value is 53.13%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 87.45%
CMYK:
(53,0,25,87)
C53M0Y25K87 
(53%,0%,25%,87%)
(0.53/0.00/0.25/0.87)	

CMYK percentages

%53.13
%0
%25
%87.45

Codes

Color #0F2018 in popluar color models

0F2018
RGB153224
HSL152°36.17%9.22%
HSB/HSV152°53.13%12.55%
CMYK53.13%0.00%25.00%
87.45%

Color #0F2018 in popluar number systems.

HEX0F2018
Decimal153224
Binary111110000011000
Octal174030

Shades and tints

Shades of #0F2018

#0F2018
(15,32,24)
#0E1E16
(14,30,22)
#0D1C14
(13,28,20)
#0C1A12
(12,26,18)
#0B1810
(11,24,16)
#0A160E
(10,22,14)
#09140C
(9,20,12)
#08120A
(8,18,10)
#071008
(7,16,8)
#060E06
(6,14,6)
#050C04
(5,12,4)
#000000
(0,0,0)

Tints of #0F2018

#0F2018
(15,32,24)
#24342D
(36,52,45)
#394842
(57,72,66)
#4E5C57
(78,92,87)
#63706C
(99,112,108)
#788481
(120,132,129)
#8D9896
(141,152,150)
#A2ACAB
(162,172,171)
#B7C0C0
(183,192,192)
#CCD4D5
(204,212,213)
#E1E8EA
(225,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2018 color. Also use rgb(15,32,24) instead hex code.

Text Font Color

.myTextColor { color: #0F2018; }

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

This text font color is #0F2018.


Background Color

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

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

This div background color is #0F2018.


Border color

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

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

This div border color is #0F2018.


Opacity

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

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

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

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

This text has shadow with #0F2018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2018 on black background.


Color preview on white background

This text has color #0F2018 on white background.



Black color preview on #0F2018 background

This text has black color on #0F2018 background.


White color preview on #0F2018 background

This text has white color on #0F2018 background.