COLOR #0F3642

HEX: #0F3642
RGB: (15,54,66)

Color info

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

RGB color model

#0F3642 color RGB value is (15,54,66).

  • red value is 15;
  • green value is 54;
  • blue value is 66.
RGB:
(15,54,66)
(6%,21%,26%)

RGB channels and saturation

R 15 of 255 = 6%
G 54 of 255 = 21%
B 66 of 255 = 26%

15
54
66

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

Portions of RGB colors in percentages

R + G + B =
15 + 54 + 66 = 135 (100%)
R 15 of 135 ~ 11.11%
G 54 of 135 ~ 40%
B 66 of 135 ~ 48.89%

%11.11
%40
%48.89

CMYK color model

#0F3642 color CMYK value is (77,18,0,74).

  • cyan value is 77.27%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(77,18,0,74)
C77M18Y0K74 
(77%,18%,0%,74%)
(0.77/0.18/0.00/0.74)	

CMYK percentages

%77.27
%18.18
%0
%74.12

Codes

Color #0F3642 in popluar color models

0F3642
RGB155466
HSL194°62.96%15.88%
HSB/HSV194°77.27%25.88%
CMYK77.27%18.18%0.00%
74.12%

Color #0F3642 in popluar number systems.

HEX0F3642
Decimal155466
Binary11111101101000010
Octal1766102

Shades and tints

Shades of #0F3642

#0F3642
(15,54,66)
#0E323C
(14,50,60)
#0D2E36
(13,46,54)
#0C2A30
(12,42,48)
#0B262A
(11,38,42)
#0A2224
(10,34,36)
#091E1E
(9,30,30)
#081A18
(8,26,24)
#071612
(7,22,18)
#06120C
(6,18,12)
#050E06
(5,14,6)
#000000
(0,0,0)

Tints of #0F3642

#0F3642
(15,54,66)
#244853
(36,72,83)
#395A64
(57,90,100)
#4E6C75
(78,108,117)
#637E86
(99,126,134)
#789097
(120,144,151)
#8DA2A8
(141,162,168)
#A2B4B9
(162,180,185)
#B7C6CA
(183,198,202)
#CCD8DB
(204,216,219)
#E1EAEC
(225,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3642 color. Also use rgb(15,54,66) instead hex code.

Text Font Color

.myTextColor { color: #0F3642; }

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

This text font color is #0F3642.


Background Color

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

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

This div background color is #0F3642.


Border color

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

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

This div border color is #0F3642.


Opacity

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

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

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

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

This text has shadow with #0F3642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3642 on black background.


Color preview on white background

This text has color #0F3642 on white background.



Black color preview on #0F3642 background

This text has black color on #0F3642 background.


White color preview on #0F3642 background

This text has white color on #0F3642 background.