COLOR #0F3340

HEX: #0F3340
RGB: (15,51,64)

Color info

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

RGB color model

#0F3340 color RGB value is (15,51,64).

  • red value is 15;
  • green value is 51;
  • blue value is 64.
RGB:
(15,51,64)
(6%,20%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 64 of 255 = 25%

15
51
64

R + G + B ~ 17%. #0F3340 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 51 + 64 = 130 (100%)
R 15 of 130 ~ 11.54%
G 51 of 130 ~ 39.23%
B 64 of 130 ~ 49.23%

%11.54
%39.23
%49.23

CMYK color model

#0F3340 color CMYK value is (77,20,0,75).

  • cyan value is 76.56%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(77,20,0,75)
C77M20Y0K75 
(77%,20%,0%,75%)
(0.77/0.20/0.00/0.75)	

CMYK percentages

%76.56
%20.31
%0
%74.9

Codes

Color #0F3340 in popluar color models

0F3340
RGB155164
HSL196°62.03%15.49%
HSB/HSV196°76.56%25.10%
CMYK76.56%20.31%0.00%
74.90%

Color #0F3340 in popluar number systems.

HEX0F3340
Decimal155164
Binary11111100111000000
Octal1763100

Shades and tints

Shades of #0F3340

#0F3340
(15,51,64)
#0E2F3B
(14,47,59)
#0D2B36
(13,43,54)
#0C2731
(12,39,49)
#0B232C
(11,35,44)
#0A1F27
(10,31,39)
#091B22
(9,27,34)
#08171D
(8,23,29)
#071318
(7,19,24)
#060F13
(6,15,19)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #0F3340

#0F3340
(15,51,64)
#244551
(36,69,81)
#395762
(57,87,98)
#4E6973
(78,105,115)
#637B84
(99,123,132)
#788D95
(120,141,149)
#8D9FA6
(141,159,166)
#A2B1B7
(162,177,183)
#B7C3C8
(183,195,200)
#CCD5D9
(204,213,217)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3340 color. Also use rgb(15,51,64) instead hex code.

Text Font Color

.myTextColor { color: #0F3340; }

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

This text font color is #0F3340.


Background Color

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

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

This div background color is #0F3340.


Border color

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

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

This div border color is #0F3340.


Opacity

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

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

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

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

This text has shadow with #0F3340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3340 on black background.


Color preview on white background

This text has color #0F3340 on white background.



Black color preview on #0F3340 background

This text has black color on #0F3340 background.


White color preview on #0F3340 background

This text has white color on #0F3340 background.