COLOR #0F2430

HEX: #0F2430
RGB: (15,36,48)

Color info

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

RGB color model

#0F2430 color RGB value is (15,36,48).

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

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 48 of 255 = 19%

15
36
48

R + G + B ~ 13%. #0F2430 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 36 + 48 = 99 (100%)
R 15 of 99 ~ 15.15%
G 36 of 99 ~ 36.36%
B 48 of 99 ~ 48.48%

%15.15
%36.36
%48.48

CMYK color model

#0F2430 color CMYK value is (69,25,0,81).

  • cyan value is 68.75%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(69,25,0,81)
C69M25Y0K81 
(69%,25%,0%,81%)
(0.69/0.25/0.00/0.81)	

CMYK percentages

%68.75
%25
%0
%81.18

Codes

Color #0F2430 in popluar color models

0F2430
RGB153648
HSL202°52.38%12.35%
HSB/HSV202°68.75%18.82%
CMYK68.75%25.00%0.00%
81.18%

Color #0F2430 in popluar number systems.

HEX0F2430
Decimal153648
Binary1111100100110000
Octal174460

Shades and tints

Shades of #0F2430

#0F2430
(15,36,48)
#0E212C
(14,33,44)
#0D1E28
(13,30,40)
#0C1B24
(12,27,36)
#0B1820
(11,24,32)
#0A151C
(10,21,28)
#091218
(9,18,24)
#080F14
(8,15,20)
#070C10
(7,12,16)
#06090C
(6,9,12)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #0F2430

#0F2430
(15,36,48)
#243742
(36,55,66)
#394A54
(57,74,84)
#4E5D66
(78,93,102)
#637078
(99,112,120)
#78838A
(120,131,138)
#8D969C
(141,150,156)
#A2A9AE
(162,169,174)
#B7BCC0
(183,188,192)
#CCCFD2
(204,207,210)
#E1E2E4
(225,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2430; }

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

This text font color is #0F2430.


Background Color

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

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

This div background color is #0F2430.


Border color

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

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

This div border color is #0F2430.


Opacity

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

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

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

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

This text has shadow with #0F2430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2430 on black background.


Color preview on white background

This text has color #0F2430 on white background.



Black color preview on #0F2430 background

This text has black color on #0F2430 background.


White color preview on #0F2430 background

This text has white color on #0F2430 background.