COLOR #0F2428

HEX: #0F2428
RGB: (15,36,40)

Color info

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

RGB color model

#0F2428 color RGB value is (15,36,40).

  • red value is 15;
  • green value is 36;
  • blue value is 40.
RGB:
(15,36,40)
(6%,14%,16%)

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 40 of 255 = 16%

15
36
40

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

Portions of RGB colors in percentages

R + G + B =
15 + 36 + 40 = 91 (100%)
R 15 of 91 ~ 16.48%
G 36 of 91 ~ 39.56%
B 40 of 91 ~ 43.96%

%16.48
%39.56
%43.96

CMYK color model

#0F2428 color CMYK value is (63,10,0,84).

  • cyan value is 62.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(63,10,0,84)
C63M10Y0K84 
(63%,10%,0%,84%)
(0.63/0.10/0.00/0.84)	

CMYK percentages

%62.5
%10
%0
%84.31

Codes

Color #0F2428 in popluar color models

0F2428
RGB153640
HSL190°45.45%10.78%
HSB/HSV190°62.50%15.69%
CMYK62.50%10.00%0.00%
84.31%

Color #0F2428 in popluar number systems.

HEX0F2428
Decimal153640
Binary1111100100101000
Octal174450

Shades and tints

Shades of #0F2428

#0F2428
(15,36,40)
#0E2125
(14,33,37)
#0D1E22
(13,30,34)
#0C1B1F
(12,27,31)
#0B181C
(11,24,28)
#0A1519
(10,21,25)
#091216
(9,18,22)
#080F13
(8,15,19)
#070C10
(7,12,16)
#06090D
(6,9,13)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #0F2428

#0F2428
(15,36,40)
#24373B
(36,55,59)
#394A4E
(57,74,78)
#4E5D61
(78,93,97)
#637074
(99,112,116)
#788387
(120,131,135)
#8D969A
(141,150,154)
#A2A9AD
(162,169,173)
#B7BCC0
(183,188,192)
#CCCFD3
(204,207,211)
#E1E2E6
(225,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2428 color. Also use rgb(15,36,40) instead hex code.

Text Font Color

.myTextColor { color: #0F2428; }

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

This text font color is #0F2428.


Background Color

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

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

This div background color is #0F2428.


Border color

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

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

This div border color is #0F2428.


Opacity

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

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

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

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

This text has shadow with #0F2428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2428 on black background.


Color preview on white background

This text has color #0F2428 on white background.



Black color preview on #0F2428 background

This text has black color on #0F2428 background.


White color preview on #0F2428 background

This text has white color on #0F2428 background.