COLOR #0F3C49

HEX: #0F3C49 RGB: (15,60,73)

Color info

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

RGB color model

#0F3C49 color RGB value is (15,60,73).

RGB: (15,60,73) (6%, 24%, 29%)

RGB channels and saturation

R 15 of 255 = 6%
G 60 of 255 = 24%
B 73 of 255 = 29%

15
60
73

R + G + B ~ 20%. #0F3C49 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 60 + 73 = 148 (100%)
R 15 of 148 ~ 10.14%
G 60 of 148 ~ 40.54%
B 73 of 148 ~ 49.32'%

%40.54
%49.32

CMYK color model

#0F3C49 color CMYK value is (79,18,0,71).

  • cyan value is 79.45%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (79,18,0,71)
C79M18Y0K71 (79%, 18%, 0%, 71%)
(0.79 / 0.18 / 0.00 / 0.71)

CMYK percentages

%79.45
%17.81
%0
%71.37

Codes

Color #0F3C49 in popluar color models

0F 3C 49
RGB 15 60 73
HSL 193° 65.91% 17.25%
HSB/HSV 193° 79.45% 28.63%
CMYK 79.45% 17.81% 0.00%
71.37%

Color #0F3C49 in popluar number systems.

HEX 0F 3C 49
Decimal 15 60 73
Binary 1111 111100 1001001
Octal 17 74 111

Shades and tints

Shades of #0F3C49

#0F3C49
(15,60,73)
#0E3743
(14,55,67)
#0D323D
(13,50,61)
#0C2D37
(12,45,55)
#0B2831
(11,40,49)
#0A232B
(10,35,43)
#091E25
(9,30,37)
#08191F
(8,25,31)
#071419
(7,20,25)
#060F13
(6,15,19)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F3C49

#0F3C49
(15,60,73)
#244D59
(36,77,89)
#395E69
(57,94,105)
#4E6F79
(78,111,121)
#638089
(99,128,137)
#789199
(120,145,153)
#8DA2A9
(141,162,169)
#A2B3B9
(162,179,185)
#B7C4C9
(183,196,201)
#CCD5D9
(204,213,217)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3C49 color. Also use rgb(15,60,73) instead hex code.

Text Font Color

.myTextColor { color: #0F3C49; }

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

This text font color is #0F3C49.

Background Color

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

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

This div background color is #0F3C49.

Border color

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

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

This div border color is #0F3C49.

Opacity

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

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

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

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

This text has shadow with #0F3C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3C49.

Preview

Color preview on black background

This text has color #0F3C49 on black background.


Color preview on white background

This text has color #0F3C49 on white background.


Black color preview on #0F3C49 background

This text has black color on #0F3C49 background.


White color preview on #0F3C49 background

This text has white color on #0F3C49 background.


Related colors

Complementary color

Complementary color for #hex is #F0C3B6.


I love getcolorcode.com

Triadic colors

1 #490F3C and #3C490F with #0F3C49 are triadic colors.

2 #493C0F and #3C0F49 with #0F3C49 are triadic colors.