COLOR #0F2340

HEX: #0F2340
RGB: (15,35,64)

Color info

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

RGB color model

#0F2340 color RGB value is (15,35,64).

  • red value is 15;
  • green value is 35;
  • blue value is 64.
RGB:
(15,35,64)
(6%,14%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 35 of 255 = 14%
B 64 of 255 = 25%

15
35
64

R + G + B ~ 15%. #0F2340 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 35 + 64 = 114 (100%)
R 15 of 114 ~ 13.16%
G 35 of 114 ~ 30.7%
B 64 of 114 ~ 56.14%

%13.16
%30.7
%56.14

CMYK color model

#0F2340 color CMYK value is (77,45,0,75).

  • cyan value is 76.56%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(77,45,0,75)
C77M45Y0K75 
(77%,45%,0%,75%)
(0.77/0.45/0.00/0.75)	

CMYK percentages

%76.56
%45.31
%0
%74.9

Codes

Color #0F2340 in popluar color models

0F2340
RGB153564
HSL216°62.03%15.49%
HSB/HSV216°76.56%25.10%
CMYK76.56%45.31%0.00%
74.90%

Color #0F2340 in popluar number systems.

HEX0F2340
Decimal153564
Binary11111000111000000
Octal1743100

Shades and tints

Shades of #0F2340

#0F2340
(15,35,64)
#0E203B
(14,32,59)
#0D1D36
(13,29,54)
#0C1A31
(12,26,49)
#0B172C
(11,23,44)
#0A1427
(10,20,39)
#091122
(9,17,34)
#080E1D
(8,14,29)
#070B18
(7,11,24)
#060813
(6,8,19)
#05050E
(5,5,14)
#000000
(0,0,0)

Tints of #0F2340

#0F2340
(15,35,64)
#243751
(36,55,81)
#394B62
(57,75,98)
#4E5F73
(78,95,115)
#637384
(99,115,132)
#788795
(120,135,149)
#8D9BA6
(141,155,166)
#A2AFB7
(162,175,183)
#B7C3C8
(183,195,200)
#CCD7D9
(204,215,217)
#E1EBEA
(225,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2340 color. Also use rgb(15,35,64) instead hex code.

Text Font Color

.myTextColor { color: #0F2340; }

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

This text font color is #0F2340.


Background Color

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

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

This div background color is #0F2340.


Border color

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

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

This div border color is #0F2340.


Opacity

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

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

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

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

This text has shadow with #0F2340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2340 on black background.


Color preview on white background

This text has color #0F2340 on white background.



Black color preview on #0F2340 background

This text has black color on #0F2340 background.


White color preview on #0F2340 background

This text has white color on #0F2340 background.