COLOR #0F2937

HEX: #0F2937
RGB: (15,41,55)

Color info

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

RGB color model

#0F2937 color RGB value is (15,41,55).

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

RGB channels and saturation

R 15 of 255 = 6%
G 41 of 255 = 16%
B 55 of 255 = 22%

15
41
55

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

Portions of RGB colors in percentages

R + G + B =
15 + 41 + 55 = 111 (100%)
R 15 of 111 ~ 13.51%
G 41 of 111 ~ 36.94%
B 55 of 111 ~ 49.55%

%13.51
%36.94
%49.55

CMYK color model

#0F2937 color CMYK value is (73,25,0,78).

  • cyan value is 72.73%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(73,25,0,78)
C73M25Y0K78 
(73%,25%,0%,78%)
(0.73/0.25/0.00/0.78)	

CMYK percentages

%72.73
%25.45
%0
%78.43

Codes

Color #0F2937 in popluar color models

0F2937
RGB154155
HSL201°57.14%13.73%
HSB/HSV201°72.73%21.57%
CMYK72.73%25.45%0.00%
78.43%

Color #0F2937 in popluar number systems.

HEX0F2937
Decimal154155
Binary1111101001110111
Octal175167

Shades and tints

Shades of #0F2937

#0F2937
(15,41,55)
#0E2632
(14,38,50)
#0D232D
(13,35,45)
#0C2028
(12,32,40)
#0B1D23
(11,29,35)
#0A1A1E
(10,26,30)
#091719
(9,23,25)
#081414
(8,20,20)
#07110F
(7,17,15)
#060E0A
(6,14,10)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #0F2937

#0F2937
(15,41,55)
#243C49
(36,60,73)
#394F5B
(57,79,91)
#4E626D
(78,98,109)
#63757F
(99,117,127)
#788891
(120,136,145)
#8D9BA3
(141,155,163)
#A2AEB5
(162,174,181)
#B7C1C7
(183,193,199)
#CCD4D9
(204,212,217)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2937; }

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

This text font color is #0F2937.


Background Color

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

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

This div background color is #0F2937.


Border color

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

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

This div border color is #0F2937.


Opacity

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

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

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

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

This text has shadow with #0F2937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2937 on black background.


Color preview on white background

This text has color #0F2937 on white background.



Black color preview on #0F2937 background

This text has black color on #0F2937 background.


White color preview on #0F2937 background

This text has white color on #0F2937 background.