COLOR #0F333F

HEX: #0F333F
RGB: (15,51,63)

Color info

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

RGB color model

#0F333F color RGB value is (15,51,63).

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

RGB channels and saturation

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

15
51
63

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

Portions of RGB colors in percentages

R + G + B =
15 + 51 + 63 = 129 (100%)
R 15 of 129 ~ 11.63%
G 51 of 129 ~ 39.53%
B 63 of 129 ~ 48.84%

%11.63
%39.53
%48.84

CMYK color model

#0F333F color CMYK value is (76,19,0,75).

  • cyan value is 76.19%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,19,0,75)
C76M19Y0K75 
(76%,19%,0%,75%)
(0.76/0.19/0.00/0.75)	

CMYK percentages

%76.19
%19.05
%0
%75.29

Codes

Color #0F333F in popluar color models

0F333F
RGB155163
HSL195°61.54%15.29%
HSB/HSV195°76.19%24.71%
CMYK76.19%19.05%0.00%
75.29%

Color #0F333F in popluar number systems.

HEX0F333F
Decimal155163
Binary1111110011111111
Octal176377

Shades and tints

Shades of #0F333F

#0F333F
(15,51,63)
#0E2F3A
(14,47,58)
#0D2B35
(13,43,53)
#0C2730
(12,39,48)
#0B232B
(11,35,43)
#0A1F26
(10,31,38)
#091B21
(9,27,33)
#08171C
(8,23,28)
#071317
(7,19,23)
#060F12
(6,15,18)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #0F333F

#0F333F
(15,51,63)
#244550
(36,69,80)
#395761
(57,87,97)
#4E6972
(78,105,114)
#637B83
(99,123,131)
#788D94
(120,141,148)
#8D9FA5
(141,159,165)
#A2B1B6
(162,177,182)
#B7C3C7
(183,195,199)
#CCD5D8
(204,213,216)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F333F; }

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

This text font color is #0F333F.


Background Color

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

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

This div background color is #0F333F.


Border color

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

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

This div border color is #0F333F.


Opacity

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

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

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

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

This text has shadow with #0F333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F333F on black background.


Color preview on white background

This text has color #0F333F on white background.



Black color preview on #0F333F background

This text has black color on #0F333F background.


White color preview on #0F333F background

This text has white color on #0F333F background.