COLOR #0F373F

HEX: #0F373F
RGB: (15,55,63)

Color info

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

RGB color model

#0F373F color RGB value is (15,55,63).

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

RGB channels and saturation

R 15 of 255 = 6%
G 55 of 255 = 22%
B 63 of 255 = 25%

15
55
63

R + G + B ~ 18%. #0F373F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 55 + 63 = 133 (100%)
R 15 of 133 ~ 11.28%
G 55 of 133 ~ 41.35%
B 63 of 133 ~ 47.37%

%11.28
%41.35
%47.37

CMYK color model

#0F373F color CMYK value is (76,13,0,75).

  • cyan value is 76.19%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,13,0,75)
C76M13Y0K75 
(76%,13%,0%,75%)
(0.76/0.13/0.00/0.75)	

CMYK percentages

%76.19
%12.7
%0
%75.29

Codes

Color #0F373F in popluar color models

0F373F
RGB155563
HSL190°61.54%15.29%
HSB/HSV190°76.19%24.71%
CMYK76.19%12.70%0.00%
75.29%

Color #0F373F in popluar number systems.

HEX0F373F
Decimal155563
Binary1111110111111111
Octal176777

Shades and tints

Shades of #0F373F

#0F373F
(15,55,63)
#0E323A
(14,50,58)
#0D2D35
(13,45,53)
#0C2830
(12,40,48)
#0B232B
(11,35,43)
#0A1E26
(10,30,38)
#091921
(9,25,33)
#08141C
(8,20,28)
#070F17
(7,15,23)
#060A12
(6,10,18)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #0F373F

#0F373F
(15,55,63)
#244950
(36,73,80)
#395B61
(57,91,97)
#4E6D72
(78,109,114)
#637F83
(99,127,131)
#789194
(120,145,148)
#8DA3A5
(141,163,165)
#A2B5B6
(162,181,182)
#B7C7C7
(183,199,199)
#CCD9D8
(204,217,216)
#E1EBE9
(225,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F373F; }

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

This text font color is #0F373F.


Background Color

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

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

This div background color is #0F373F.


Border color

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

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

This div border color is #0F373F.


Opacity

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

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

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

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

This text has shadow with #0F373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F373F on black background.


Color preview on white background

This text has color #0F373F on white background.



Black color preview on #0F373F background

This text has black color on #0F373F background.


White color preview on #0F373F background

This text has white color on #0F373F background.