COLOR #0F2C37

HEX: #0F2C37 RGB: (15,44,55)

Color info

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

RGB color model

#0F2C37 color RGB value is (15,44,55).

RGB: (15,44,55) (6%, 17%, 22%)

RGB channels and saturation

R 15 of 255 = 6%
G 44 of 255 = 17%
B 55 of 255 = 22%

15
44
55

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

Portions of RGB colors in percentages

R + G + B = 15 + 44 + 55 = 114 (100%)
R 15 of 114 ~ 13.16%
G 44 of 114 ~ 38.6%
B 55 of 114 ~ 48.25'%

%13.16
%38.6
%48.25

CMYK color model

#0F2C37 color CMYK value is (73,20,0,78).

  • cyan value is 72.73%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (73,20,0,78)
C73M20Y0K78 (73%, 20%, 0%, 78%)
(0.73 / 0.20 / 0.00 / 0.78)

CMYK percentages

%72.73
%20
%0
%78.43

Codes

Color #0F2C37 in popluar color models

0F 2C 37
RGB 15 44 55
HSL 197° 57.14% 13.73%
HSB/HSV 197° 72.73% 21.57%
CMYK 72.73% 20.00% 0.00%
78.43%

Color #0F2C37 in popluar number systems.

HEX 0F 2C 37
Decimal 15 44 55
Binary 1111 101100 110111
Octal 17 54 67

Shades and tints

Shades of #0F2C37

#0F2C37
(15,44,55)
#0E2832
(14,40,50)
#0D242D
(13,36,45)
#0C2028
(12,32,40)
#0B1C23
(11,28,35)
#0A181E
(10,24,30)
#091419
(9,20,25)
#081014
(8,16,20)
#070C0F
(7,12,15)
#06080A
(6,8,10)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #0F2C37

#0F2C37
(15,44,55)
#243F49
(36,63,73)
#39525B
(57,82,91)
#4E656D
(78,101,109)
#63787F
(99,120,127)
#788B91
(120,139,145)
#8D9EA3
(141,158,163)
#A2B1B5
(162,177,181)
#B7C4C7
(183,196,199)
#CCD7D9
(204,215,217)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2C37; }

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

This text font color is #0F2C37.

Background Color

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

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

This div background color is #0F2C37.

Border color

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

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

This div border color is #0F2C37.

Opacity

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

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

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

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

This text has shadow with #0F2C37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2C37.

Preview

Color preview on black background

This text has color #0F2C37 on black background.


Color preview on white background

This text has color #0F2C37 on white background.


Black color preview on #0F2C37 background

This text has black color on #0F2C37 background.


White color preview on #0F2C37 background

This text has white color on #0F2C37 background.


Related colors

Complementary color

Complementary color for #hex is #F0D3C8.


I love getcolorcode.com

Triadic colors

1 #370F2C and #2C370F with #0F2C37 are triadic colors.

2 #372C0F and #2C0F37 with #0F2C37 are triadic colors.