COLOR #0F323F

HEX: #0F323F
RGB: (15,50,63)

Color info

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

RGB color model

#0F323F color RGB value is (15,50,63).

  • red value is 15;
  • green value is 50;
  • blue value is 63.
RGB:
(15,50,63)
(6%,20%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 50 of 255 = 20%
B 63 of 255 = 25%

15
50
63

R + G + B ~ 17%. #0F323F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 50 + 63 = 128 (100%)
R 15 of 128 ~ 11.72%
G 50 of 128 ~ 39.06%
B 63 of 128 ~ 49.22%

%11.72
%39.06
%49.22

CMYK color model

#0F323F color CMYK value is (76,21,0,75).

  • cyan value is 76.19%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,21,0,75)
C76M21Y0K75 
(76%,21%,0%,75%)
(0.76/0.21/0.00/0.75)	

CMYK percentages

%76.19
%20.63
%0
%75.29

Codes

Color #0F323F in popluar color models

0F323F
RGB155063
HSL196°61.54%15.29%
HSB/HSV196°76.19%24.71%
CMYK76.19%20.63%0.00%
75.29%

Color #0F323F in popluar number systems.

HEX0F323F
Decimal155063
Binary1111110010111111
Octal176277

Shades and tints

Shades of #0F323F

#0F323F
(15,50,63)
#0E2E3A
(14,46,58)
#0D2A35
(13,42,53)
#0C2630
(12,38,48)
#0B222B
(11,34,43)
#0A1E26
(10,30,38)
#091A21
(9,26,33)
#08161C
(8,22,28)
#071217
(7,18,23)
#060E12
(6,14,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F323F

#0F323F
(15,50,63)
#244450
(36,68,80)
#395661
(57,86,97)
#4E6872
(78,104,114)
#637A83
(99,122,131)
#788C94
(120,140,148)
#8D9EA5
(141,158,165)
#A2B0B6
(162,176,182)
#B7C2C7
(183,194,199)
#CCD4D8
(204,212,216)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F323F color. Also use rgb(15,50,63) instead hex code.

Text Font Color

.myTextColor { color: #0F323F; }

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

This text font color is #0F323F.


Background Color

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

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

This div background color is #0F323F.


Border color

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

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

This div border color is #0F323F.


Opacity

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

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

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

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

This text has shadow with #0F323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F323F on black background.


Color preview on white background

This text has color #0F323F on white background.



Black color preview on #0F323F background

This text has black color on #0F323F background.


White color preview on #0F323F background

This text has white color on #0F323F background.